3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo date('d/m/Y', strtotime('-3 week')); $date = new Datetime('23/07/2013');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CscQo
function name:  (null)
number of ops:  13
compiled vars:  !0 = $date
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'd%2Fm%2FY'
          2        INIT_FCALL                                               'strtotime'
          3        SEND_VAL                                                 '-3+week'
          4        DO_ICALL                                         $1      
          5        SEND_VAR                                                 $1
          6        DO_ICALL                                         $2      
          7        ECHO                                                     $2
    4     8        NEW                                              $3      'Datetime'
          9        SEND_VAL_EX                                              '23%2F07%2F2013'
         10        DO_FCALL                                      0          
         11        ASSIGN                                                   !0, $3
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.01 ms | 1398 KiB | 17 Q