mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325661 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
233b7b9803
commit
a63563da67
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue