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

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

Reply via email to