Sorry, for breaking. I'll try fix this at evening (sorry, I don't have time right now).
________________________________ From: Sebastian Bergmann <sebast...@php.net> Sent: Friday, January 13, 2017 12:37:37 PM To: internals@lists.php.net Cc: Dmitry Stogov Subject: Re: [PHP-CVS] com php-src: Introduced "zend_type" - an abstraction for type-hinting representation.: Zend/zend_API.c Zend/zend_API.h Zend/zend_builtin_functions.c Zend/zend_compile.c Zend/zend_compile.h Zend/zend_execute.c Zend/zend_inheritance.c Zend/... On 01/13/2017 09:37 AM, Dmitry Stogov wrote: > Commit: 141d1ba9801f742dc5d9ccd06e02b94284c4deb7 > Author: Dmitry Stogov <dmi...@zend.com> Fri, 13 Jan 2017 11:37:46 > +0300 > Parents: 28391c30ca008013267592ab2a2eebce3da3f3b0 > Branches: master > > Link: > http://git.php.net/?p=php-src.git;a=commitdiff;h=141d1ba9801f742dc5d9ccd06e02b94284c4deb7 > > Log: > Introduced "zend_type" - an abstraction for type-hinting representation. Great to see this make it into master so quickly. Thanks for your work on this! After this commit, however, PHPUnit stopped working with PHP 7.2: Fatal error: Uncaught TypeError: Argument 1 passed to PHPUnit_TextUI_TestRunner::__construct() must be an instance of PHPUnit_Runner_TestSuiteLoader or null, null given, called in /usr/local/src/phpunit/src/TextUI/Command.php on line 213 and defined in /usr/local/src/phpunit/src/TextUI/TestRunner.php:70 Here is how you can reproduce it: $ g...@github.com:sebastianbergmann/phpunit.git $ cd phpunit $ composer update --no-interaction --no-progress --no-ansi --no-suggest --optimize-autoloader --prefer-stable $ ./phpunit