3v4l.org

run code in 300+ PHP versions simultaneously
<?php $match_me = "hello world!"; $preg_match('/[a-z].*\s?\!$/', $match_me, $matches); print_r($matches);

preferences:
37.4 ms | 402 KiB | 5 Q