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 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/bcgrk
function name:  (null)
number of ops:  23
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        INIT_FCALL                                               'gmdate'
         10        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                         $3      
         13        ECHO                                                     $3
         14        ECHO                                                     '%0A'
    6    15        INIT_FCALL                                               'gmdate'
         16        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
         17        SUB                                              ~4      !0, 43200
         18        SEND_VAL                                                 ~4
         19        DO_ICALL                                         $5      
         20        ECHO                                                     $5
         21        ECHO                                                     '%0A'
         22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151 ms | 1395 KiB | 17 Q