3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! $t = gmmktime(11, 59, 59, 9, 2, 2013); echo $t, "\n"; echo $t - (12*3600), "\n"; echo gmdate('Y-m-d H:i:s', $t), "\n"; echo gmdate('Y-m-d H:i:s', $t - 12 * 3600), "\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hfTlc
function name:  (null)
number of ops:  28
compiled vars:  !0 = $t
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'gmmktime'
          1        SEND_VAL                                                 11
          2        SEND_VAL                                                 59
          3        SEND_VAL                                                 59
          4        SEND_VAL                                                 9
          5        SEND_VAL                                                 2
          6        SEND_VAL                                                 2013
          7        DO_ICALL                                         $1      
          8        ASSIGN                                                   !0, $1
    5     9        ECHO                                                     !0
         10        ECHO                                                     '%0A'
    6    11        SUB                                              ~3      !0, 43200
         12        ECHO                                                     ~3
         13        ECHO                                                     '%0A'
    7    14        INIT_FCALL                                               'gmdate'
         15        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
         16        SEND_VAR                                                 !0
         17        DO_ICALL                                         $4      
         18        ECHO                                                     $4
         19        ECHO                                                     '%0A'
    8    20        INIT_FCALL                                               'gmdate'
         21        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
         22        SUB                                              ~5      !0, 43200
         23        SEND_VAL                                                 ~5
         24        DO_ICALL                                         $6      
         25        ECHO                                                     $6
         26        ECHO                                                     '%0A'
         27      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.49 ms | 1395 KiB | 17 Q