3v4l.org

run code in 300+ PHP versions simultaneously
<?php $Fecha = "09/17/2011"; echo date("m/d/Y", strtotime("$Fecha +1 month")); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/065dd
function name:  (null)
number of ops:  12
compiled vars:  !0 = $Fecha
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, '09%2F17%2F2011'
    5     1        INIT_FCALL                                               'date'
          2        SEND_VAL                                                 'm%2Fd%2FY'
          3        INIT_FCALL                                               'strtotime'
          4        NOP                                                      
          5        FAST_CONCAT                                      ~2      !0, '+%2B1+month'
          6        SEND_VAL                                                 ~2
          7        DO_ICALL                                         $3      
          8        SEND_VAR                                                 $3
          9        DO_ICALL                                         $4      
         10        ECHO                                                     $4
    8    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
208.35 ms | 1394 KiB | 17 Q