From: Sebastian Bergmann Date: Sun, 12 May 2002 08:35:37 +0000 (+0000) Subject: Rephrase. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f47b2f19359c32a9d3fa6f52f72f19c62cd5ea2;p=php Rephrase. --- diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES index 6536bc9bb0..8033b6e3d3 100644 --- a/Zend/ZEND_CHANGES +++ b/Zend/ZEND_CHANGES @@ -482,7 +482,8 @@ Changes in the Zend Engine 2.0 print foo::$my_static; ?> - * Supporting default values for by-reference function parameters. + * Parameters that are passed by reference to a function + may now have default values. Example: