Home >Backend Development >PHP Tutorial > 悲催的PHP新式字符串

悲催的PHP新式字符串

WBOY
WBOYOriginal
2016-06-13 13:15:07808browse

悲催的PHP新型字符串

PHP手册里面介绍了所谓的新型字符串,我以为还是很有用的,否则对于一大段html光是转义引号单引号的就麻烦死了,今天我就正好用一下,结果悲催的发现咋着也不灵了。

$str= 
	<a href="new">Add</a>
mark;
就是这么简单的一段,结束符mark;顶格放置后,在PHPEclipse中检查已没有错误,可是运行的时候就不行了,报下面错误
Parse error: syntax error, unexpected '
<p></p>
<p>google了一番,发现遇此问题的人还不少,回答都是结束符顶格放置,我这绝对符合标准啊,难道我的php版本不行?......倒腾一番之后,发现我的开始符"!</p>
<p>   所以,php这个新型字符串的规则是:</p>
<p>1,开始符号,以三个小于号加命名符号,比如:“
</p><p>2,技术符号(“EOT;”)必须顶格放置。另外,这个分号后面同样不能有空格!!!相信我,我试过。我的版本为PHP 5.3.2 、PHP 5.4.4,其他版本没有试过。</p>
<p><br>
</p>
<br> <div class="clear">
                 
              
              
        
            </div>
Statement:
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