[PHP-DEV] Small mistake on wiki

2017-01-12 Thread sachavav
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-

Re: [PHP-DEV] Small mistake on wiki

2017-01-12 Thread sachavav
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