felipe Sun, 12 Jun 2011 03:01:12 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=312080
Log: - Restore test (the change related to this test weren't committed to this branch) Changed paths: U php/php-src/branches/PHP_5_3/Zend/tests/constants_005.phpt Modified: php/php-src/branches/PHP_5_3/Zend/tests/constants_005.phpt =================================================================== --- php/php-src/branches/PHP_5_3/Zend/tests/constants_005.phpt 2011-06-12 02:47:48 UTC (rev 312079) +++ php/php-src/branches/PHP_5_3/Zend/tests/constants_005.phpt 2011-06-12 03:01:12 UTC (rev 312080) @@ -7,6 +7,5 @@ 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php