3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s=<<<EOD bj-11_2008-06_2015(F01,F02,F03,F04) bj-11_2008-06_2015(F01) bj-11_2008-06_2015(01) bj-11_2008-06_2015(3B) bj-11_2008-06_2015 bj-11_2008 EOD; $trans = [ 'bj-' => '', '_' => '|', '-' => ' - ', '(' => ' (', ',' => ';' ]; echo strtr($s, $trans);
Output for git.master, git.master_jit, rfc.property-hooks
11|2008 - 06|2015 (F01;F02;F03;F04) 11|2008 - 06|2015 (F01) 11|2008 - 06|2015 (01) 11|2008 - 06|2015 (3B) 11|2008 - 06|2015 11|2008

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:
31.57 ms | 405 KiB | 9 Q