3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('pcre.jit', 1); var_dump(preg_match("/(T|X)+/", str_repeat('X', 1023), $matches)); var_dump(preg_match("/(T|X)+/", str_repeat('X', 1024), $matches)); ini_set('pcre.jit', 0); var_dump(preg_match("/(T|X)+/", str_repeat('X', 1023), $matches)); var_dump(preg_match("/(T|X)+/", str_repeat('X', 1024), $matches));

preferences:
48.07 ms | 402 KiB | 5 Q