From: Joe Watkins Date: Wed, 4 Jan 2017 14:36:18 +0000 (+0000) Subject: fix test X-Git-Tag: php-7.0.15RC1~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b39310c71592e20fe15f53a0012e275a8463f7d1;p=php fix test --- diff --git a/Zend/tests/get_defined_functions_error.phpt b/Zend/tests/get_defined_functions_error.phpt index fcb01e031e..fadd804b99 100644 --- a/Zend/tests/get_defined_functions_error.phpt +++ b/Zend/tests/get_defined_functions_error.phpt @@ -3,7 +3,7 @@ Test get_defined_functions() function : error conditions --FILE-- ===Done=== @@ -23,7 +24,7 @@ var_dump( get_defined_functions($extra_arg) ); -- Testing get_defined_functions() function with more than expected no. of arguments -- -Warning: get_defined_functions() expects exactly 0 parameters, 1 given in %s on line %d +Warning: get_defined_functions() expects at most 1 parameter, 2 given in %s on line %d NULL ===Done===