]> granicus.if.org Git - php/commitdiff
not to forget this one!
authorThies C. Arntzen <thies@php.net>
Sat, 5 May 2001 08:03:32 +0000 (08:03 +0000)
committerThies C. Arntzen <thies@php.net>
Sat, 5 May 2001 08:03:32 +0000 (08:03 +0000)
TODO-4.2.txt

index 315e8353f4a1a650c66312b7c6cbcb98809c351d..911461b50f62512888ce2da1fb38bde517a356cb 100644 (file)
@@ -11,6 +11,9 @@
 
 * Clean up "$instance = &new object" syntax (default to the =& behaviour?).
 
+* Allow to set a default value for call-by-reference-parameters. eg:
+  function hallo (&$pallo = NULL) {}
+
 * Change PHP error messages, so that they point to pages or sections in the
   PHP Manual.