- Restore test (the change related to this test weren't committed to this branch)

This commit is contained in:
Felipe Pena 2011-06-12 03:01:12 +00:00
parent 0ec1758381
commit bb16e23891

View File

@ -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)