3v4l.org

run code in 300+ PHP versions simultaneously
<?php $timestamp=1333699439; echo gmdate("Y-m-d H:i:s", $timestamp); echo date('jS F Y G:i:s A (T)', $timestamp);?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/APdtb
function name:  (null)
number of ops:  12
compiled vars:  !0 = $timestamp
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 1333699439
    3     1        INIT_FCALL                                               'gmdate'
          2        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $2      
          5        ECHO                                                     $2
    4     6        INIT_FCALL                                               'date'
          7        SEND_VAL                                                 'jS+F+Y+G%3Ai%3As+A+%28T%29'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $3      
         10        ECHO                                                     $3
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.18 ms | 1394 KiB | 17 Q