Home
Phabricator
Search
Configure Global Search
Log In
Transactions
T9286
Change Details
Change Details
Old
New
Diff
XHPAST does not properly handle the following code ```lang=php <?phpquack ``` This PHP code is valid and should tokenize to `T_INLINE_HTML`. Instead, an exception is thrown: ``` XHPAST Parse Error: syntax error, unexpected $end on line 1 ```
XHPAST does not properly handle the following code ```lang=php <?phpquack ``` This PHP code is valid and should tokenize to `T_INLINE_HTML`. Instead, an exception is thrown: ``` XHPAST Parse Error: syntax error, unexpected $end on line 1 ```
Continue