3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(preg_match('[0-9a-zA-Z]', 'bob', $matches), $matches); var_dump(preg_match('~[0-9a-zA-Z]~', 'bob', $matches), $matches); var_dump(preg_match('~[0-9a-zA-Z]+~', 'bob', $matches), $matches);

preferences:
50 ms | 402 KiB | 5 Q