3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array ( 0 => array ( ) , 1 => array ( 'wpcf-fields-checkboxes-option-1a38bb558a59802a54ebd4b27c91431e-1' => Array ( 0 => 'Attacco rapido' ) , 'wpcf-fields-checkboxes-option-0ad0b877a16a24fc4958374f171ef112-1' => Array ( 0 => 'Bordo bianco' ) ) , 2 => array ( 'wpcf-fields-checkboxes-option-1a38bb558a59802a54ebd4b27c91431e-1' => Array ( 0 => 'Attacco rapido' ) , 'wpcf-fields-checkboxes-option-3b2241533b2c56891d3fd57718409b85-1' => Array ( 0 => 'Supporti regolabili' ) ) ); array_walk_recursive($array, function ($value, $key) use (&$list) { $list[] = $value; }); print_r($list);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uhGlk
function name:  (null)
number of ops:  11
compiled vars:  !0 = $array, !1 = $list
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   40     1        INIT_FCALL                                               'array_walk_recursive'
          2        SEND_REF                                                 !0
          3        DECLARE_LAMBDA_FUNCTION                          ~3      [0]
          4        BIND_LEXICAL                                             ~3, !1
   42     5        SEND_VAL                                                 ~3
   40     6        DO_ICALL                                                 
   44     7        INIT_FCALL                                               'print_r'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                                 
         10      > RETURN                                                   1


Dynamic Functions:
Dynamic Function 0
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uhGlk
function name:  {closure}
number of ops:  6
compiled vars:  !0 = $value, !1 = $key, !2 = $list
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   40     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        BIND_STATIC                                              !2
   41     3        ASSIGN_DIM                                               !2
          4        OP_DATA                                                  !0
   42     5      > RETURN                                                   null

End of Dynamic Function 0

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
140.15 ms | 953 KiB | 15 Q