3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ 'key1' => 'value1', 'key2' => 'value2', 'key3' => 'value3', 'key4' => 'value4', 'key5' => 'value5' ]; (function($val) { echo $val; })('lol'); //foreach ($array as $arr) { //if
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/l0668
function name:  (null)
number of ops:  6
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   ASSIGN                                                   !0, <array>
   13     1        DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2Fl0668%3A13%240'
   15     2        INIT_DYNAMIC_CALL                                        ~2
          3        SEND_VAL_EX                                              'lol'
          4        DO_FCALL                                      0          
   18     5      > RETURN                                                   1

Function %00%7Bclosure%7D%2Fin%2Fl0668%3A13%240:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/l0668
function name:  {closure}
number of ops:  3
compiled vars:  !0 = $val
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   13     0  E >   RECV                                             !0      
   14     1        ECHO                                                     !0
   15     2      > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2Fl0668%3A13%240

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
177.61 ms | 1393 KiB | 13 Q