rfc:nested_classes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
rfc:nested_classes [2013/10/02 09:14] – [Protecting bits of your Privates] krakjoerfc:nested_classes [2013/10/13 18:59] – [PHP RFC: Nested Classes] krakjoe
Line 4: Line 4:
   * Date: 2013-09-29   * Date: 2013-09-29
   * Author: Joe Watkins, krakjoe@php.net   * Author: Joe Watkins, krakjoe@php.net
-  * Status: Under Discussion+  * Status: Withdrawn
   * First Published at: http://wiki.php.net/rfc/nested_classes   * First Published at: http://wiki.php.net/rfc/nested_classes
  
Line 251: Line 251:
          
     /*     /*
-    * \foo\qux supported class for foo+    * \foo\qux supporting class for foo
     */     */
     private class qux extends foo\bar\baz     private class qux extends foo\bar\baz
Line 275: Line 275:
 Output: Output:
  
-''+<code>
 object(foo)#1 (3) { object(foo)#1 (3) {
   ["bar"]=>   ["bar"]=>
Line 290: Line 290:
   }   }
 } }
-''+</code>
 ===== Backward Incompatible Changes ===== ===== Backward Incompatible Changes =====
  
rfc/nested_classes.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1