diff --git a/language/functions.xml b/language/functions.xml index d7d5745d42..90e6bfa0a7 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -1,5 +1,5 @@ - + Functions @@ -121,28 +121,6 @@ echo $str; // outputs 'This is a string, and something extra.' - - If you wish to pass a variable by reference to a function which - does not do this by default, you may prepend an ampersand to the - argument name in the function call: - - - - - - - -