3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo date('H','1413342204'); 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/Z5uT6
function name:  (null)
number of ops:  27
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        INIT_FCALL                                               'mktime'
          6        SEND_VAL                                                 7
          7        SEND_VAL                                                 0
          8        SEND_VAL                                                 0
          9        INIT_FCALL                                               'date'
         10        SEND_VAL                                                 'm'
         11        SEND_VAL                                                 '1413342204'
         12        DO_ICALL                                         $1      
         13        SEND_VAR                                                 $1
         14        INIT_FCALL                                               'date'
         15        SEND_VAL                                                 'd'
         16        SEND_VAL                                                 '1413342204'
         17        DO_ICALL                                         $2      
         18        SEND_VAR                                                 $2
         19        INIT_FCALL                                               'date'
         20        SEND_VAL                                                 'Y'
         21        SEND_VAL                                                 '1413342204'
         22        DO_ICALL                                         $3      
         23        SEND_VAR                                                 $3
         24        DO_ICALL                                         $4      
         25        ECHO                                                     $4
         26      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
177.09 ms | 1395 KiB | 17 Q