mirror of
https://github.com/php/php-src.git
synced 2026-03-26 01:02:25 +01:00
This allows extensions that already know which parser to use and don't need the generic lookup facility to directly refer to the desired parser without needing to go through `php_uri_get_parser()` (which also requires allocating a `zend_string*`). Following php/php-src#20173 Related to php/php-src#19868