3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sMonthLabels = ["JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"]; $aSplitDate = explode("-", "1993-03-23"); echo $aSplitDate[2] . $aMonthLabels[intval($aSplitDate[1]) - 1] . substr($aSplitDate[0]); ?>
Output for git.master, git.master_jit
Warning: Undefined variable $aMonthLabels in /in/W24t2 on line 4 Warning: Trying to access array offset on value of type null in /in/W24t2 on line 4 Fatal error: Uncaught ArgumentCountError: substr() expects at least 2 arguments, 1 given in /in/W24t2:4 Stack trace: #0 /in/W24t2(4): substr('1993') #1 {main} thrown in /in/W24t2 on line 4
Process exited with code 255.
Output for rfc.property-hooks
Warning: Undefined variable $aMonthLabels in /in/W24t2 on line 4 Warning: Trying to access array offset on null in /in/W24t2 on line 4 Fatal error: Uncaught ArgumentCountError: substr() expects at least 2 arguments, 1 given in /in/W24t2:4 Stack trace: #0 /in/W24t2(4): substr('1993') #1 {main} thrown in /in/W24t2 on line 4
Process exited with code 255.

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.34 ms | 401 KiB | 8 Q