From: Jeraimee Hughes Date: Wed, 18 May 2011 20:07:11 +0000 (+0000) Subject: Fixed failing test. X-Git-Tag: php-5.5.0alpha1~2070 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fc3380db774308c68b138b689bf4617d649c257;p=php Fixed failing test. --- diff --git a/Zend/tests/constants_005.phpt b/Zend/tests/constants_005.phpt index 097be97e14..6fe598a986 100755 --- a/Zend/tests/constants_005.phpt +++ b/Zend/tests/constants_005.phpt @@ -7,5 +7,6 @@ define("ZEND_THREAD_safe", 123); var_dump(ZEND_THREAD_safe); ?> --EXPECTF-- -bool(%s) +Notice: Use of undefined constant ZEND_THREAD_safe - assumed 'ZEND_THREAD_safe' in %s on line %d +string(16) "ZEND_THREAD_safe" int(123)