3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array( 0 => array('id' => 241328, 'name' => 'Fedor'), 1 => array('id' => 243265, 'name' => 'Harry'), 2 => array('id' => 248979, 'name' => 'Robby'), 3 => array('id' => 254321, 'name' => 'Johnny'), 4 => array('id' => 284313, 'name' => 'Rossomaha'), ); var_dump(array_column($arr, 'name'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/rsuGv
function name:  (null)
number of ops:  9
compiled vars:  !0 = $arr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   10     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'array_column'
          3        SEND_VAR                                                 !0
          4        SEND_VAL                                                 'name'
          5        DO_ICALL                                         $2      
          6        SEND_VAR                                                 $2
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.49 ms | 1394 KiB | 17 Q