3v4l.org

run code in 300+ PHP versions simultaneously
<?php function byref_function(&$a, &$b) { } $array = array(1, 2); call_user_func_array(byref_function, $array);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KoRsd
function name:  (null)
number of ops:  7
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   ASSIGN                                                   !0, <array>
    9     1        FETCH_CONSTANT                                   ~2      'byref_function'
          2        INIT_USER_CALL                                0          'call_user_func_array', ~2
          3        SEND_ARRAY                                               !0
          4        CHECK_UNDEF_ARGS                                         
          5        DO_FCALL                                      0          
          6      > RETURN                                                   1

Function byref_function:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KoRsd
function name:  byref_function
number of ops:  3
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    5     2      > RETURN                                                   null

End of function byref_function

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.24 ms | 1393 KiB | 13 Q