3v4l.org

run code in 500+ PHP versions simultaneously
<?php $myarray = array(array('name' => 17),array('name' => 18),array('name' => 19)); $one_d = array_column($myarray, 'name'); echo implode(',',$one_d); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/rCmKR
function name:  (null)
number of ops:  9
compiled vars:  !0 = $myarray, !1 = $one_d
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                       !0, <array>
    3     1        INIT_FCALL                                                   'array_column'
          2        SEND_VAR                                                     !0
          3        SEND_VAL                                                     'name'
          4        DO_ICALL                                             $3      
          5        ASSIGN                                                       !1, $3
    4     6        FRAMELESS_ICALL_2                implode             ~5      '%2C', !1
          7        ECHO                                                         ~5
    5     8      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
137.6 ms | 2041 KiB | 14 Q