3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = strtotime("17:20:00"); if($a > strtotime("13:00:00")){ $c = $a - 3600; } Echo date("H:i", $c);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 11
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
filename:       /in/fOggP
function name:  (null)
number of ops:  17
compiled vars:  !0 = $a, !1 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 '17%3A20%3A00'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    4     4        INIT_FCALL                                               'strtotime'
          5        SEND_VAL                                                 '13%3A00%3A00'
          6        DO_ICALL                                         $4      
          7        IS_SMALLER                                               $4, !0
          8      > JMPZ                                                     ~5, ->11
    5     9    >   SUB                                              ~6      !0, 3600
         10        ASSIGN                                                   !1, ~6
    8    11    >   INIT_FCALL                                               'date'
         12        SEND_VAL                                                 'H%3Ai'
         13        SEND_VAR                                                 !1
         14        DO_ICALL                                         $8      
         15        ECHO                                                     $8
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.82 ms | 1010 KiB | 15 Q