]> granicus.if.org Git - php/commitdiff
- Fix test again
authorFelipe Pena <felipe@php.net>
Sun, 12 Jun 2011 21:05:16 +0000 (21:05 +0000)
committerFelipe Pena <felipe@php.net>
Sun, 12 Jun 2011 21:05:16 +0000 (21:05 +0000)
Zend/tests/constants_005.phpt

index bc19c30b89a92a890caf51cd4e49ac08b5c99ddd..55f90fd94f38dc7cbabaf5d86a8224e72804ba87 100755 (executable)
@@ -7,5 +7,5 @@ define("ZEND_THREAD_safe", 123);
 var_dump(ZEND_THREAD_safe);
 ?>
 --EXPECTF--
-bool(false)
+bool(%s)
 int(123)