3v4l.org

run code in 300+ PHP versions simultaneously
<?php $summ = strtotime("00:08:27") + strtotime("00:01:32"); echo gmdate("H:i:s", $summ);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/F0Mjm
function name:  (null)
number of ops:  14
compiled vars:  !0 = $summ
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 '00%3A08%3A27'
          2        DO_ICALL                                         $1      
          3        INIT_FCALL                                               'strtotime'
          4        SEND_VAL                                                 '00%3A01%3A32'
          5        DO_ICALL                                         $2      
          6        ADD                                              ~3      $1, $2
          7        ASSIGN                                                   !0, ~3
    4     8        INIT_FCALL                                               'gmdate'
          9        SEND_VAL                                                 'H%3Ai%3As'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $5      
         12        ECHO                                                     $5
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.1 ms | 1385 KiB | 17 Q