Closed
Description
Handle arguments from annonymous classes instanciation :
<?php throw new class('error') extends Exception { };
Reference : https://github.com/php/php-src/blob/master/Zend/zend_language_parser.y#L851
See ctor_arguments
part
Handle arguments from annonymous classes instanciation :
<?php throw new class('error') extends Exception { };
Reference : https://github.com/php/php-src/blob/master/Zend/zend_language_parser.y#L851
See ctor_arguments
part