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-
12.01.2017, 11:59, "Kalle Sommer Nielsen" :
> Hi
>
> 2017-01-12 9:38 GMT+01:00 :
>> 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 fiel