3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = " Hello"; $matches = []; preg_match('/\S/', $string, $matches, PREG_OFFSET_CAPTURE); var_dump($matches);

preferences:
37.33 ms | 402 KiB | 5 Q