3v4l.org

run code in 300+ PHP versions simultaneously
<?php $utc_offset = 946684800000; $prc_str = "1AF44B00"; $t = base_convert($prc_str,16,10); echo $t." ".gmdate("Y-m-d H:i:s", $t)."\r\n"; $t = $t + $utc_offset; echo $t." ".gmdate("Y-m-d H:i:s", $t)."\r\n"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vcAV4
function name:  (null)
number of ops:  27
compiled vars:  !0 = $utc_offset, !1 = $prc_str, !2 = $t
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 946684800000
    3     1        ASSIGN                                                   !1, '1AF44B00'
    4     2        INIT_FCALL                                               'base_convert'
          3        SEND_VAR                                                 !1
          4        SEND_VAL                                                 16
          5        SEND_VAL                                                 10
          6        DO_ICALL                                         $5      
          7        ASSIGN                                                   !2, $5
    5     8        CONCAT                                           ~7      !2, '+'
          9        INIT_FCALL                                               'gmdate'
         10        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
         11        SEND_VAR                                                 !2
         12        DO_ICALL                                         $8      
         13        CONCAT                                           ~9      ~7, $8
         14        CONCAT                                           ~10     ~9, '%0D%0A'
         15        ECHO                                                     ~10
    6    16        ADD                                              ~11     !2, !0
         17        ASSIGN                                                   !2, ~11
    7    18        CONCAT                                           ~13     !2, '+'
         19        INIT_FCALL                                               'gmdate'
         20        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
         21        SEND_VAR                                                 !2
         22        DO_ICALL                                         $14     
         23        CONCAT                                           ~15     ~13, $14
         24        CONCAT                                           ~16     ~15, '%0D%0A'
         25        ECHO                                                     ~16
    8    26      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.16 ms | 1395 KiB | 17 Q