3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.13 ms | 1395 KiB | 21 Q