diff options
| -rw-r--r-- | TODO-4.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO-4.2.txt b/TODO-4.2.txt index 315e8353f4..911461b50f 100644 --- a/TODO-4.2.txt +++ b/TODO-4.2.txt @@ -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. |
