From 6bce1dbf90821e3c720776dd013dc796d14d9781 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Fri, 2 Nov 2012 04:19:02 +0000 Subject: [PATCH] NULL -> &null; git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328222 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/yaf/yaf-config-ini.xml | 2 +- reference/yaf/yaf_application/app.xml | 4 ++-- reference/yaf/yaf_response_abstract/getbody.xml | 2 +- reference/yaf/yaf_router/getcurrentroute.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/yaf/yaf-config-ini.xml b/reference/yaf/yaf-config-ini.xml index 13829173d9..3516cbb400 100644 --- a/reference/yaf/yaf-config-ini.xml +++ b/reference/yaf/yaf-config-ini.xml @@ -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. diff --git a/reference/yaf/yaf_application/app.xml b/reference/yaf/yaf_application/app.xml index fd7cb3c3ae..32ac1213a1 100644 --- a/reference/yaf/yaf_application/app.xml +++ b/reference/yaf/yaf_application/app.xml @@ -29,8 +29,8 @@ &reftitle.returnvalues; - 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. diff --git a/reference/yaf/yaf_response_abstract/getbody.xml b/reference/yaf/yaf_response_abstract/getbody.xml index d99c032d6d..004a98a333 100644 --- a/reference/yaf/yaf_response_abstract/getbody.xml +++ b/reference/yaf/yaf_response_abstract/getbody.xml @@ -26,7 +26,7 @@ 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 diff --git a/reference/yaf/yaf_router/getcurrentroute.xml b/reference/yaf/yaf_router/getcurrentroute.xml index f7aa0ccf56..c441fd2d25 100644 --- a/reference/yaf/yaf_router/getcurrentroute.xml +++ b/reference/yaf/yaf_router/getcurrentroute.xml @@ -18,7 +18,7 @@ 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;.