- 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:
Gustavo André dos Santos Lopes 2010-10-22 11:43:06 +00:00
parent 377efa4422
commit 590845fd0e

View file

@ -107,7 +107,7 @@ $foo =& find_var($bar);
using <literal>=&amp;</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