3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = <<<EOT The big bang bonged under the bung. EOT; $matches = null; preg_match_all('@b.n?g@', $text, $matches);; var_dump($matches);

preferences:
53.91 ms | 402 KiB | 5 Q