3v4l.org

run code in 300+ PHP versions simultaneously
<?php //echo strtotime('22.01.2014 04:40 +4').PHP_EOL; //echo strtotime('22.01.2014 04:40 +04').PHP_EOL; //echo strtotime('22.01.2014 04:40 UTC+4').PHP_EOL; //echo strtotime('22.01.2014 04:40 GMT+4').PHP_EOL; $online = '22.01.2014 04:40 +0400'; $online = strtotime($online); echo date(DATE_RFC822, $online).PHP_EOL; echo date("H:i d.m.Y", $online).PHP_EOL;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/k4BQ3
function name:  (null)
number of ops:  18
compiled vars:  !0 = $online
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   ASSIGN                                                   !0, '22.01.2014+04%3A40+%2B0400'
    7     1        INIT_FCALL                                               'strtotime'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
    8     5        INIT_FCALL                                               'date'
          6        SEND_VAL                                                 'D%2C+d+M+y+H%3Ai%3As+O'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                         $4      
          9        CONCAT                                           ~5      $4, '%0A'
         10        ECHO                                                     ~5
    9    11        INIT_FCALL                                               'date'
         12        SEND_VAL                                                 'H%3Ai+d.m.Y'
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                         $6      
         15        CONCAT                                           ~7      $6, '%0A'
         16        ECHO                                                     ~7
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.14 ms | 1386 KiB | 17 Q