Am 27.02.2015 um 09:53 schrieb Xinchen Hui:
> I noticed different version of xdebug, could you try without it?

 Thank you for bringing Xdebug to my attention. You are right, it
 appears to be related to Xdebug.

 Without Xdebug

   $ php -v
   PHP 5.6.6 (cli) (built: Feb 19 2015 09:44:29)
   Copyright (c) 1997-2015 The PHP Group
   Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies

 the test from PHPUnit's own test suite passes.

 With Xdebug

   $ php -v
   PHP 5.6.6 (cli) (built: Feb 19 2015 09:44:29)
   Copyright (c) 1997-2015 The PHP Group
   Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies
       with Xdebug v2.3.1, Copyright (c) 2002-2015, by Derick Rethans

 the test from PHPUnit's own test suite fails.

 Sorry for the noise, time to bug Derick.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to