]> granicus.if.org Git - php/commitdiff
Rephrase.
authorSebastian Bergmann <sebastian@php.net>
Sun, 12 May 2002 08:35:37 +0000 (08:35 +0000)
committerSebastian Bergmann <sebastian@php.net>
Sun, 12 May 2002 08:35:37 +0000 (08:35 +0000)
Zend/ZEND_CHANGES

index 6536bc9bb0777f5784153bdece1c1ca78d18364b..8033b6e3d3721fae11d70d245f00a5c842b32bd2 100644 (file)
@@ -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: