3v4l.org

run code in 300+ PHP versions simultaneously
<?php while(1) echo rand(1,99) * rand(1, 9999);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 1
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 1
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 1
Branch analysis from position: 12
Branch analysis from position: 1
filename:       /in/vqPHS
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E > > JMP                                                      ->11
          1    >   INIT_FCALL                                               'rand'
          2        SEND_VAL                                                 1
          3        SEND_VAL                                                 99
          4        DO_ICALL                                         $0      
          5        INIT_FCALL                                               'rand'
          6        SEND_VAL                                                 1
          7        SEND_VAL                                                 9999
          8        DO_ICALL                                         $1      
          9        MUL                                              ~2      $0, $1
         10        ECHO                                                     ~2
         11    > > JMPNZ                                                    1, ->1
         12    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.76 ms | 1398 KiB | 15 Q