3v4l.org

run code in 300+ PHP versions simultaneously
<?php $storagedir = '/vagrant/www/resource-space/include/../filestore'; $dir_file_path = '/vagrant/www/resource-space/include/../filestore/2/4/0_ed2583e62f4dc12/240_b69bd79a9431acc.jpeg'; $filename_rootpath = ltrim(str_replace($storagedir, '', $dir_file_path), '/'); $filename = substr($filename_rootpath, (strrpos($filename_rootpath, '/') + 1)); $extension = substr($filename, (strrpos($filename, '.') + 1)); $return['file_path'] = rtrim(str_replace($filename, '', $filename_rootpath), '/'); $return['file_name'] = str_replace(".{$extension}", '', $filename); var_dump($return);
Output for git.master, git.master_jit, rfc.property-hooks
array(2) { ["file_path"]=> string(21) "2/4/0_ed2583e62f4dc12" ["file_name"]=> string(19) "240_b69bd79a9431acc" }

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