mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
626f3c3c7c
The arg_info member of zend_function is now always a zend_arg_info*. Before, it was a zend_internal_arg_info* on internal functions, unless the ZEND_ACC_USER_ARG_INFO flag was set. Closes GH-19022