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:
33.49 ms | 402 KiB | 5 Q