3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = [ 'mod1' => 'mod1 value', 'mod2' => 'mod2 value', ]; call_user_func_array('printline', $arr); function printline($l1, $l2) { echo $l1 . " " . $l2; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4aUTe
function name:  (null)
number of ops:  6
compiled vars:  !0 = $arr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    8     1        INIT_USER_CALL                                0          'call_user_func_array', 'printline'
          2        SEND_ARRAY                                               !0
          3        CHECK_UNDEF_ARGS                                         
          4        DO_FCALL                                      0          
   13     5      > RETURN                                                   1

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

End of function printline

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.22 ms | 1393 KiB | 13 Q