kraghuba Tue Sep 11 05:21:40 2007 UTC
Modified files: (Branch: PHP_5_2)
/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.1.2.2&r2=1.1.2.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.1.2.2
php-src/ext/standard/tests/general_functions/is_callable.phpt:1.1.2.3
--- php-src/ext/standard/tests/general_functions/is_callable.phpt:1.1.2.2
Thu Jul 12 09:26:42 2007
+++ php-src/ext/standard/tests/general_functions/is_callable.phpt Tue Sep
11 05:21:40 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