From: Felipe Pena Date: Sun, 12 Jun 2011 03:01:12 +0000 (+0000) Subject: - Restore test (the change related to this test weren't committed to this branch) X-Git-Tag: php-5.3.7RC1~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb16e23891bc8b464dd42a809fea6547566f13e9;p=php - Restore test (the change related to this test weren't committed to this branch) --- diff --git a/Zend/tests/constants_005.phpt b/Zend/tests/constants_005.phpt index d2a205b784..bc19c30b89 100755 --- a/Zend/tests/constants_005.phpt +++ b/Zend/tests/constants_005.phpt @@ -7,6 +7,5 @@ define("ZEND_THREAD_safe", 123); var_dump(ZEND_THREAD_safe); ?> --EXPECTF-- -Notice: Use of undefined constant ZEND_THREAD_safe - assumed 'ZEND_THREAD_safe' in %s on line %d -string(16) "ZEND_THREAD_safe" +bool(false) int(123)