3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 0; $i <= PHP_INT_MAX; $i++) printf("%s\r\n",htmlspecialchars_decode("&#$i;"));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 2
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 2
Branch analysis from position: 15
Branch analysis from position: 2
filename:       /in/hVPBi
function name:  (null)
number of ops:  16
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 0
          1      > JMP                                                      ->13
    3     2    >   INIT_FCALL                                               'printf'
          3        SEND_VAL                                                 '%25s%0D%0A'
          4        INIT_FCALL                                               'htmlspecialchars_decode'
          5        ROPE_INIT                                     3  ~3      '%26%23'
          6        ROPE_ADD                                      1  ~3      ~3, !0
          7        ROPE_END                                      2  ~2      ~3, '%3B'
          8        SEND_VAL                                                 ~2
          9        DO_ICALL                                         $5      
         10        SEND_VAR                                                 $5
         11        DO_ICALL                                                 
    2    12        PRE_INC                                                  !0
         13    >   IS_SMALLER_OR_EQUAL                                      !0, 9223372036854775807
         14      > JMPNZ                                                    ~8, ->2
    3    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.48 ms | 1395 KiB | 17 Q