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); array_shift($results); print_r($results);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => 46.6203091 [1] => 19.2838767 [2] => 3a [3] => 75y [4] => 217.05 [5] => 87.68 )

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
59.94 ms | 401 KiB | 8 Q