3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($i=0; $i<20; $i++){ mail("blotz9001@gmail.com", rand(-10000,0), rand(1,10000)); } ?>
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/YeAL8
function name:  (null)
number of ops:  19
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 0
          1      > JMP                                                      ->16
    3     2    >   INIT_FCALL                                               'mail'
          3        SEND_VAL                                                 'blotz9001%40gmail.com'
          4        INIT_FCALL                                               'rand'
          5        SEND_VAL                                                 -10000
          6        SEND_VAL                                                 0
          7        DO_ICALL                                         $2      
          8        SEND_VAR                                                 $2
          9        INIT_FCALL                                               'rand'
         10        SEND_VAL                                                 1
         11        SEND_VAL                                                 10000
         12        DO_ICALL                                         $3      
         13        SEND_VAR                                                 $3
         14        DO_ICALL                                                 
    2    15        PRE_INC                                                  !0
         16    >   IS_SMALLER                                               !0, 20
         17      > JMPNZ                                                    ~6, ->2
    5    18    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.51 ms | 1395 KiB | 17 Q