3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(date('c',mktime(0,0,0,date('m')-1,date('d'),date('Y'))));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TYlmX
function name:  (null)
number of ops:  26
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'date'
          2        SEND_VAL                                                 'c'
          3        INIT_FCALL                                               'mktime'
          4        SEND_VAL                                                 0
          5        SEND_VAL                                                 0
          6        SEND_VAL                                                 0
          7        INIT_FCALL                                               'date'
          8        SEND_VAL                                                 'm'
          9        DO_ICALL                                         $0      
         10        SUB                                              ~1      $0, 1
         11        SEND_VAL                                                 ~1
         12        INIT_FCALL                                               'date'
         13        SEND_VAL                                                 'd'
         14        DO_ICALL                                         $2      
         15        SEND_VAR                                                 $2
         16        INIT_FCALL                                               'date'
         17        SEND_VAL                                                 'Y'
         18        DO_ICALL                                         $3      
         19        SEND_VAR                                                 $3
         20        DO_ICALL                                         $4      
         21        SEND_VAR                                                 $4
         22        DO_ICALL                                         $5      
         23        SEND_VAR                                                 $5
         24        DO_ICALL                                                 
         25      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.81 ms | 1395 KiB | 19 Q