]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Fri, 23 Sep 2005 10:34:02 +0000 (10:34 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 23 Sep 2005 10:34:02 +0000 (10:34 +0000)
Zend/tests/error_reporting10.phpt

index 73ac87f35549830dfb2cd254541236b160170ac7..1d0abb10f3f06a5566fd8b1a819c501be197ee30 100644 (file)
@@ -30,6 +30,6 @@ var_dump(error_reporting());
 echo "Done\n";
 ?>
 --EXPECTF--    
-int(0)
-int(0)
+int(6143)
+int(6135)
 Done