3v4l.org

run code in 300+ PHP versions simultaneously
<?php $RegistAfterTime = strtotime(date("Y-m-d", strtotime("2015-11-03")) . " +3 year"); echo $RegistAfterTime;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZkiPk
function name:  (null)
number of ops:  14
compiled vars:  !0 = $RegistAfterTime
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strtotime'
          1        INIT_FCALL                                               'date'
          2        SEND_VAL                                                 'Y-m-d'
          3        INIT_FCALL                                               'strtotime'
          4        SEND_VAL                                                 '2015-11-03'
          5        DO_ICALL                                         $1      
          6        SEND_VAR                                                 $1
          7        DO_ICALL                                         $2      
          8        CONCAT                                           ~3      $2, '+%2B3+year'
          9        SEND_VAL                                                 ~3
         10        DO_ICALL                                         $4      
         11        ASSIGN                                                   !0, $4
    4    12        ECHO                                                     !0
    5    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.35 ms | 1394 KiB | 17 Q