]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Thu, 12 Jul 2007 09:26:42 +0000 (09:26 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 12 Jul 2007 09:26:42 +0000 (09:26 +0000)
ext/standard/tests/general_functions/is_callable.phpt

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