From 823b4cc86c335594a78a44ec02b5e8d7641c6db2 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Mon, 21 Jan 2002 09:25:23 +0000 Subject: [PATCH] Call time reference is depreciated. Deleted description. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@68296 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/functions.xml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) 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: - - - - - - - -