From c566a2843dc4861e9aa33b1e338f68f932275684 Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Sun, 3 Sep 2000 10:55:32 +0000 Subject: [PATCH] Changed return types for func_get_arg(s) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31829 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/misc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/misc.xml b/functions/misc.xml index 538c44f24f..c24f96cad9 100644 --- a/functions/misc.xml +++ b/functions/misc.xml @@ -461,7 +461,7 @@ This is a cup with my coffee in it. Description - int func_get_arg + mixed func_get_arg int arg_num @@ -519,7 +519,7 @@ foo (1, 2, 3); Description - int func_get_args + array func_get_args void