File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ ID [^ \r\n\t:#\000]+
8282GENERIC_ID ([^ \r\n\t:#\000"']|":\\")+|["]([^\n\000"\\]|"\\\\"|"\\"["])+["]|[']([^\n\000'\\]|"\\\\"|"\\"['])+[']
8383ADDR [0][x][a-fA-F0-9]+
8484OPCODE (ZEND_|zend_)([A-Z_a-z])+
85- INPUT ("\\"[#"']|["]("\\\\"|"\\"["]|[^\n\000"])+ ["]|[']("\\"[']|"\\\\"|[^\n\000'])+ [']|[^\n\000#"'])+
85+ INPUT ("\\"[#"']|["]("\\\\"|"\\"["]|[^\n\000"])* ["]|[']("\\"[']|"\\\\"|[^\n\000'])* [']|[^\n\000#"'])+
8686
8787<!*> := yyleng = (size_t) YYCURSOR - (size_t) yytext;
8888
Original file line number Diff line number Diff line change 1+ --TEST--
2+ GH-16174 (Empty string is an invalid expression for phpdbg-ev)
3+ --PHPDBG--
4+ ev $e = ""
5+ ev $f = ''
6+ --EXPECT--
7+ prompt>
8+ prompt>
9+ prompt>
10+ prompt>
You can’t perform that action at this time.
0 commit comments