mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01: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.