mirror of
https://github.com/php/php-src.git
synced 2026-04-04 06:32:49 +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.