3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.68 ms | 1394 KiB | 13 Q