From bb16e23891bc8b464dd42a809fea6547566f13e9 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sun, 12 Jun 2011 03:01:12 +0000 Subject: [PATCH] - Restore test (the change related to this test weren't committed to this branch) --- Zend/tests/constants_005.phpt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.50.1