3v4l.org

run code in 300+ PHP versions simultaneously
<?php $wordlist = array('testing','testing','testing','testing','testing','testing','testing','testing','testing','testing','testing','testing'); for($i = 0; $i == count($wordlist); $i++){ $concatenated .= $wordlist[i]; } echo $concatenated;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
2 jumps found. (Code = 44) Position 1 = 10, Position 2 = 3
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 10, Position 2 = 3
Branch analysis from position: 10
Branch analysis from position: 3
filename:       /in/GW6F3
function name:  (null)
number of ops:  12
compiled vars:  !0 = $wordlist, !1 = $i, !2 = $concatenated
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->7
    4     3    >   FETCH_CONSTANT                                   ~5      'i'
          4        FETCH_DIM_R                                      ~6      !0, ~5
          5        ASSIGN_OP                                     8          !2, ~6
    3     6        PRE_INC                                                  !1
          7    >   COUNT                                            ~9      !0
          8        IS_EQUAL                                                 !1, ~9
          9      > JMPNZ                                                    ~10, ->3
    7    10    >   ECHO                                                     !2
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.92 ms | 1393 KiB | 13 Q