>>13
Without the quote PHP will interpret them as constants. If those constants haven't been defined, it will assume they are strings with values equal to their names.
It generates a warning, but by default it isn't even shown.
Welcome to the wonderful world of PHP.