3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sub = "You will pay!"; $msg = "You will lose this game!!!"; for ($i = 1; $i < 9999999; $i++){ echo "Sending!"; mail("4352418247@messaging.nextel.com", $sub, $msg); } ?>
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 = 13, Position 2 = 4
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 4
Branch analysis from position: 13
Branch analysis from position: 4
filename:       /in/fOiBK
function name:  (null)
number of ops:  14
compiled vars:  !0 = $sub, !1 = $msg, !2 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'You+will+pay%21'
    3     1        ASSIGN                                                   !1, 'You+will+lose+this+game%21%21%21'
    5     2        ASSIGN                                                   !2, 1
          3      > JMP                                                      ->11
    6     4    >   ECHO                                                     'Sending%21'
    7     5        INIT_FCALL                                               'mail'
          6        SEND_VAL                                                 '4352418247%40messaging.nextel.com'
          7        SEND_VAR                                                 !0
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                                 
    5    10        PRE_INC                                                  !2
         11    >   IS_SMALLER                                               !2, 9999999
         12      > JMPNZ                                                    ~8, ->4
    9    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.02 ms | 1386 KiB | 15 Q