Fixed typo.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325661 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gustavo André dos Santos Lopes 2012-05-11 22:44:28 +00:00
parent 233b7b9803
commit a63563da67

View file

@ -176,7 +176,7 @@ int(8)
are passed to the function by reference, regardless of whether the function
expects the respective parameter to be passed by reference. This form of
call-time pass by reference does not emit a deprecation notice, but it is
nonetheless deprecated, and has been removied in PHP 5.4.
nonetheless deprecated, and has been removed in PHP 5.4.
Furthermore, this does not apply to internal functions, for which
the function signature is honored. Passing by value when the function
expects a parameter by reference results in a warning and having