📜  php代码示例中的t变量错误含义

📅  最后修改于: 2022-03-11 14:54:18.353000             🧑  作者: Mango

代码示例1
//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.