3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.75 ms | 1398 KiB | 18 Q