3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "{\"url\":\"http:\/\/treadmills.findthebest.com\/l\/230\/LifeSpan-TR5000i\"}"; $json = json_decode($str); //echo $json->url; $parts=parse_url($json->url); //echo $parts['path']; $array = explode('/',$parts['path']); var_dump($array); ?>
Output for git.master, git.master_jit, rfc.property-hooks
array(4) { [0]=> string(0) "" [1]=> string(1) "l" [2]=> string(3) "230" [3]=> string(16) "LifeSpan-TR5000i" }

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:
53.33 ms | 401 KiB | 8 Q