]> granicus.if.org Git - php/commitdiff
MFH
authorIlia Alshanetsky <iliaa@php.net>
Wed, 12 Feb 2003 14:58:30 +0000 (14:58 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 12 Feb 2003 14:58:30 +0000 (14:58 +0000)
ext/standard/url_scanner_ex.c
ext/standard/url_scanner_ex.re

index 972752bd7a05b865f133715b5b2a56e6661dbad1..d5d16077f7b6e214d60cf33a1da87dadf9da4aef 100644 (file)
@@ -1,5 +1,5 @@
-/* Generated by re2c 0.5 on Mon Sep 30 06:55:58 2002 */
-#line 1 "/home/sas/src/php4/ext/standard/url_scanner_ex.re"
+/* Generated by re2c 0.5 on Wed Feb 12 10:07:57 2003 */
+#line 1 "/home/rei/PHP_CVS/STABLE/php4/ext/standard/url_scanner_ex.re"
 /*
   +----------------------------------------------------------------------+
   | PHP Version 4                                                        |
@@ -706,7 +706,7 @@ state_val:
        unsigned int yyaccept;
        static unsigned char yybm[] = {
        248, 248, 248, 248, 248, 248, 248, 248, 
-       248, 248, 160, 248, 248, 248, 248, 248, 
+       248, 160, 160, 248, 248, 248, 248, 248, 
        248, 248, 248, 248, 248, 248, 248, 248, 
        248, 248, 248, 248, 248, 248, 248, 248, 
        160, 248,  56, 248, 248, 248, 248, 200, 
@@ -745,7 +745,7 @@ yy58:
        yych = *YYCURSOR;
        if(yych <= '!'){
                if(yych <= '\n'){
-                       if(yych <= '\t')        goto yy63;
+                       if(yych <= '\b')        goto yy63;
                        goto yy64;
                } else {
                        if(yych == ' ') goto yy64;
index 329fb2224561819067f2c383f2d65259bbd819a0..f3c638863e38500303556ee9d4afc560ed92eaaa 100644 (file)
@@ -2,7 +2,7 @@
   +----------------------------------------------------------------------+
   | PHP Version 4                                                        |
   +----------------------------------------------------------------------+
-  | Copyright (c) 1997-2002 The PHP Group                                |
+  | Copyright (c) 1997-2003 The PHP Group                                |
   +----------------------------------------------------------------------+
   | This source file is subject to version 2.02 of the PHP license,      |
   | that is bundled with this package in the file LICENSE, and is        |
@@ -322,7 +322,7 @@ state_val:
 /*!re2c
   ["] (any\[">])* ["]  { handle_val(STD_ARGS, 1, '"'); goto state_next_arg_begin; }
   ['] (any\['>])* [']  { handle_val(STD_ARGS, 1, '\''); goto state_next_arg_begin; }
-  (any\[ \n>])+                { handle_val(STD_ARGS, 0, '\0'); goto state_next_arg_begin; }
+  (any\[ \t\n>])+      { handle_val(STD_ARGS, 0, '\0'); goto state_next_arg_begin; }
   any                                  { passthru(STD_ARGS); goto state_next_arg_begin; }
 */