From 7251f306b7484db89e9d297774697e0159f8883e Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sun, 28 Aug 2005 13:16:22 +0000 Subject: [PATCH] API function list included in index.xml, one sample api function filled with content git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194493 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/zend_wrong_param_count.xml | 26 ++++++++++--------- internals/zendapi/index.xml | 5 +++- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/internals/zendapi/functions/zend_wrong_param_count.xml b/internals/zendapi/functions/zend_wrong_param_count.xml index a74ebd258b..b20bacccc8 100644 --- a/internals/zendapi/functions/zend_wrong_param_count.xml +++ b/internals/zendapi/functions/zend_wrong_param_count.xml @@ -1,9 +1,9 @@ - + zend_wrong_param_count - ... + Generate standard error message for wrong parameter count in function or method call @@ -13,7 +13,16 @@ TSRMLS_D - ... + zend_wrong_param_count produces a standard warning message + for functions or class methods that have been called with a wrong number of + parameters. The function automaticly puts the right function name and class + name (if needed) into the error message. + + + Usually the ZEND_WRONG_PARAM_COUNT and + ZEND_WRONG_PARAM_COUNT_WITH_RETVAL macros + are used to invoke this function instead of calling it immediately + as this saves typing the TSRMLS_C argument. @@ -22,10 +31,10 @@ - + TSRMLS_D - ... + Thread context @@ -33,13 +42,6 @@ - - &reftitle.returnvalues; - - ... - - - + &ZendAPI; &internals.zendapi.intro; @@ -22,6 +22,9 @@ &internals.zendapi.where-to-go; &internals.zendapi.configuration-macros; &internals.zendapi.api-macros; + API Functions (work in progress) + &internals.zendapi.functions; +