@ -449,7 +449,7 @@ struct _zend_execute_data {
const zend_op *opline; /* executed opline */
zend_execute_data *call; /* current call */
zval *return_value;
zend_function *func; /* executed funcrion */
zend_function *func; /* executed function */
zval This; /* this + call_info + num_args */
zend_execute_data *prev_execute_data;
zend_array *symbol_table;
@ -260,7 +260,7 @@ ZEND_API int zend_parse_ini_string(char *str, zend_bool unbuffered_errors, int s
%}
%expect 0
%pure_parser
%pure-parser
%token TC_SECTION
%token TC_RAW
@ -43,7 +43,7 @@ static YYSIZE_T zend_yytnamerr(char*, const char*);
%code requires {