]> granicus.if.org Git - php/commitdiff
fix test
authorRaghubansh Kumar <kraghuba@php.net>
Tue, 11 Sep 2007 05:21:40 +0000 (05:21 +0000)
committerRaghubansh Kumar <kraghuba@php.net>
Tue, 11 Sep 2007 05:21:40 +0000 (05:21 +0000)
ext/standard/tests/general_functions/is_callable.phpt

index 66aa1d352e101c5e0e20d2cca8601220408dd9d4..b15703fed8a6bcf43bc9f7bf0c678120739484a8 100644 (file)
@@ -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]] );