3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'https://www.google.hu/maps/@46.6203091,19.2838767,3a,75y,217.05h,87.68t/data=!3m6!1e1!3m4!1sFZH5sOcdDLpyFvgrsTlY2g!2e0!7i13312!8i6656?hl=hu'; preg_match('/@([0-9\.]+),([0-9\.]+),(.*),(.*),([0-9\.]+)h,([0-9\.]+)t/', $url, $results); print_r($results);
Output for 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.6 - 7.2.33, 7.3.16 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Array ( [0] => @46.6203091,19.2838767,3a,75y,217.05h,87.68t [1] => 46.6203091 [2] => 19.2838767 [3] => 3a [4] => 75y [5] => 217.05 [6] => 87.68 )

preferences:
181.74 ms | 404 KiB | 227 Q