3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hourMin = '17:56'; if ($hourMin >= strtotime('17:00') || $hourMin <= strtotime('06:00')) { echo "Yes"; } else { echo "No"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 6, Position 2 = 11
Branch analysis from position: 6
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 14
Branch analysis from position: 12
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
filename:       /in/D7K1U
function name:  (null)
number of ops:  16
compiled vars:  !0 = $hourMin
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '17%3A56'
    4     1        INIT_FCALL                                               'strtotime'
          2        SEND_VAL                                                 '17%3A00'
          3        DO_ICALL                                         $2      
          4        IS_SMALLER_OR_EQUAL                              ~3      $2, !0
          5      > JMPNZ_EX                                         ~3      ~3, ->11
          6    >   INIT_FCALL                                               'strtotime'
          7        SEND_VAL                                                 '06%3A00'
          8        DO_ICALL                                         $4      
          9        IS_SMALLER_OR_EQUAL                              ~5      !0, $4
         10        BOOL                                             ~3      ~5
         11    > > JMPZ                                                     ~3, ->14
    5    12    >   ECHO                                                     'Yes'
         13      > JMP                                                      ->15
    7    14    >   ECHO                                                     'No'
    8    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.16 ms | 1395 KiB | 15 Q