Hi, The page https://wiki.php.net/phpng-upgrading#call_frame_changes_zend_execute_data says:
> zend_execute_data.num_args - number of arguments passed to the function (this > is a new field) However, there's no such field in zend_execute_data structure: https://github.com/php/php-src/blob/PHP-7.0.15/Zend/zend_compile.h#L430 it's in zend_function: https://github.com/php/php-src/blob/PHP-7.0.15/Zend/zend_compile.h#L414 Probably this line should be removed from the wiki page. Thanks -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php