PHP错误代码 Parse error: syntax error, unexpected解决方法
程序员文章站
2022-04-25 16:44:41
...
Parse error: syntax error, unexpected T_STRING in C:\AppServ\www\1.php on line 3
<?php $s=array('你好','我好','大家好'); shuffle($s); for($i=0;$i<=2;$i++){ echo $s[$i]; echo ' '; } ?>
出现标题中的错误,怎么办哦?
------解决方案--------------------
$s=array('你好','我好','大家好');
分号写错了 ,应该是";" 不是";" 一切都要英文的啊
下一篇: 极客学院Java视频教程资源分享
推荐阅读
-
微信开发 - syntax error, unexpected T_AS in example.php on line 211?
-
Parse error: syntax error, unexpected T_DO, expecting '' in解决方案
-
Parse error: syntax error, unexpected T_DO, expecting ';' in
-
PHP异常Parse error: syntax error错误解决方法
-
PHP错误Parse error: syntax error, unexpected end of file in test.php on line 12解决方法_php技巧
-
PHP Parse Error: syntax error, unexpected $end 错误的解决办
-
PHP错误Parse error: syntax error, unexpected end of file in_PHP
-
PHP Parse error: syntax error, unexpected end of file in line70
-
php-syntax error, unexpected 'id' (T_STRING)
-
PHP错误Parse error: syntax error, unexpected end of file in test.php on line 12解决方法