3v4l.org

run code in 300+ PHP versions simultaneously
<?php $mail_message = "The IP: 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/cFNAD
function name:  (null)
number of ops:  9
compiled vars:  !0 = $mail_message, !1 = $QUERYSTRING
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ROPE_INIT                                     3  ~3      'The+IP%3A++tried+to+upload+'
          1        ROPE_ADD                                      1  ~3      ~3, !1
          2        ROPE_END                                      2  ~2      ~3, '+at+'
          3        INIT_FCALL                                               'time'
          4        DO_ICALL                                         $5      
          5        CONCAT                                           ~6      ~2, $5
          6        ASSIGN                                                   !0, ~6
    5     7        ECHO                                                     !0
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.69 ms | 1398 KiB | 15 Q