From fff32a38597a28d6e9bae8ea186ae65b24d15185 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Mon, 29 Aug 2005 00:34:00 +0000 Subject: [PATCH] added a API macro to test linking against names that only differ in caseness git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194542 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/ZEND_WRONG_PARAM_COUNT.xml | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 internals/zendapi/functions/ZEND_WRONG_PARAM_COUNT.xml diff --git a/internals/zendapi/functions/ZEND_WRONG_PARAM_COUNT.xml b/internals/zendapi/functions/ZEND_WRONG_PARAM_COUNT.xml new file mode 100644 index 0000000000..bd45faba26 --- /dev/null +++ b/internals/zendapi/functions/ZEND_WRONG_PARAM_COUNT.xml @@ -0,0 +1,48 @@ + + + + + ZEND_WRONG_PARAM_COUNT + Generate standard error message for wrong parameter count in function or method call + + + + &reftitle.description; + #include <zend_API.h> + + voidZEND_WRONG_PARAM_COUNT + + + + 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 macro automaticly puts the right function name and class + name (if needed) into the error message. + + + ZEND_WRONG_PARAM_COUNT is actually a convenience + wrapper for zend_wrong_param_count. + + + + +