|
|
|
@ -1,4 +1,4 @@ |
|
|
|
/* Generated by re2c 0.13.5 on Sat Jul 26 19:05:04 2008 */ |
|
|
|
/* Generated by re2c 0.13.5 on Mon Jul 28 15:05:16 2008 */ |
|
|
|
#line 1 "Zend/zend_language_scanner.l" |
|
|
|
/* |
|
|
|
+----------------------------------------------------------------------+ |
|
|
|
@ -860,7 +860,7 @@ ZEND_API int zend_prepare_string_for_scanning(zval *str, char *filename TSRMLS_D |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
ZEND_API int zend_get_scanned_file_offset(TSRMLS_D) |
|
|
|
ZEND_API size_t zend_get_scanned_file_offset(TSRMLS_D) |
|
|
|
{ |
|
|
|
return SCNG(yy_cursor) - SCNG(yy_start); |
|
|
|
} |
|
|
|
@ -5256,7 +5256,7 @@ yy369: |
|
|
|
|
|
|
|
/* Check for ending label on the next line */ |
|
|
|
if (CG(heredoc_len) < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, s, CG(heredoc_len))) { |
|
|
|
char *end = YYCURSOR + CG(heredoc_len); |
|
|
|
unsigned char *end = YYCURSOR + CG(heredoc_len); |
|
|
|
|
|
|
|
if (*end == ';') { |
|
|
|
end++; |
|
|
|
|