diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-05-12 08:35:37 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-05-12 08:35:37 +0000 |
commit | 9f47b2f19359c32a9d3fa6f52f72f19c62cd5ea2 (patch) | |
tree | 0d8c079b36642aa993591a453cd3901b4900874e /Zend/ZEND_CHANGES | |
parent | 3fa1fd866f4d983ad8bc46957e7d075465e82cd7 (diff) | |
download | php-git-9f47b2f19359c32a9d3fa6f52f72f19c62cd5ea2.tar.gz |
Rephrase.
Diffstat (limited to 'Zend/ZEND_CHANGES')
-rw-r--r-- | Zend/ZEND_CHANGES | 3 |
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: |