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 'the day of the week is'."".$day."".$date."".$year; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ChYqj
function name:  (null)
number of ops:  10
compiled vars:  !0 = $day, !1 = $date, !2 = $year
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Monday'
    4     1        ASSIGN                                                   !1, 13
    5     2        ASSIGN                                                   !2, 2014
    6     3        CONCAT                                           ~6      'the+day+of+the+week+is', !0
          4        CONCAT                                           ~7      ~6, ''
          5        CONCAT                                           ~8      ~7, !1
          6        CONCAT                                           ~9      ~8, ''
          7        CONCAT                                           ~10     ~9, !2
          8        ECHO                                                     ~10
    8     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.23 ms | 1392 KiB | 13 Q