3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ret = preg_match('/(?:ab|c)+/', str_repeat('c', 8192)); if ($ret === false) { print("failed with: " . preg_last_error()); }

preferences:
66.45 ms | 406 KiB | 5 Q