3v4l.org

run code in 300+ 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:  39
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                                               'implode'
         30        SEND_VAL                                                 '%2C'
         31        INIT_FCALL                                               'array_column'
         32        SEND_VAR                                                 !0
         33        SEND_VAL                                                 'telos'
         34        DO_ICALL                                         $15     
         35        SEND_VAR                                                 $15
         36        DO_ICALL                                         $16     
         37        ECHO                                                     $16
         38      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.68 ms | 1009 KiB | 16 Q