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 UTC+4'; $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/TtQuN
function name:  (null)
number of ops:  38
compiled vars:  !0 = $online
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 '22.01.2014+04%3A40+%2B4'
          2        DO_ICALL                                         $1      
          3        CONCAT                                           ~2      $1, '%0A'
          4        ECHO                                                     ~2
    3     5        INIT_FCALL                                               'strtotime'
          6        SEND_VAL                                                 '22.01.2014+04%3A40+%2B04'
          7        DO_ICALL                                         $3      
          8        CONCAT                                           ~4      $3, '%0A'
          9        ECHO                                                     ~4
    4    10        INIT_FCALL                                               'strtotime'
         11        SEND_VAL                                                 '22.01.2014+04%3A40+UTC%2B4'
         12        DO_ICALL                                         $5      
         13        CONCAT                                           ~6      $5, '%0A'
         14        ECHO                                                     ~6
    5    15        INIT_FCALL                                               'strtotime'
         16        SEND_VAL                                                 '22.01.2014+04%3A40+GMT%2B4'
         17        DO_ICALL                                         $7      
         18        CONCAT                                           ~8      $7, '%0A'
         19        ECHO                                                     ~8
    6    20        ASSIGN                                                   !0, '22.01.2014+04%3A40+UTC%2B4'
    7    21        INIT_FCALL                                               'strtotime'
         22        SEND_VAR                                                 !0
         23        DO_ICALL                                         $10     
         24        ASSIGN                                                   !0, $10
    8    25        INIT_FCALL                                               'date'
         26        SEND_VAL                                                 'D%2C+d+M+y+H%3Ai%3As+O'
         27        SEND_VAR                                                 !0
         28        DO_ICALL                                         $12     
         29        CONCAT                                           ~13     $12, '%0A'
         30        ECHO                                                     ~13
    9    31        INIT_FCALL                                               'date'
         32        SEND_VAL                                                 'H%3Ai+d.m.Y'
         33        SEND_VAR                                                 !0
         34        DO_ICALL                                         $14     
         35        CONCAT                                           ~15     $14, '%0A'
         36        ECHO                                                     ~15
         37      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.89 ms | 1396 KiB | 17 Q