3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(date_create('2015-10-25 00:00:00')->diff(date_create('2015-10-25 17:59:59'))->format('%H:%I:%S'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Oj0bf
function name:  (null)
number of ops:  16
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'date_create'
          2        SEND_VAL                                                 '2015-10-25+00%3A00%3A00'
          3        DO_ICALL                                         $0      
          4        INIT_METHOD_CALL                                         $0, 'diff'
          5        INIT_FCALL                                               'date_create'
          6        SEND_VAL                                                 '2015-10-25+17%3A59%3A59'
          7        DO_ICALL                                         $1      
          8        SEND_VAR_NO_REF_EX                                       $1
          9        DO_FCALL                                      0  $2      
         10        INIT_METHOD_CALL                                         $2, 'format'
         11        SEND_VAL_EX                                              '%25H%3A%25I%3A%25S'
         12        DO_FCALL                                      0  $3      
         13        SEND_VAR                                                 $3
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.75 ms | 1394 KiB | 17 Q