3v4l.org

run code in 300+ PHP versions simultaneously
<?php $to = "19492053602@mymetropcs.com"; $subject = "Hey, I just met you, And this is crazy "; $message = " But here's my number, So call me, maybe?"; $from = "carly@r.ae"; $count = 0; $headers = "From: $from"; while (1) { $count++; mail($to,$subject,$message,$headers); print "Message sent, Now @ " . $count . "\n"; } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 19
Branch analysis from position: 19
2 jumps found. (Code = 44) Position 1 = 20, Position 2 = 9
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
2 jumps found. (Code = 44) Position 1 = 20, Position 2 = 9
Branch analysis from position: 20
Branch analysis from position: 9
filename:       /in/U8ISP
function name:  (null)
number of ops:  21
compiled vars:  !0 = $to, !1 = $subject, !2 = $message, !3 = $from, !4 = $count, !5 = $headers
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '19492053602%40mymetropcs.com'
    3     1        ASSIGN                                                   !1, 'Hey%2C+I+just+met+you%2C+And+this+is+crazy+'
    4     2        ASSIGN                                                   !2, '+But+here%27s+my+number%2C+So+call+me%2C+maybe%3F'
    5     3        ASSIGN                                                   !3, 'carly%40r.ae'
    7     4        ASSIGN                                                   !4, 0
    8     5        NOP                                                      
          6        FAST_CONCAT                                      ~11     'From%3A+', !3
          7        ASSIGN                                                   !5, ~11
    9     8      > JMP                                                      ->19
   10     9    >   PRE_INC                                                  !4
   11    10        INIT_FCALL                                               'mail'
         11        SEND_VAR                                                 !0
         12        SEND_VAR                                                 !1
         13        SEND_VAR                                                 !2
         14        SEND_VAR                                                 !5
         15        DO_ICALL                                                 
   12    16        CONCAT                                           ~15     'Message+sent%2C+Now+%40+', !4
         17        CONCAT                                           ~16     ~15, '%0A'
         18        ECHO                                                     ~16
    9    19    > > JMPNZ                                                    1, ->9
   14    20    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.8 ms | 1395 KiB | 15 Q