]> granicus.if.org Git - php/commitdiff
- MFZE1
authorAndi Gutmans <andi@php.net>
Sat, 16 Nov 2002 07:37:03 +0000 (07:37 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 16 Nov 2002 07:37:03 +0000 (07:37 +0000)
Zend/zend_language_scanner.l

index 467b0a066898f42b1f01649436b9d7d29af53def..ec09999d65bba6cfddedf0ed1952294f75f54148 100644 (file)
@@ -474,7 +474,6 @@ DNUM        ([0-9]*[\.][0-9]+)|([0-9]+[\.][0-9]*)
 EXPONENT_DNUM  (({LNUM}|{DNUM})[eE][+-]?{LNUM})
 HNUM   "0x"[0-9a-fA-F]+
 LABEL  [a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*
-ENCAPSED_STRING ([a-zA-Z0-9_\x7f-\xff \t #'.:;,()|^&+/*=%!~<>?@]|"-"[^>])+
 ENCAPSED_STRING_WITH_NEWLINE ([a-zA-Z0-9_\x7f-\xff \t\n\r #'.:;,()|^&+/*=%!~<>?@]|"-"[^>])+
 WHITESPACE [ \n\r\t]+
 TABS_AND_SPACES [ \t]*