-/* Generated by re2c 0.5 on Tue Mar 11 03:26:22 2003 */
+/* Generated by re2c 0.5 on Thu Apr 17 05:49:48 2003 */
#line 1 "url_scanner_ex.re"
/*
+----------------------------------------------------------------------+
ctx->tag.len = 0;
smart_str_appendl(&ctx->tag, start, YYCURSOR - start);
for (i = 0; i < ctx->tag.len; i++)
- ctx->tag.c[i] = tolower(ctx->tag.c[i]);
+ ctx->tag.c[i] = tolower((int)(unsigned char)ctx->tag.c[i]);
if (zend_hash_find(ctx->tags, ctx->tag.c, ctx->tag.len, (void **) &ctx->lookup_data) == SUCCESS)
ok = 1;
STATE = ok ? STATE_NEXT_ARG : STATE_PLAIN;
-/* Generated by re2c 0.5 on Fri Jan 24 11:25:29 2003 */
+/* Generated by re2c 0.5 on Thu Apr 17 05:53:08 2003 */
+#line 1 "var_unserializer.re"
+/*
+ +----------------------------------------------------------------------+
+ | PHP Version 4 |
+ +----------------------------------------------------------------------+
+ | 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 |
+ | available at through the world-wide-web at |
+ | http://www.php.net/license/2_02.txt. |
+ | If you did not receive a copy of the PHP license and are unable to |
+ | obtain it through the world-wide-web, please send a note to |
+ | license@php.net so we can mail you a copy immediately. |
+ +----------------------------------------------------------------------+
+ | Author: Sascha Schumann <sascha@schumann.cx> |
+ +----------------------------------------------------------------------+
+*/
+
+/* $Id$ */
+
#include "php.h"
#include "ext/standard/php_var.h"
#include "php_incomplete_class.h"
#define YYMARKER marker
+#line 117
yych = *(YYMARKER = ++YYCURSOR);
if(yych == ':') goto yy75;
yy4:
+#line 430
{ return 0; }
yy5: yych = *++YYCURSOR;
if(yych == ';') goto yy73;
goto yy4;
yy13: yych = *++YYCURSOR;
yy14:
+#line 424
{
/* this is the case where we have less data than planned */
php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unexpected end of serialized data");
if(yych != '"') goto yy2;
yy21: yych = *++YYCURSOR;
yy22:
+#line 350
{
int len;
int elements;
if(yych != '"') goto yy2;
yy28: yych = *++YYCURSOR;
yy29:
+#line 342
{
INIT_PZVAL(*rval);
if(yych != '{') goto yy2;
yy35: yych = *++YYCURSOR;
yy36:
+#line 324
{
int elements = parse_iv(start + 2);
if(yych != '"') goto yy2;
yy42: yych = *++YYCURSOR;
yy43:
+#line 304
{
int len;
char *str;
}
yy51: yych = *++YYCURSOR;
yy52:
+#line 297
{
*p = YYCURSOR;
INIT_PZVAL(*rval);
if(yych != ';') goto yy2;
yy65: yych = *++YYCURSOR;
yy66:
+#line 290
{
*p = YYCURSOR;
INIT_PZVAL(*rval);
if(yych != ';') goto yy2;
yy71: yych = *++YYCURSOR;
yy72:
+#line 283
{
*p = YYCURSOR;
INIT_PZVAL(*rval);
}
yy73: yych = *++YYCURSOR;
yy74:
+#line 276
{
*p = YYCURSOR;
INIT_PZVAL(*rval);
if(yych != ';') goto yy2;
yy79: yych = *++YYCURSOR;
yy80:
+#line 257
{
int id;
return 1;
}
}
+#line 432
return 0;