3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'hello world'; preg_match_all('/^(\w+)\s*(.*)$/', $str, $matches, PREG_SET_ORDER); var_dump($matches);

preferences:
60.52 ms | 406 KiB | 6 Q