summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2011-06-12 03:01:12 +0000
committerFelipe Pena <felipe@php.net>2011-06-12 03:01:12 +0000
commitbb16e23891bc8b464dd42a809fea6547566f13e9 (patch)
treeb22c78621f7dc1bd2ded7651d88cf5053659a90b
parent0ec17583817732a0ec5f27f5b976a59ce80f4f1c (diff)
downloadphp-git-bb16e23891bc8b464dd42a809fea6547566f13e9.tar.gz
- Restore test (the change related to this test weren't committed to this branch)
-rwxr-xr-xZend/tests/constants_005.phpt3
1 files changed, 1 insertions, 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)