mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Added missing commas in rev #304613.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304615 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
377efa4422
commit
590845fd0e
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ $foo =& find_var($bar);
|
|||
using <literal>=&</literal> in this context is deprecated and
|
||||
produces an <constant>E_DEPRECATED</constant> message in PHP 5.3 and
|
||||
later, and an <constant>E_STRICT</constant> message in earlier versions.
|
||||
(Technically, the difference is that in PHP 5 object variables, much like
|
||||
(Technically, the difference is that, in PHP 5, object variables, much like
|
||||
resources, are a mere pointer to the actual object data, so these object
|
||||
references are not "references" in the same sense used before (aliases).
|
||||
For more information, see <link linkend="language.oop5.references">Objects
|
||||
|
|
Loading…
Reference in a new issue