%% code to copy yytext_ptr to yytext[] goes here, if %array
yy_c_buf_p = yy_cp;
+#undef yyleng
+#undef yytext
+#undef yytext_ptr
+
%% data tables for the DFA and the user's section 1 definitions go here
/* Macros after this point can all be overridden by user definitions in
+----------------------------------------------------------------------+
*/
+#define yyleng SCNG(yy_leng)
+#define yytext SCNG(yy_text)
+#define yytext_ptr SCNG(yy_text)
+
#include "zend.h"
#include "zend_globals.h"
#include "zend_ini_parser.h"
+----------------------------------------------------------------------+
*/
+#define yyleng SCNG(yy_leng)
+#define yytext SCNG(yy_text)
+#define yytext_ptr SCNG(yy_text)
+
%}
%x ST_IN_SCRIPTING