From 1cb6e1407c957878239e32fcaa2a38e92956d14d Mon Sep 17 00:00:00 2001 From: nikic Date: Wed, 26 Mar 2014 23:41:06 +0100 Subject: [PATCH] Fix ** emulation wrt comments --- lib/PhpParser/Lexer/Emulative.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PhpParser/Lexer/Emulative.php b/lib/PhpParser/Lexer/Emulative.php index 66523406..b8539cc1 100644 --- a/lib/PhpParser/Lexer/Emulative.php +++ b/lib/PhpParser/Lexer/Emulative.php @@ -72,7 +72,7 @@ class Emulative extends \PhpParser\Lexer protected function preprocessCode($code) { $code = str_replace('...', '~__EMU__ELLIPSIS__~', $code); $code = preg_replace('((?