3v4l.org

run code in 500+ PHP versions simultaneously
<?php $h = "Hello "; $w = "world"; echo $h + $w;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Q2Xk9
function name:  (null)
number of ops:  5
compiled vars:  !0 = $h, !1 = $w
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                       !0, 'Hello+'
    3     1        ASSIGN                                                       !1, 'world'
    4     2        ADD                                                  ~4      !0, !1
          3        ECHO                                                         ~4
          4      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
158.36 ms | 2763 KiB | 13 Q