3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set(date_default_timezone_get()); echo mktime(10,25,0,6,3,2014); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oBnLC
function name:  (null)
number of ops:  15
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'date_default_timezone_set'
          1        INIT_FCALL                                               'date_default_timezone_get'
          2        DO_ICALL                                         $0      
          3        SEND_VAR                                                 $0
          4        DO_ICALL                                                 
    3     5        INIT_FCALL                                               'mktime'
          6        SEND_VAL                                                 10
          7        SEND_VAL                                                 25
          8        SEND_VAL                                                 0
          9        SEND_VAL                                                 6
         10        SEND_VAL                                                 3
         11        SEND_VAL                                                 2014
         12        DO_ICALL                                         $2      
         13        ECHO                                                     $2
    5    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.23 ms | 1394 KiB | 19 Q