3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo date("l"); echo "<br>"; if ( date("F")=='July'or 'August') echo "Month is July"; echo "<br>"; if (date("l")=='Friday') { if ( date("F")=='July'or 'August') { echo "Today the store is open from 9am to 7pm"; } else { echo "Today the store is open from 9am to 9pm"; } }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 10, Position 2 = 11
Branch analysis from position: 10
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 13
Branch analysis from position: 12
2 jumps found. (Code = 43) Position 1 = 19, Position 2 = 29
Branch analysis from position: 19
2 jumps found. (Code = 47) Position 1 = 24, Position 2 = 25
Branch analysis from position: 24
2 jumps found. (Code = 43) Position 1 = 26, Position 2 = 28
Branch analysis from position: 26
1 jumps found. (Code = 42) Position 1 = 29
Branch analysis from position: 29
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 28
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 25
Branch analysis from position: 29
Branch analysis from position: 13
Branch analysis from position: 11
filename:       /in/e1NSj
function name:  (null)
number of ops:  30
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'l'
          2        DO_ICALL                                         $0      
          3        ECHO                                                     $0
    3     4        ECHO                                                     '%3Cbr%3E'
    5     5        INIT_FCALL                                               'date'
          6        SEND_VAL                                                 'F'
          7        DO_ICALL                                         $1      
          8        IS_EQUAL                                         ~2      $1, 'July'
          9      > JMPNZ_EX                                         ~2      ~2, ->11
         10    >   BOOL                                             ~2      'August'
         11    > > JMPZ                                                     ~2, ->13
    6    12    >   ECHO                                                     'Month+is+July'
    8    13    >   ECHO                                                     '%3Cbr%3E'
   10    14        INIT_FCALL                                               'date'
         15        SEND_VAL                                                 'l'
         16        DO_ICALL                                         $3      
         17        IS_EQUAL                                                 $3, 'Friday'
         18      > JMPZ                                                     ~4, ->29
   11    19    >   INIT_FCALL                                               'date'
         20        SEND_VAL                                                 'F'
         21        DO_ICALL                                         $5      
         22        IS_EQUAL                                         ~6      $5, 'July'
         23      > JMPNZ_EX                                         ~6      ~6, ->25
         24    >   BOOL                                             ~6      'August'
         25    > > JMPZ                                                     ~6, ->28
   12    26    >   ECHO                                                     'Today+the+store+is+open+from+9am+to+7pm'
         27      > JMP                                                      ->29
   14    28    >   ECHO                                                     'Today+the+store+is+open+from+9am+to+9pm'
   16    29    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
205.6 ms | 1396 KiB | 15 Q