mirror of
https://github.com/php/php-src.git
synced 2026-04-10 09:33:06 +02:00
This reallocates the PHP array when one can just use the named_params fields to pass the positional arguments instead. Only usage of zend_fcall_info_args(_ex) remains in PDO.