3v4l.org

run code in 500+ PHP versions simultaneously
<?php $retornar = 5; //(int)$_GET['retornar']; $ccs = array("1", "2"); //código novo (já que você não postou a linha referente ao array) for($i = 0; $i < $retornar; $i++) { echo $ccs[$i]; }
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 = 9, Position 2 = 4
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 9, Position 2 = 4
Branch analysis from position: 9
Branch analysis from position: 4
filename:       /in/YOSLU
function name:  (null)
number of ops:  10
compiled vars:  !0 = $retornar, !1 = $ccs, !2 = $i
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                       !0, 5
    4     1        ASSIGN                                                       !1, <array>
    6     2        ASSIGN                                                       !2, 0
          3      > JMP                                                          ->7
    7     4    >   FETCH_DIM_R                                          ~6      !1, !2
          5        ECHO                                                         ~6
    6     6        PRE_INC                                                      !2
          7    >   IS_SMALLER                                                   !2, !0
          8      > JMPNZ                                                        ~8, ->4
    8     9    > > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
232.72 ms | 2244 KiB | 13 Q