3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = "https://rumble.com/v30sqt-oreo-ice-cream-cake.html"; $parsed_arr = explode("-",ltrim(parse_url($url, PHP_URL_PATH),"/")); echo current($parsed_arr)."\n"; echo $parsed_arr[0]."\n"; print_r($parsed_arr);
Output for git.master, git.master_jit, rfc.property-hooks
v30sqt v30sqt Array ( [0] => v30sqt [1] => oreo [2] => ice [3] => cream [4] => cake.html )

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:
175.08 ms | 405 KiB | 5 Q