3v4l.org

run code in 300+ PHP versions simultaneously
<?php /*You must concatenate spaces for a proper output*/ $day = 'Monday'; $date = 13; $year = 2014; echo $day.''.$date.''.$year; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5gsAB
function name:  (null)
number of ops:  9
compiled vars:  !0 = $day, !1 = $date, !2 = $year
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, 'Monday'
    5     1        ASSIGN                                                   !1, 13
    6     2        ASSIGN                                                   !2, 2014
    7     3        CONCAT                                           ~6      !0, ''
          4        CONCAT                                           ~7      ~6, !1
          5        CONCAT                                           ~8      ~7, ''
          6        CONCAT                                           ~9      ~8, !2
          7        ECHO                                                     ~9
    8     8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.32 ms | 1392 KiB | 13 Q