1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

Reset the state, if there is garbage in an HTML tag.

PR: #7854
This commit is contained in:
Sascha Schumann
2000-11-17 16:27:37 +00:00
parent eb437a5870
commit 5767ab3f75
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
/* Generated by re2c 0.5 on Thu Oct 26 20:28:43 2000 */
/* Generated by re2c 0.5 on Fri Nov 17 17:26:38 2000 */
#line 1 "/home/sas/src/php4/ext/standard/url_scanner_ex.re"
/*
+----------------------------------------------------------------------+
@@ -364,7 +364,7 @@ yy21:
yy22: yych = *++YYCURSOR;
yy23:
#line 254
{ PASSTHRU(); continue; }
{ PASSTHRU(); STATE = STATE_PLAIN; continue; }
}
#line 255
+1 -1
View File
@@ -251,7 +251,7 @@ alpha = [a-zA-Z];
">" { PASSTHRU(); HANDLE_FORM(); STATE = STATE_PLAIN; continue; }
[ \n] { PASSTHRU(); continue; }
alpha { YYCURSOR--; STATE = STATE_ARG; continue; }
any { PASSTHRU(); continue; }
any { PASSTHRU(); STATE = STATE_PLAIN; continue; }
*/
break;