3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.24 ms | 1394 KiB | 17 Q