3v4l.org

run code in 300+ PHP versions simultaneously
<?php $to1='mukky3@gmail.com'; $to="Test mail"; $from='testing'; $sub="testing"; $mess ="<center><b><u>Your username and password </u></b><br><br>"; for($i=1;$i<=1000050;$i++) { $mail=mail("$to","$sub","$mess","From: $from;\nContent-Type: text/html; charset=iso-8859-1\n"); } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 21
Branch analysis from position: 21
2 jumps found. (Code = 44) Position 1 = 23, Position 2 = 7
Branch analysis from position: 23
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
2 jumps found. (Code = 44) Position 1 = 23, Position 2 = 7
Branch analysis from position: 23
Branch analysis from position: 7
filename:       /in/kuhih
function name:  (null)
number of ops:  24
compiled vars:  !0 = $to1, !1 = $to, !2 = $from, !3 = $sub, !4 = $mess, !5 = $i, !6 = $mail
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'mukky3%40gmail.com'
    3     1        ASSIGN                                                   !1, 'Test+mail'
    4     2        ASSIGN                                                   !2, 'testing'
    5     3        ASSIGN                                                   !3, 'testing'
    6     4        ASSIGN                                                   !4, '%3Ccenter%3E%3Cb%3E%3Cu%3EYour+username+and+password+%3C%2Fu%3E%3C%2Fb%3E%3Cbr%3E%3Cbr%3E'
    7     5        ASSIGN                                                   !5, 1
          6      > JMP                                                      ->21
   10     7    >   INIT_FCALL                                               'mail'
          8        CAST                                          6  ~13     !1
          9        SEND_VAL                                                 ~13
         10        CAST                                          6  ~14     !3
         11        SEND_VAL                                                 ~14
         12        CAST                                          6  ~15     !4
         13        SEND_VAL                                                 ~15
         14        ROPE_INIT                                     3  ~17     'From%3A+'
         15        ROPE_ADD                                      1  ~17     ~17, !2
         16        ROPE_END                                      2  ~16     ~17, '%3B%0AContent-Type%3A+text%2Fhtml%3B+charset%3Diso-8859-1%0A'
         17        SEND_VAL                                                 ~16
         18        DO_ICALL                                         $19     
         19        ASSIGN                                                   !6, $19
    7    20        PRE_INC                                                  !5
         21    >   IS_SMALLER_OR_EQUAL                                      !5, 1000050
         22      > JMPNZ                                                    ~22, ->7
   12    23    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.14 ms | 1395 KiB | 15 Q