--- embedaddon/php/Zend/tests/constants_005.phpt 2012/02/21 23:47:52 1.1.1.1 +++ embedaddon/php/Zend/tests/constants_005.phpt 2012/05/29 12:34:36 1.1.1.2 @@ -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)