3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array=Array ( Array ( 'facebook' => 375, 'twitter' => 3276, 'email' => 3276 ), Array ( 'facebook' => 385, 'twitter' => 3326, 'email' => 3326 ) ); print_r($array); die(); array_column($records, 'first_name');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/7WE1O
function name:  (null)
number of ops:  10
compiled vars:  !0 = $array, !1 = $records
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   22     1        INIT_FCALL                                               'print_r'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                                 
   23     4      > EXIT                                                     
   24     5*       INIT_FCALL                                               'array_column'
          6*       SEND_VAR                                                 !1
          7*       SEND_VAL                                                 'first_name'
          8*       DO_ICALL                                                 
          9*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.92 ms | 1385 KiB | 17 Q