3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = $arr = Array ( Array ( "name" => "Size", "value" => "Large", "id" => "1201" ), Array ( "name" => "Size", "value" => "Small", "id" => "1203" ), Array ( "name" => "Size", "value" => "Medium", "id" => "1204" ), Array ( "name" => "Size", "value" => "Large", "id" => "1205" ), Array ( "name" => "Size", "value" => "Large", "id" => "1206" ), Array ( "name" => "Size", "value" => "Large", "id" => "1207" ) ); $arr = array_values(array_column($arr, NULL, "value")); var_dump($arr);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/aOhVS
function name:  (null)
number of ops:  15
compiled vars:  !0 = $arr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                           ~1      !0, <array>
          1        ASSIGN                                                   !0, ~1
   49     2        INIT_FCALL                                               'array_values'
          3        INIT_FCALL                                               'array_column'
          4        SEND_VAR                                                 !0
          5        SEND_VAL                                                 null
          6        SEND_VAL                                                 'value'
          7        DO_ICALL                                         $3      
          8        SEND_VAR                                                 $3
          9        DO_ICALL                                         $4      
         10        ASSIGN                                                   !0, $4
   50    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.07 ms | 1003 KiB | 16 Q