3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array_1 = array('something1', 'foo'); $array_2 = array('something3', 'bar'); $array_3 = array(); $array_4 = array('something1', 'foobar'); array_walk(array($array_1,$array_2,$array_3,$array_4),function(&$value, $key){ });
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6691c
function name:  (null)
number of ops:  14
compiled vars:  !0 = $array_1, !1 = $array_2, !2 = $array_3, !3 = $array_4
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, <array>
    4     2        ASSIGN                                                   !2, <array>
    5     3        ASSIGN                                                   !3, <array>
    7     4        INIT_FCALL                                               'array_walk'
          5        INIT_ARRAY                                       ~8      !0
          6        ADD_ARRAY_ELEMENT                                ~8      !1
          7        ADD_ARRAY_ELEMENT                                ~8      !2
          8        ADD_ARRAY_ELEMENT                                ~8      !3
          9        SEND_VAL_EX                                              ~8
         10        DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2F6691c%3A7%240'
    9    11        SEND_VAL                                                 ~9
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Function %00%7Bclosure%7D%2Fin%2F6691c%3A7%240:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6691c
function name:  {closure}
number of ops:  3
compiled vars:  !0 = $value, !1 = $key
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    9     2      > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2F6691c%3A7%240

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.77 ms | 1395 KiB | 15 Q