3v4l.org

run code in 300+ PHP versions simultaneously
<?php $item_id = array('49408625ZX06-07ZXZX2015ZXZX', '2015', '06-07'); echo "Separate args: " . implode('/', array_map('base64_encode', $item_id)); echo "\n"; echo " Joined args: " . base64_encode(implode('|', $item_id));
Output for git.master, git.master_jit, rfc.property-hooks
Separate args: NDk0MDg2MjVaWDA2LTA3WlhaWDIwMTVaWFpY/MjAxNQ==/MDYtMDc= Joined args: NDk0MDg2MjVaWDA2LTA3WlhaWDIwMTVaWFpYfDIwMTV8MDYtMDc=

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