//Parse error: syntax error, unexpected T_STRING, expecting T_VARIABLE //Occurs when there is a variable that is not allowed. e.g Missed a //($)dollar sign before the variable name or (;)semcolon at the end.