Remove *. Was going to refer to a <note> but decided it's not worth it.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129504 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2003-05-30 22:18:10 +00:00
parent d9fc90e266
commit e2a8781c29

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<appendix id="types.comparisons">
<title>PHP type comparison tables</title>
<para>
@ -121,7 +121,7 @@
<entry>&true;</entry>
</row>
<row>
<entry><literal>$x = "0";</literal> *</entry>
<entry><literal>$x = "0";</literal></entry>
<entry><type>string</type></entry>
<entry>&true;</entry>
<entry>&false;</entry>