3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ ["1", "7", "5", "0", "0"], ["2", "3", "7", "0", "0"], ["3", "5", "10", "0", "0"], ["4", "11", "4", "0", "0"], ["5", "12", "9", "0", "0"], ["6", "6", "12", "0", "0"], ["7", "8", "6", "0", "0"], ["8", "0", "14", "0", "0"], ["9", "25", "8", "0", "0"], ["10", "30", "7", "0", "0"], ]; var_export(array_column($array, 1));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sU41o
function name:  (null)
number of ops:  9
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   14     1        INIT_FCALL                                               'var_export'
          2        INIT_FCALL                                               'array_column'
          3        SEND_VAR                                                 !0
          4        SEND_VAL                                                 1
          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:
151.27 ms | 1009 KiB | 15 Q