diff --git a/language/references.xml b/language/references.xml index ff73a2a29d..8e6900d762 100644 --- a/language/references.xml +++ b/language/references.xml @@ -1,5 +1,5 @@ - + References Explained @@ -43,6 +43,12 @@ $a =& $b + + + If array with references is copied, its values are not dereferenced. + This is valid also for arrays passed by value to functions. + + The same syntax can be used with functions, that return references, and with new operator (in PHP 4.0.4 and later):