3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.43 ms | 1395 KiB | 17 Q