3v4l.org

run code in 300+ PHP versions simultaneously
<?php $basepath = '/home/robert/www/prod/htdocs'; $fullpath = '/home/robert/www/prod/htdocs/intra/announcements/index.php'; $b = explode('/',$basepath); $f = explode('/',$fullpath); $z = true; $max = 30; $i=0; while($z){ $bp = array_shift($b); $fp = array_shift($f); $z = $bp == $fp; $i++; if($i==$max) break; } array_unshift($f,$fp); $sfp = implode('/',$f); echo $sfp;
Output for git.master, git.master_jit, rfc.property-hooks
intra/announcements/index.php

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