mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix for bug report #15541
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70179 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
713de33b8b
commit
2c107905f4
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.94 $ -->
|
||||
<!-- $Revision: 1.95 $ -->
|
||||
<reference id="ref.variables">
|
||||
<title>Variable Functions</title>
|
||||
<titleabbrev>Variables</titleabbrev>
|
||||
|
@ -179,7 +179,7 @@ print $float_value_of_var; // prints 122.34343
|
|||
<simpara>"<type>resource</type>" (since PHP 4)</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>"<type>null</type>" (since PHP 4)</simpara>
|
||||
<simpara>"<type>NULL</type>" (since PHP 4)</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>"user function" (PHP 3 only, deprecated)</simpara>
|
||||
|
|
Loading…
Reference in a new issue