3v4l.org

run code in 300+ PHP versions simultaneously
<?php $H = 'Hello'; $W = 'World'; function s($A, $B) { echo $A.' '.$B; }; s($H, $W);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/pDmHX
function name:  (null)
number of ops:  7
compiled vars:  !0 = $H, !1 = $W
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Hello'
    4     1        ASSIGN                                                   !1, 'World'
   10     2        INIT_FCALL                                               's'
          3        SEND_VAR                                                 !0
          4        SEND_VAR                                                 !1
          5        DO_FCALL                                      0          
          6      > RETURN                                                   1

Function s:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/pDmHX
function name:  s
number of ops:  6
compiled vars:  !0 = $A, !1 = $B
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    7     2        CONCAT                                           ~2      !0, '+'
          3        CONCAT                                           ~3      ~2, !1
          4        ECHO                                                     ~3
    8     5      > RETURN                                                   null

End of function s

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.14 ms | 1397 KiB | 14 Q