3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'https://photoland2.etrafficgroup.com.au/frames-and-albums/frames/wooden-frames/106-a3-297-x-42cm-2/product/555-black-wooden-frame-with-gold-stripe-a3-42x29-7cm-size-1-7cm-wide/'; $initial = parse_url($url); $result = array_filter(explode('/',parse_url($url)['path'])); unset($result[4]); $filtered = implode('/',$result); echo $initial['scheme'].'://'.$initial['host'].'/'.$filtered; ?>
Output for git.master, git.master_jit, rfc.property-hooks
https://photoland2.etrafficgroup.com.au/frames-and-albums/frames/wooden-frames/product/555-black-wooden-frame-with-gold-stripe-a3-42x29-7cm-size-1-7cm-wide

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