3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.22 ms | 1395 KiB | 19 Q