3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'hello world, world!'; # 0123456 var_dump(preg_match('/\Gworld/', $string, $matches, PREG_OFFSET_CAPTURE, 6), $matches[0]); var_dump(preg_match('/\Gworld/', $string, $matches, PREG_OFFSET_CAPTURE, 3), $matches[0]);

preferences:
38.68 ms | 402 KiB | 5 Q