3v4l.org

run code in 300+ PHP versions simultaneously
<?php $mail_message = "The IP: " . $_SERVER['REMOTE_ADDR'] . " tried to upload $QUERYSTRING at " . time(); echo $mail_message;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sJq5E
function name:  (null)
number of ops:  13
compiled vars:  !0 = $mail_message, !1 = $QUERYSTRING
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_R                      global              ~2      '_SERVER'
          1        FETCH_DIM_R                                      ~3      ~2, 'REMOTE_ADDR'
          2        CONCAT                                           ~4      'The+IP%3A+', ~3
          3        ROPE_INIT                                     3  ~6      '+tried+to+upload+'
          4        ROPE_ADD                                      1  ~6      ~6, !1
          5        ROPE_END                                      2  ~5      ~6, '+at+'
          6        CONCAT                                           ~8      ~4, ~5
          7        INIT_FCALL                                               'time'
          8        DO_ICALL                                         $9      
          9        CONCAT                                           ~10     ~8, $9
         10        ASSIGN                                                   !0, ~10
    5    11        ECHO                                                     !0
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.84 ms | 1394 KiB | 15 Q