Roman Karpenko
Results
2
comments of
Roman Karpenko
Sorry, I forgot explain when it happens. If you have string overloading with this settings: mbstring.internal_encoding = UTF-8 mbstring.func_overload = 2 then you have exception on "parse error: failed at...
> Does changing the ini setting with ini_set just for the parse work? Yes, you are right.. Changing compile method on this ``` php public function compile($string, $name = null)...