3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo strtotime("+2 minutes", strtotime('2017-06-30 14:29:24')); $selectedTime = "9:15:00"; $endTime = strtotime("+13 minutes", strtotime($selectedTime)); echo $endTime;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4Ydkc
function name:  (null)
number of ops:  19
compiled vars:  !0 = $selectedTime, !1 = $endTime
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 '%2B2+minutes'
          2        INIT_FCALL                                               'strtotime'
          3        SEND_VAL                                                 '2017-06-30+14%3A29%3A24'
          4        DO_ICALL                                         $2      
          5        SEND_VAR                                                 $2
          6        DO_ICALL                                         $3      
          7        ECHO                                                     $3
    3     8        ASSIGN                                                   !0, '9%3A15%3A00'
    4     9        INIT_FCALL                                               'strtotime'
         10        SEND_VAL                                                 '%2B13+minutes'
         11        INIT_FCALL                                               'strtotime'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                         $5      
         14        SEND_VAR                                                 $5
         15        DO_ICALL                                         $6      
         16        ASSIGN                                                   !1, $6
    5    17        ECHO                                                     !1
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
183.62 ms | 1394 KiB | 15 Q