3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set('Europe/Berlin'); # timezone with DST echo mktime(0, 0, 0, 10, 28, 2014), "\n"; #1414450800 for PHP versions 5.1.0 - 5.5.8 echo mktime(0, 0, 0, 10, 14, 2014), "\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZtTZI
function name:  (null)
number of ops:  24
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'date_default_timezone_set'
          1        SEND_VAL                                                 'Europe%2FBerlin'
          2        DO_ICALL                                                 
    4     3        INIT_FCALL                                               'mktime'
          4        SEND_VAL                                                 0
          5        SEND_VAL                                                 0
          6        SEND_VAL                                                 0
          7        SEND_VAL                                                 10
          8        SEND_VAL                                                 28
          9        SEND_VAL                                                 2014
         10        DO_ICALL                                         $1      
         11        ECHO                                                     $1
         12        ECHO                                                     '%0A'
    5    13        INIT_FCALL                                               'mktime'
         14        SEND_VAL                                                 0
         15        SEND_VAL                                                 0
         16        SEND_VAL                                                 0
         17        SEND_VAL                                                 10
         18        SEND_VAL                                                 14
         19        SEND_VAL                                                 2014
         20        DO_ICALL                                         $2      
         21        ECHO                                                     $2
         22        ECHO                                                     '%0A'
         23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.41 ms | 1395 KiB | 17 Q