summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/standard/php_parsedate.h2
-rw-r--r--ext/standard/php_smart_str.h2
-rw-r--r--ext/standard/php_smart_str_public.h2
-rw-r--r--ext/standard/url_scanner_ex.c62
-rw-r--r--ext/standard/url_scanner_ex.h2
-rw-r--r--ext/standard/url_scanner_ex.re2
6 files changed, 42 insertions, 30 deletions
diff --git a/ext/standard/php_parsedate.h b/ext/standard/php_parsedate.h
index 7d96c3fc0e..1cb9af11b1 100644
--- a/ext/standard/php_parsedate.h
+++ b/ext/standard/php_parsedate.h
@@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#ifndef PHP_PARSEDATE_H
#define PHP_PARSEDATE_H
diff --git a/ext/standard/php_smart_str.h b/ext/standard/php_smart_str.h
index a659a94d59..6589713c0e 100644
--- a/ext/standard/php_smart_str.h
+++ b/ext/standard/php_smart_str.h
@@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#ifndef PHP_SMART_STR_H
#define PHP_SMART_STR_H
diff --git a/ext/standard/php_smart_str_public.h b/ext/standard/php_smart_str_public.h
index 79f5d22e27..8768885ad9 100644
--- a/ext/standard/php_smart_str_public.h
+++ b/ext/standard/php_smart_str_public.h
@@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#ifndef PHP_SMART_STR_PUBLIC_H
#define PHP_SMART_STR_PUBLIC_H
diff --git a/ext/standard/url_scanner_ex.c b/ext/standard/url_scanner_ex.c
index 8ef4c2e355..8f3de2f1a1 100644
--- a/ext/standard/url_scanner_ex.c
+++ b/ext/standard/url_scanner_ex.c
@@ -1,5 +1,5 @@
-/* Generated by re2c 0.9.2 on Sat Mar 13 15:56:45 2004 */
-#line 1 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+/* Generated by re2c 0.9.2 on Mon Jan 10 17:19:39 2005 */
+#line 1 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
/*
+----------------------------------------------------------------------+
| PHP Version 5 |
@@ -18,6 +18,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#include "php.h"
#ifdef HAVE_UNISTD_H
@@ -89,7 +91,7 @@ PHP_INI_BEGIN()
STD_PHP_INI_ENTRY("url_rewriter.tags", "a=href,area=href,frame=src,form=,fieldset=", PHP_INI_ALL, OnUpdateTags, url_adapt_state_ex, php_basic_globals, basic_globals)
PHP_INI_END()
-#line 95 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 97 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
#define YYFILL(n) goto done
@@ -158,19 +160,19 @@ yy0:
yy2: yych = *++YYCURSOR;
goto yy3;
yy3:
-#line 113 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 115 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
{ smart_str_append(dest, url); return; }
#line 59 "re2c-output.c"
yy4: yych = *++YYCURSOR;
goto yy5;
yy5:
-#line 114 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 116 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
{ sep = separator; goto scan; }
#line 65 "re2c-output.c"
yy6: yych = *++YYCURSOR;
goto yy7;
yy7:
-#line 115 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 117 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
{ bash = p - 1; goto done; }
#line 71 "re2c-output.c"
yy8: ++YYCURSOR;
@@ -180,11 +182,11 @@ yy8: ++YYCURSOR;
yy9: if(yybm[0+yych] & 128) goto yy8;
goto yy10;
yy10:
-#line 116 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 118 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
{ goto scan; }
#line 81 "re2c-output.c"
}
-#line 117 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 119 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
done:
@@ -401,7 +403,7 @@ yy11:
yy13: yych = *++YYCURSOR;
goto yy14;
yy14:
-#line 285 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 287 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
{ passthru(STD_ARGS); STATE = STATE_TAG; goto state_tag; }
#line 135 "re2c-output.c"
yy15: ++YYCURSOR;
@@ -411,11 +413,11 @@ yy15: ++YYCURSOR;
yy16: if(yybm[0+yych] & 128) goto yy15;
goto yy17;
yy17:
-#line 286 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 288 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
{ passthru(STD_ARGS); goto state_plain; }
#line 145 "re2c-output.c"
}
-#line 287 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 289 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
state_tag:
@@ -472,13 +474,13 @@ yy18:
yy20: yych = *++YYCURSOR;
goto yy25;
yy21:
-#line 292 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 294 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
{ handle_tag(STD_ARGS); /* Sets STATE */; passthru(STD_ARGS); if (STATE == STATE_PLAIN) goto state_plain; else goto state_next_arg; }
#line 202 "re2c-output.c"
yy22: yych = *++YYCURSOR;
goto yy23;
yy23:
-#line 293 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 295 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
{ passthru(STD_ARGS); goto state_plain_begin; }
#line 208 "re2c-output.c"
yy24: ++YYCURSOR;
@@ -488,7 +490,7 @@ yy24: ++YYCURSOR;
yy25: if(yybm[0+yych] & 128) goto yy24;
goto yy21;
}
-#line 294 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 296 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
state_next_arg_begin:
@@ -562,25 +564,25 @@ yy26:
yy28: yych = *++YYCURSOR;
goto yy29;
yy29:
-#line 302 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 304 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
{ passthru(STD_ARGS); handle_form(STD_ARGS); goto state_plain_begin; }
#line 285 "re2c-output.c"
yy30: yych = *++YYCURSOR;
goto yy37;
yy31:
-#line 303 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 305 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
{ passthru(STD_ARGS); goto state_next_arg; }
#line 291 "re2c-output.c"
yy32: yych = *++YYCURSOR;
goto yy33;
yy33:
-#line 304 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 306 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
{ --YYCURSOR; STATE = STATE_ARG; goto state_arg; }
#line 297 "re2c-output.c"
yy34: yych = *++YYCURSOR;
goto yy35;
yy35:
-#line 305 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 307 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
{ passthru(STD_ARGS); goto state_plain_begin; }
#line 303 "re2c-output.c"
yy36: ++YYCURSOR;
@@ -590,7 +592,7 @@ yy36: ++YYCURSOR;
yy37: if(yybm[0+yych] & 128) goto yy36;
goto yy31;
}
-#line 306 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 308 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
state_arg:
@@ -647,13 +649,13 @@ yy38:
yy40: yych = *++YYCURSOR;
goto yy45;
yy41:
-#line 311 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 313 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
{ passthru(STD_ARGS); handle_arg(STD_ARGS); STATE = STATE_BEFORE_VAL; goto state_before_val; }
#line 366 "re2c-output.c"
yy42: yych = *++YYCURSOR;
goto yy43;
yy43:
-#line 312 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 314 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
{ passthru(STD_ARGS); STATE = STATE_NEXT_ARG; goto state_next_arg; }
#line 372 "re2c-output.c"
yy44: ++YYCURSOR;
@@ -663,7 +665,7 @@ yy44: ++YYCURSOR;
yy45: if(yybm[0+yych] & 128) goto yy44;
goto yy41;
}
-#line 313 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 315 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
state_before_val:
@@ -721,13 +723,13 @@ yy48: yyaccept = 0;
if(yych == '=') goto yy53;
goto yy49;
yy49:
-#line 319 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 321 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
{ --YYCURSOR; goto state_next_arg_begin; }
#line 436 "re2c-output.c"
yy50: yych = *++YYCURSOR;
goto yy54;
yy51:
-#line 318 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 320 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
{ passthru(STD_ARGS); STATE = STATE_VAL; goto state_val; }
#line 442 "re2c-output.c"
yy52: yych = *++YYCURSOR;
@@ -750,7 +752,7 @@ yy57: YYCURSOR = YYMARKER;
case 0: goto yy49;
}
}
-#line 320 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 322 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
@@ -822,7 +824,7 @@ yy60: yyaccept = 0;
yych = *(YYMARKER = ++YYCURSOR);
goto yy77;
yy61:
-#line 328 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 330 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
{ handle_val(STD_ARGS, 0, '\0'); goto state_next_arg_begin; }
#line 532 "re2c-output.c"
yy62: yyaccept = 0;
@@ -833,7 +835,7 @@ yy63: yych = *++YYCURSOR;
yy64: yych = *++YYCURSOR;
goto yy65;
yy65:
-#line 329 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 331 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
{ passthru(STD_ARGS); goto state_next_arg_begin; }
#line 543 "re2c-output.c"
yy66: ++YYCURSOR;
@@ -855,7 +857,7 @@ yy70: yych = *++YYCURSOR;
if(yybm[0+yych] & 8) goto yy66;
goto yy71;
yy71:
-#line 327 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 329 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
{ handle_val(STD_ARGS, 1, '\''); goto state_next_arg_begin; }
#line 565 "re2c-output.c"
yy72: ++YYCURSOR;
@@ -884,7 +886,7 @@ yy78: yych = *++YYCURSOR;
if(yybm[0+yych] & 8) goto yy66;
goto yy79;
yy79:
-#line 326 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 328 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
{ handle_val(STD_ARGS, 1, '"'); goto state_next_arg_begin; }
#line 594 "re2c-output.c"
yy80: ++YYCURSOR;
@@ -897,7 +899,7 @@ yy81: if(yybm[0+yych] & 128) goto yy80;
yy82: yych = *++YYCURSOR;
goto yy79;
}
-#line 330 "/usr/src/php5/ext/standard/url_scanner_ex.re"
+#line 332 "/usr/src/web/php/php5/ext/standard/url_scanner_ex.re"
stop:
diff --git a/ext/standard/url_scanner_ex.h b/ext/standard/url_scanner_ex.h
index a5969fb4f9..2e904cab1d 100644
--- a/ext/standard/url_scanner_ex.h
+++ b/ext/standard/url_scanner_ex.h
@@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#ifndef URL_SCANNER_EX_H
#define URL_SCANNER_EX_H
diff --git a/ext/standard/url_scanner_ex.re b/ext/standard/url_scanner_ex.re
index ec02d5ebb8..31845d6916 100644
--- a/ext/standard/url_scanner_ex.re
+++ b/ext/standard/url_scanner_ex.re
@@ -16,6 +16,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#include "php.h"
#ifdef HAVE_UNISTD_H