3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = '42.842044272477885,24.00411307811737,42.8419420050838,24.00439202785492,42.8418318707778,24.004274010658264,42.84192627162353,24.003952145576477'; $arr = explode(",",$string); $i = 1; echo " var firCTB = ["; foreach($arr as $k => $v) { if($i==1) { echo "new google.maps.LatLng(".$v."," ; $i++; } else { $v = (($k+1) == count($arr))? $v.")": $v."),"; echo $v; $i = 1; } } echo "];"; ?>
Output for git.master, git.master_jit, rfc.property-hooks
var firCTB = [new google.maps.LatLng(42.842044272477885,24.00411307811737),new google.maps.LatLng(42.8419420050838,24.00439202785492),new google.maps.LatLng(42.8418318707778,24.004274010658264),new google.maps.LatLng(42.84192627162353,24.003952145576477)];

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:
40.21 ms | 402 KiB | 8 Q