Re: [PHP-CVS] svn: /php/php-src/trunk/Zend/tests/ constants_005.phpt

2011-05-20 Thread Hannes Magnusson
On Fri, May 20, 2011 at 12:40, Hannes Magnusson
 wrote:
> On Wed, May 18, 2011 at 22:07, Jeraimee Hughes  wrote:
>> jeraimee                                 Wed, 18 May 2011 20:07:11 +
>>
>> Revision: http://svn.php.net/viewvc?view=revision&revision=311204
>>
>> Log:
>> Fixed failing test.
>>
>> Changed paths:
>>    U   php/php-src/trunk/Zend/tests/constants_005.phpt
>>
>> Modified: php/php-src/trunk/Zend/tests/constants_005.phpt
>> ===
>> --- php/php-src/trunk/Zend/tests/constants_005.phpt     2011-05-18 19:55:34 
>> UTC (rev 311203)
>> +++ php/php-src/trunk/Zend/tests/constants_005.phpt     2011-05-18 20:07:11 
>> UTC (rev 311204)
>> @@ -7,5 +7,6 @@
>>  var_dump(ZEND_THREAD_safe);
>>  ?>
>>  --EXPECTF--
>> -bool(%s)
>> +Notice: Use of undefined constant ZEND_THREAD_safe - assumed 
>> 'ZEND_THREAD_safe' in %s on line %d
>> +string(16) "ZEND_THREAD_safe"
>>  int(123)
>
>
> This isn't expected behavior, and Scott committed a proper fix for it,
> so please revert :)


Actually. It was the otherway around. *sigh* sorry :)

-Hannes

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] svn: /php/php-src/trunk/Zend/tests/ constants_005.phpt

2011-05-20 Thread Hannes Magnusson
On Wed, May 18, 2011 at 22:07, Jeraimee Hughes  wrote:
> jeraimee                                 Wed, 18 May 2011 20:07:11 +
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=311204
>
> Log:
> Fixed failing test.
>
> Changed paths:
>    U   php/php-src/trunk/Zend/tests/constants_005.phpt
>
> Modified: php/php-src/trunk/Zend/tests/constants_005.phpt
> ===
> --- php/php-src/trunk/Zend/tests/constants_005.phpt     2011-05-18 19:55:34 
> UTC (rev 311203)
> +++ php/php-src/trunk/Zend/tests/constants_005.phpt     2011-05-18 20:07:11 
> UTC (rev 311204)
> @@ -7,5 +7,6 @@
>  var_dump(ZEND_THREAD_safe);
>  ?>
>  --EXPECTF--
> -bool(%s)
> +Notice: Use of undefined constant ZEND_THREAD_safe - assumed 
> 'ZEND_THREAD_safe' in %s on line %d
> +string(16) "ZEND_THREAD_safe"
>  int(123)


This isn't expected behavior, and Scott committed a proper fix for it,
so please revert :)

-Hannes

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] svn: /php/php-src/trunk/Zend/tests/ constants_005.phpt

2011-05-18 Thread Jeraimee Hughes
jeraimee Wed, 18 May 2011 20:07:11 +

Revision: http://svn.php.net/viewvc?view=revision&revision=311204

Log:
Fixed failing test.

Changed paths:
U   php/php-src/trunk/Zend/tests/constants_005.phpt

Modified: php/php-src/trunk/Zend/tests/constants_005.phpt
===
--- php/php-src/trunk/Zend/tests/constants_005.phpt 2011-05-18 19:55:34 UTC 
(rev 311203)
+++ php/php-src/trunk/Zend/tests/constants_005.phpt 2011-05-18 20:07:11 UTC 
(rev 311204)
@@ -7,5 +7,6 @@
 var_dump(ZEND_THREAD_safe);
 ?>
 --EXPECTF--
-bool(%s)
+Notice: Use of undefined constant ZEND_THREAD_safe - assumed 
'ZEND_THREAD_safe' in %s on line %d
+string(16) "ZEND_THREAD_safe"
 int(123)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php