3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo date('d/m/Y', strtotime('-4 month', mktime(0,0,0,12,1,2014)));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/cHVI5
function name:  (null)
number of ops:  18
compiled vars:  none
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                                                 '-4+month'
          4        INIT_FCALL                                               'mktime'
          5        SEND_VAL                                                 0
          6        SEND_VAL                                                 0
          7        SEND_VAL                                                 0
          8        SEND_VAL                                                 12
          9        SEND_VAL                                                 1
         10        SEND_VAL                                                 2014
         11        DO_ICALL                                         $0      
         12        SEND_VAR                                                 $0
         13        DO_ICALL                                         $1      
         14        SEND_VAR                                                 $1
         15        DO_ICALL                                         $2      
         16        ECHO                                                     $2
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.98 ms | 1386 KiB | 19 Q