3v4l.org

run code in 500+ PHP versions simultaneously
<?php $rows = array ( 0 => array ( 'A_program_id' => 'a0F36000008PIYF', 'XC_program_logo' => 'louisville.jpg' ), 1 => array ( 'A_program_id' => 'a0F36000008qjSp', 'XC_program_logo' => 'alabama.jpg' ), 2 => array ( 'A_program_id' => 'a0F36000008pRxL', 'XC_program_logo' => 'trinity.jpg' ) ); echo implode('</td><td>', array_column($rows, 'XC_program_logo')) . "\n"; echo implode('</td><td>', array_column($rows, 'A_program_id'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/o5PIa
function name:  (null)
number of ops:  15
compiled vars:  !0 = $rows
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, <array>
   21     1        INIT_FCALL                                                   'array_column'
          2        SEND_VAR                                                     !0
          3        SEND_VAL                                                     'XC_program_logo'
          4        DO_ICALL                                             $2      
          5        FRAMELESS_ICALL_2                implode             ~3      '%3C%2Ftd%3E%3Ctd%3E', $2
          6        CONCAT                                               ~4      ~3, '%0A'
          7        ECHO                                                         ~4
   22     8        INIT_FCALL                                                   'array_column'
          9        SEND_VAR                                                     !0
         10        SEND_VAL                                                     'A_program_id'
         11        DO_ICALL                                             $5      
         12        FRAMELESS_ICALL_2                implode             ~6      '%3C%2Ftd%3E%3Ctd%3E', $5
         13        ECHO                                                         ~6
         14      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
148.13 ms | 2150 KiB | 14 Q