📜  php 解析错误:语法错误,第 1 行出现意外 t_string - PHP 代码示例

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

代码示例1
//usually this means missing ' or " in a statement
echo 'xyz; //this will cause unexpected t_string error
echo 'xyz 'ax'';//this will cause unexpected t_string error