====== Function Array Dereferencing (FAD) ====== * Version: 0.2 * Date: June 16, 2008 (added) * Date: May 01, 2009 (declined) * Author: Philip Olson * Status: Declined ===== Introduction ===== Note: This RFC was given the "declined" status because it was never implemented or strongly desired. However, no official discussion exists to "decline" except CVS does not lie, and it's not in CVS. This RFC is incomplete and exists as a historical record for the discussion of this feature request. ===== Proposal and Patch ===== No proposal, or patch, as this is simply information gathering for archival purposes. ===== Examples ===== FAD adds the following: 'apple', 'b' => 'banana'); } ?> Which is a quasi-replacement for this: 'apple', 'b' => 'banana'); } ?> ===== Related discussion ===== The following discussions/threads have taken place: * April 3, 2004: http://markmail.org/message/sbnrb7nekwy7xt3x * November 9, 2006: http://markmail.org/message/5bv6mtd7zorni7gc ===== Where to go next ===== Tasks: * Find and list additional discussions about this topic * Research its implementation and impact * Write a proper RFC