3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo time(); $datetime2 = new DateTime('@74:35:41'); print_r($datetime2);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dqrIV
function name:  (null)
number of ops:  11
compiled vars:  !0 = $datetime2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'time'
          1        DO_ICALL                                         $1      
          2        ECHO                                                     $1
    5     3        NEW                                              $2      'DateTime'
          4        SEND_VAL_EX                                              '%4074%3A35%3A41'
          5        DO_FCALL                                      0          
          6        ASSIGN                                                   !0, $2
    6     7        INIT_FCALL                                               'print_r'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.33 ms | 1394 KiB | 17 Q