3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.5 ms | 1394 KiB | 17 Q