3v4l.org

run code in 300+ PHP versions simultaneously
<?php $temp_timestamp = strtotime('2015-09-30 13:05:53'); $time_in_lesson_obj = date_create($temp_timestamp); $time_in_lesson = $time_in_lesson_obj->format("H:i:s"); echo $time_in_lesson;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LTunh
function name:  (null)
number of ops:  14
compiled vars:  !0 = $temp_timestamp, !1 = $time_in_lesson_obj, !2 = $time_in_lesson
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 '2015-09-30+13%3A05%3A53'
          2        DO_ICALL                                         $3      
          3        ASSIGN                                                   !0, $3
    4     4        INIT_FCALL                                               'date_create'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $5      
          7        ASSIGN                                                   !1, $5
    5     8        INIT_METHOD_CALL                                         !1, 'format'
          9        SEND_VAL_EX                                              'H%3Ai%3As'
         10        DO_FCALL                                      0  $7      
         11        ASSIGN                                                   !2, $7
    6    12        ECHO                                                     !2
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.87 ms | 1398 KiB | 17 Q