Stéphane

Results 52 comments of Stéphane

or DateTime::createFromFormat

Thanks for the report, i'll try to take a look this week-end.

This only can be achived by moving to PHP-Parser:3.0~, this need a lot of work and i have no time these days... can you make a PR ?

Can you run the convertion with --debug and identify the code ?

Waiting full support of keyword "use" to delete pseudo-classes phalcon/zephir#888

@kristoftorfs : Instead of using anonym function, you can use classic class.

I have tested with roave/no-leaks 1.1.1, roave/no-leaks 1.1.0, roave/no-leaks 1.0.0. The version 1.0.0 does not have this bug

No plugins for phpunit, here is my `composer show`, alose it work when i filter on smaller part of unit test (70 * 3 unit test executed instead of 700...

same ```console PHPUnit 8.3.5 by Sebastian Bergmann and contributors. Runtime: PHP 7.3.4 Configuration: /var/www/phpunit.xml ............................................................... 63 / 751 ( 8%) ...................................................SS.......... 126 / 751 ( 16%) ............................................................... 189 / 751...

when i add ``` static $call = 0; $call ++; var_dump($call); ``` on `startTestSuite` method ``` PHPUnit 8.3.5 by Sebastian Bergmann and contributors. Runtime: PHP 7.3.4 Configuration: /var/www/phpunit.xml int(1) int(2)...