tony2001 Thu Jul 12 09:26:29 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.2&r2=1.3&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.2 php-src/ext/standard/tests/general_functions/is_callable.phpt:1.3 --- php-src/ext/standard/tests/general_functions/is_callable.phpt:1.2 Tue Jun 5 09:21:54 2007 +++ php-src/ext/standard/tests/general_functions/is_callable.phpt Thu Jul 12 09:26:28 2007 @@ -1,5 +1,7 @@ --TEST-- Test is_callable() function +--INI-- +precision=14 --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