3v4l.org

run code in 300+ PHP versions simultaneously
<?php $mobileNumber = "5029021133"; $count = "250"; $provider = "txt.att.net"; $email = $mobileNumber . "@" . $provider; for ($i = 0; $i < $count; $i++) { $m = rand(10e16, 10e20); $n = base_convert($m, 10, 36); $subject = $m; $body = $n; mail($email, $subject, $body, null, "-f" . $n . "@" . $m . ".com"); } echo "You have sent <b>$count</b> SMS messages to $mobileNumber <br />"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 33
Branch analysis from position: 33
2 jumps found. (Code = 44) Position 1 = 35, Position 2 = 8
Branch analysis from position: 35
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
2 jumps found. (Code = 44) Position 1 = 35, Position 2 = 8
Branch analysis from position: 35
Branch analysis from position: 8
filename:       /in/d3sEh
function name:  (null)
number of ops:  42
compiled vars:  !0 = $mobileNumber, !1 = $count, !2 = $provider, !3 = $email, !4 = $i, !5 = $m, !6 = $n, !7 = $subject, !8 = $body
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '5029021133'
    5     1        ASSIGN                                                   !1, '250'
    7     2        ASSIGN                                                   !2, 'txt.att.net'
    9     3        CONCAT                                           ~12     !0, '%40'
          4        CONCAT                                           ~13     ~12, !2
          5        ASSIGN                                                   !3, ~13
   11     6        ASSIGN                                                   !4, 0
          7      > JMP                                                      ->33
   13     8    >   INIT_FCALL                                               'rand'
          9        SEND_VAL                                                 1.0e+17
         10        SEND_VAL                                                 1.0e+21
         11        DO_ICALL                                         $16     
         12        ASSIGN                                                   !5, $16
   15    13        INIT_FCALL                                               'base_convert'
         14        SEND_VAR                                                 !5
         15        SEND_VAL                                                 10
         16        SEND_VAL                                                 36
         17        DO_ICALL                                         $18     
         18        ASSIGN                                                   !6, $18
   17    19        ASSIGN                                                   !7, !5
   19    20        ASSIGN                                                   !8, !6
   21    21        INIT_FCALL                                               'mail'
         22        SEND_VAR                                                 !3
         23        SEND_VAR                                                 !7
         24        SEND_VAR                                                 !8
         25        SEND_VAL                                                 null
         26        CONCAT                                           ~22     '-f', !6
         27        CONCAT                                           ~23     ~22, '%40'
         28        CONCAT                                           ~24     ~23, !5
         29        CONCAT                                           ~25     ~24, '.com'
         30        SEND_VAL                                                 ~25
         31        DO_ICALL                                                 
   11    32        PRE_INC                                                  !4
         33    >   IS_SMALLER                                               !4, !1
         34      > JMPNZ                                                    ~28, ->8
   25    35    >   ROPE_INIT                                     5  ~30     'You+have+sent+%3Cb%3E'
         36        ROPE_ADD                                      1  ~30     ~30, !1
         37        ROPE_ADD                                      2  ~30     ~30, '%3C%2Fb%3E+SMS+messages+to+'
         38        ROPE_ADD                                      3  ~30     ~30, !0
         39        ROPE_END                                      4  ~29     ~30, '+%3Cbr+%2F%3E'
         40        ECHO                                                     ~29
   26    41      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
139.79 ms | 1400 KiB | 19 Q