3v4l.org

run code in 300+ PHP versions simultaneously
<?php $day = "Thursday"; $date = 15; $year = 2013; echo "The date is $day $date $year."; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/c0SaQ
function name:  (null)
number of ops:  12
compiled vars:  !0 = $day, !1 = $date, !2 = $year
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'Thursday'
    3     1        ASSIGN                                                   !1, 15
    4     2        ASSIGN                                                   !2, 2013
    6     3        ROPE_INIT                                     7  ~7      'The+date+is+'
          4        ROPE_ADD                                      1  ~7      ~7, !0
          5        ROPE_ADD                                      2  ~7      ~7, '+'
          6        ROPE_ADD                                      3  ~7      ~7, !1
          7        ROPE_ADD                                      4  ~7      ~7, '+'
          8        ROPE_ADD                                      5  ~7      ~7, !2
          9        ROPE_END                                      6  ~6      ~7, '.'
         10        ECHO                                                     ~6
    8    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.28 ms | 1392 KiB | 13 Q