3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo strtotime('00:35:41'); $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/6l5dR
function name:  (null)
number of ops:  12
compiled vars:  !0 = $datetime2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 '00%3A35%3A41'
          2        DO_ICALL                                         $1      
          3        ECHO                                                     $1
    5     4        NEW                                              $2      'DateTime'
          5        SEND_VAL_EX                                              '%4074%3A35%3A41'
          6        DO_FCALL                                      0          
          7        ASSIGN                                                   !0, $2
    6     8        INIT_FCALL                                               'print_r'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.27 ms | 1394 KiB | 17 Q