Not really an issue, but to get it working with the default configuration, right now, you need disable pcre.jit for the cli.php & compiler: `ini_set("pcre.jit", "0");` works as intended afterwards.