Skip to content

Commit

Permalink
touch
Browse files Browse the repository at this point in the history
  • Loading branch information
foobar committed Apr 17, 2003
1 parent 5e0b9bb commit 8587454
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions ext/standard/var_unserializer.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* Generated by re2c 0.5 on Fri Jan 24 11:25:29 2003 */
#line 1 "/home/rei/PHP_CVS/php5/ext/standard/var_unserializer.re"
#include "php.h"
#include "ext/standard/php_var.h"
#include "php_incomplete_class.h"
Expand Down Expand Up @@ -91,7 +90,6 @@ PHPAPI void var_destroy(php_unserialize_data_t *var_hashx)
#define YYMARKER marker


#line 97



Expand Down Expand Up @@ -319,7 +317,6 @@ yy3: yyaccept = 0;
yych = *(YYMARKER = ++YYCURSOR);
if(yych == ':') goto yy75;
yy4:
#line 410
{ return 0; }
yy5: yych = *++YYCURSOR;
if(yych == ';') goto yy73;
Expand Down Expand Up @@ -354,7 +351,6 @@ yy12: yyaccept = 0;
goto yy4;
yy13: yych = *++YYCURSOR;
yy14:
#line 404
{
/* this is the case where we have less data than planned */
php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unexpected end of serialized data");
Expand All @@ -378,7 +374,6 @@ yy20: yych = *++YYCURSOR;
if(yych != '"') goto yy2;
yy21: yych = *++YYCURSOR;
yy22:
#line 330
{
int len;
int elements;
Expand Down Expand Up @@ -474,7 +469,6 @@ yy27: yych = *++YYCURSOR;
if(yych != '"') goto yy2;
yy28: yych = *++YYCURSOR;
yy29:
#line 322
{

INIT_PZVAL(*rval);
Expand Down Expand Up @@ -504,7 +498,6 @@ yy34: yych = *++YYCURSOR;
if(yych != '{') goto yy2;
yy35: yych = *++YYCURSOR;
yy36:
#line 304
{
int elements = parse_iv(start + 2);

Expand Down Expand Up @@ -544,7 +537,6 @@ yy41: yych = *++YYCURSOR;
if(yych != '"') goto yy2;
yy42: yych = *++YYCURSOR;
yy43:
#line 284
{
int len;
char *str;
Expand Down Expand Up @@ -621,7 +613,6 @@ yy50: if(yych <= ';'){
}
yy51: yych = *++YYCURSOR;
yy52:
#line 277
{
*p = YYCURSOR;
INIT_PZVAL(*rval);
Expand Down Expand Up @@ -697,7 +688,6 @@ yy64: if(yych <= '/') goto yy2;
if(yych != ';') goto yy2;
yy65: yych = *++YYCURSOR;
yy66:
#line 270
{
*p = YYCURSOR;
INIT_PZVAL(*rval);
Expand All @@ -724,7 +714,6 @@ yy70: if(yych <= '/') goto yy2;
if(yych != ';') goto yy2;
yy71: yych = *++YYCURSOR;
yy72:
#line 263
{
*p = YYCURSOR;
INIT_PZVAL(*rval);
Expand All @@ -733,7 +722,6 @@ yy71: yych = *++YYCURSOR;
}
yy73: yych = *++YYCURSOR;
yy74:
#line 256
{
*p = YYCURSOR;
INIT_PZVAL(*rval);
Expand All @@ -760,7 +748,6 @@ yy78: if(yych <= '/') goto yy2;
if(yych != ';') goto yy2;
yy79: yych = *++YYCURSOR;
yy80:
#line 237
{
int id;

Expand All @@ -780,7 +767,6 @@ yy79: yych = *++YYCURSOR;
return 1;
}
}
#line 412


return 0;
Expand Down

0 comments on commit 8587454

Please sign in to comment.