mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Fix entities ( isn't defined)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132380 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
074b463f6d
commit
401ddb2f79
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<appendix id="types.comparisons">
|
||||
<title>PHP type comparison tables</title>
|
||||
<para>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<tgroup cols="6">
|
||||
<thead>
|
||||
<row>
|
||||
<entry> </entry>
|
||||
<entry>Expression</entry>
|
||||
<entry><function>gettype</function></entry>
|
||||
<entry><function>empty</function></entry>
|
||||
<entry><function>is_null</function></entry>
|
||||
|
@ -196,7 +196,7 @@
|
|||
<tgroup cols="12">
|
||||
<thead>
|
||||
<row>
|
||||
<entry> </entry>
|
||||
<entry> </entry>
|
||||
<entry>&true;</entry>
|
||||
<entry>&false;</entry>
|
||||
<entry><literal>1</literal></entry>
|
||||
|
@ -376,7 +376,7 @@
|
|||
<tgroup cols="12">
|
||||
<thead>
|
||||
<row>
|
||||
<entry> </entry>
|
||||
<entry> </entry>
|
||||
<entry>&true;</entry>
|
||||
<entry>&false;</entry>
|
||||
<entry><literal>1</literal></entry>
|
||||
|
|
Loading…
Reference in a new issue