Expecting T_PAAMAYIM_NEKUDOTAYIM
I wrote a previous entry about “unexpected T_PAAMAYIM_NEKUDOTAYIM,” but today, I hit the inverse, “Expecting T_PAAMAYIM_NEKUDOTAYIM.” Again, I will keep this short.
Certain functions that expect variables such as “isset” followed by a non-string, non-integer word will cause this error. For example:
isset(where_is_the_dollar_sign);
