mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
NULL -> &null;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328222 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
37a12bad6c
commit
6bce1dbf90
4 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@
|
|||
Yaf_Config_Ini utilizes the » parse_ini_file() PHP function. Please review
|
||||
this documentation to be aware of its specific behaviors, which propagate
|
||||
to Yaf_Config_Ini, such as how the special values of "&true;", "&false;",
|
||||
"yes", "no", and "NULL" are handled.
|
||||
"yes", "no", and "&null;" are handled.
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
an Yaf_Application instance, if no Yaf_Application initialized before, NULL
|
||||
will be returned.
|
||||
an Yaf_Application instance, if no Yaf_Application initialized before,
|
||||
&null; will be returned.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
the content key, if you don't specific, then Yaf_Response_Abstract::DEFAULT_BODY
|
||||
will be used. if you pass in a NULL, then all contents will be returned
|
||||
will be used. if you pass in a &null;, then all contents will be returned
|
||||
as a array
|
||||
<note>
|
||||
<para>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<note>
|
||||
<para>
|
||||
You should call this method after the route process finished, since
|
||||
before that, this method will always return NULL.
|
||||
before that, this method will always return &null;.
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue