3v4l.org

run code in 500+ PHP versions simultaneously
<?php $data = array ( array('name' => '! CBC.ZXR'), array('name' => '! marioxz'), array('name' => '! V v :]'), array('name' => '!?!'), array('name' => '!CU @ 1337'), ); $names = array ( 'name' => iterator_to_array(new RecursiveIteratorIterator(new RecursiveArrayIterator($data)), false), ); print_r($names);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TI9hs
function name:  (null)
number of ops:  17
compiled vars:  !0 = $data, !1 = $names
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, <array>
   14     1        INIT_FCALL                                                   'iterator_to_array'
          2        NEW                                                  $3      'RecursiveIteratorIterator'
          3        NEW                                                  $4      'RecursiveArrayIterator'
          4        SEND_VAR_EX                                                  !0
          5        DO_FCALL                                          0          
          6        SEND_VAR_NO_REF_EX                                           $4
          7        DO_FCALL                                          0          
          8        SEND_VAR                                                     $3
          9        SEND_VAL                                                     <false>
         10        DO_ICALL                                             $7      
         11        INIT_ARRAY                                           ~8      $7, 'name'
   12    12        ASSIGN                                                       !1, ~8
   17    13        INIT_FCALL                                                   'print_r'
         14        SEND_VAR                                                     !1
         15        DO_ICALL                                                     
         16      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
171.14 ms | 2869 KiB | 14 Q