summaryrefslogtreecommitdiff
path: root/Zend/ZEND_CHANGES
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2002-05-12 08:35:37 +0000
committerSebastian Bergmann <sebastian@php.net>2002-05-12 08:35:37 +0000
commit9f47b2f19359c32a9d3fa6f52f72f19c62cd5ea2 (patch)
tree0d8c079b36642aa993591a453cd3901b4900874e /Zend/ZEND_CHANGES
parent3fa1fd866f4d983ad8bc46957e7d075465e82cd7 (diff)
downloadphp-git-9f47b2f19359c32a9d3fa6f52f72f19c62cd5ea2.tar.gz
Rephrase.
Diffstat (limited to 'Zend/ZEND_CHANGES')
-rw-r--r--Zend/ZEND_CHANGES3
1 files changed, 2 insertions, 1 deletions
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: