Home > Backend Development > PHP Tutorial > 我用下面这个方式定义一个字符串"<kph>",为什么会报错?

我用下面这个方式定义一个字符串"<kph>",为什么会报错?

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-23 13:02:45
Original
928 people have browsed it

我用下面这个方式定义一个字符串"",为什么会报错?如果改为"123",就没事了,怎么回事?
----
nbsp;html> 
 

$aay = array("", '12');
echo $aay[0];
?>
 


回复讨论(解决方案)

谁报错?报什么错

出现这个错误提示:

HTML1521: 不符合要求的 "

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template