From 4635f020c6d7a21fcc14018ea041ae6b6e5044cf Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Tue, 10 Aug 2004 21:52:59 +0000 Subject: [PATCH] PHP4->PHP 4 (shame on me) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165968 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/functions.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/functions.xml b/language/functions.xml index 9e17c1bdc9..4e555a3af2 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -1,5 +1,5 @@ - + Functions @@ -131,7 +131,7 @@ bar(); PHP 3 does not support variable numbers of arguments to functions, although default arguments are supported (see Default argument - values for more information). Both are supported, as of PHP4: see for more information). Both are supported, as of PHP 4: see Variable-length argument lists and the function references for func_num_args,