3v4l.org

run code in 300+ PHP versions simultaneously
<?php set_time_out(0); error_reporting(0); for($i=0;$i<100000000;$i++) $i=$i;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 8
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 8
Branch analysis from position: 12
Branch analysis from position: 8
filename:       /in/j1sAm
function name:  (null)
number of ops:  13
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'set_time_out'
          1        SEND_VAL_EX                                              0
          2        DO_FCALL                                      0          
    3     3        INIT_FCALL                                               'error_reporting'
          4        SEND_VAL                                                 0
          5        DO_ICALL                                                 
    4     6        ASSIGN                                                   !0, 0
          7      > JMP                                                      ->10
    5     8    >   ASSIGN                                                   !0, !0
    4     9        PRE_INC                                                  !0
         10    >   IS_SMALLER                                               !0, 100000000
         11      > JMPNZ                                                    ~6, ->8
    5    12    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.55 ms | 1385 KiB | 15 Q