3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('EXPIRY_NOTIFICATION_TIME', 60 * 60 * 24 * 14); $now = time(); $s = '...date >'; $s2 = ' AND...'; echo $s . $now + EXPIRY_NOTIFICATION_TIME . $s2;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6jHbG
function name:  (null)
number of ops:  15
compiled vars:  !0 = $now, !1 = $s, !2 = $s2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'define'
          1        SEND_VAL                                                 'EXPIRY_NOTIFICATION_TIME'
          2        SEND_VAL                                                 1209600
          3        DO_ICALL                                                 
    3     4        INIT_FCALL                                               'time'
          5        DO_ICALL                                         $4      
          6        ASSIGN                                                   !0, $4
    4     7        ASSIGN                                                   !1, '...date+%3E'
    5     8        ASSIGN                                                   !2, '+AND...'
    6     9        FETCH_CONSTANT                                   ~8      'EXPIRY_NOTIFICATION_TIME'
         10        ADD                                              ~9      !0, ~8
         11        CONCAT                                           ~10     !1, ~9
         12        CONCAT                                           ~11     ~10, !2
         13        ECHO                                                     ~11
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
141 ms | 1398 KiB | 17 Q