3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 1; $i <= 20; $i++) { echo "\nNombre $i : "; echo "\n$i%2 = ".($i%2); echo "\n$i%8 = ".($i%8); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 19
Branch analysis from position: 19
2 jumps found. (Code = 44) Position 1 = 21, Position 2 = 2
Branch analysis from position: 21
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 21, Position 2 = 2
Branch analysis from position: 21
Branch analysis from position: 2
filename:       /in/qvMAa
function name:  (null)
number of ops:  22
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 1
          1      > JMP                                                      ->19
    5     2    >   ROPE_INIT                                     3  ~3      '%0ANombre+'
          3        ROPE_ADD                                      1  ~3      ~3, !0
          4        ROPE_END                                      2  ~2      ~3, '+%3A+'
          5        ECHO                                                     ~2
    6     6        ROPE_INIT                                     3  ~6      '%0A'
          7        ROPE_ADD                                      1  ~6      ~6, !0
          8        ROPE_END                                      2  ~5      ~6, '%252+%3D+'
          9        MOD                                              ~8      !0, 2
         10        CONCAT                                           ~9      ~5, ~8
         11        ECHO                                                     ~9
    7    12        ROPE_INIT                                     3  ~11     '%0A'
         13        ROPE_ADD                                      1  ~11     ~11, !0
         14        ROPE_END                                      2  ~10     ~11, '%258+%3D+'
         15        MOD                                              ~13     !0, 8
         16        CONCAT                                           ~14     ~10, ~13
         17        ECHO                                                     ~14
    3    18        PRE_INC                                                  !0
         19    >   IS_SMALLER_OR_EQUAL                                      !0, 20
         20      > JMPNZ                                                    ~16, ->2
    8    21    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.34 ms | 1394 KiB | 13 Q