3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.52 ms | 1395 KiB | 17 Q