mirror of
https://github.com/php/php-src.git
synced 2026-04-05 07:02:33 +02:00
Since `zend_parse_parameters()` throws now, there is no reason to explicitly call `zend_parse_parameters_throw()` anymore, and since both have actually the same implementation, we redefine the latter as macro.