3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dat = new DateTime(); $dat = $dat->format("d.m.Y H:i:s"); $che = strtotime('31.05.2013 23:59:59'); echo $dat.'<br>'; echo $che;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VueVv
function name:  (null)
number of ops:  15
compiled vars:  !0 = $dat, !1 = $che
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   NEW                                              $2      'DateTime'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $2
    3     3        INIT_METHOD_CALL                                         !0, 'format'
          4        SEND_VAL_EX                                              'd.m.Y+H%3Ai%3As'
          5        DO_FCALL                                      0  $5      
          6        ASSIGN                                                   !0, $5
    4     7        INIT_FCALL                                               'strtotime'
          8        SEND_VAL                                                 '31.05.2013+23%3A59%3A59'
          9        DO_ICALL                                         $7      
         10        ASSIGN                                                   !1, $7
    5    11        CONCAT                                           ~9      !0, '%3Cbr%3E'
         12        ECHO                                                     ~9
    6    13        ECHO                                                     !1
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.76 ms | 1394 KiB | 15 Q