kraghuba Tue Sep 11 05:23:45 2007 UTC Modified files: /php-src/ext/standard/tests/general_functions is_callable.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/is_callable.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/standard/tests/general_functions/is_callable.phpt diff -u php-src/ext/standard/tests/general_functions/is_callable.phpt:1.3 php-src/ext/standard/tests/general_functions/is_callable.phpt:1.4 --- php-src/ext/standard/tests/general_functions/is_callable.phpt:1.3 Thu Jul 12 09:26:28 2007 +++ php-src/ext/standard/tests/general_functions/is_callable.phpt Tue Sep 11 05:23:45 2007 @@ -2,6 +2,7 @@ Test is_callable() function --INI-- precision=14 +error_reporting = E_ALL & ~E_NOTICE | E_STRICT --FILE-- <?php /* Prototype: bool is_callable ( mixed $var [, bool $syntax_only [, string &$callable_name]] );
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php