Fix inverted condition (pointed out by anon user)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339928 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-08-23 11:26:51 +00:00
parent d355f93c42
commit fd45f2fe08

View file

@ -50,7 +50,7 @@
</row>
<row>
<entry><literal>&quot;</literal> (double quote)</entry>
<entry><literal>&amp;quot;</literal> when <constant>ENT_NOQUOTES</constant></entry>
<entry><literal>&amp;quot;</literal>, unless <constant>ENT_NOQUOTES</constant> is set</entry>
</row>
<row>
<entry><literal>&#039;</literal> (single quote)</entry>