3v4l.org

run code in 500+ PHP versions simultaneously
<?php $ar_par = array(array('telos' => 610),array('telos' => 609),array('telos' => 608)); for ($i = 0; $i < count($ar_par); $i++) print_r($ar_par[$i]); print_r(array_column($ar_par, 'telos')); foreach (array_column($ar_par, 'telos') as $telos) { echo "$telos\n"; } echo implode(',', array_column($ar_par, 'telos'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
2 jumps found. (Code = 44) Position 1 = 11, Position 2 = 3
Branch analysis from position: 11
2 jumps found. (Code = 77) Position 1 = 23, Position 2 = 28
Branch analysis from position: 23
2 jumps found. (Code = 78) Position 1 = 24, Position 2 = 28
Branch analysis from position: 24
1 jumps found. (Code = 42) Position 1 = 23
Branch analysis from position: 23
Branch analysis from position: 28
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 28
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 11, Position 2 = 3
Branch analysis from position: 11
Branch analysis from position: 3
filename:       /in/WTOIA
function name:  (null)
number of ops:  36
compiled vars:  !0 = $ar_par, !1 = $i, !2 = $telos
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                       !0, <array>
    3     1        ASSIGN                                                       !1, 0
          2      > JMP                                                          ->8
          3    >   INIT_FCALL                                                   'print_r'
          4        FETCH_DIM_R                                          ~5      !0, !1
          5        SEND_VAL                                                     ~5
          6        DO_ICALL                                                     
          7        PRE_INC                                                      !1
          8    >   COUNT                                                ~8      !0
          9        IS_SMALLER                                                   !1, ~8
         10      > JMPNZ                                                        ~9, ->3
    4    11    >   INIT_FCALL                                                   'print_r'
         12        INIT_FCALL                                                   'array_column'
         13        SEND_VAR                                                     !0
         14        SEND_VAL                                                     'telos'
         15        DO_ICALL                                             $10     
         16        SEND_VAR                                                     $10
         17        DO_ICALL                                                     
    5    18        INIT_FCALL                                                   'array_column'
         19        SEND_VAR                                                     !0
         20        SEND_VAL                                                     'telos'
         21        DO_ICALL                                             $12     
         22      > FE_RESET_R                                           $13     $12, ->28
         23    > > FE_FETCH_R                                                   $13, !2, ->28
    6    24    >   NOP                                                          
         25        FAST_CONCAT                                          ~14     !2, '%0A'
         26        ECHO                                                         ~14
    5    27      > JMP                                                          ->23
         28    >   FE_FREE                                                      $13
    8    29        INIT_FCALL                                                   'array_column'
         30        SEND_VAR                                                     !0
         31        SEND_VAL                                                     'telos'
         32        DO_ICALL                                             $15     
         33        FRAMELESS_ICALL_2                implode             ~16     '%2C', $15
         34        ECHO                                                         ~16
         35      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
154.65 ms | 2356 KiB | 15 Q