From da799963a7fed3fbc655a1f009ff7f90aa632f4c Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sat, 14 Jan 2006 21:26:55 +0000 Subject: [PATCH] file has been moved to zendapi/macros already git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205278 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../ZEND_WRONG_PARAM_COUNT_WITH_RETVAL.xml | 54 ------------------- 1 file changed, 54 deletions(-) delete mode 100644 internals/zendapi/functions/ZEND_WRONG_PARAM_COUNT_WITH_RETVAL.xml diff --git a/internals/zendapi/functions/ZEND_WRONG_PARAM_COUNT_WITH_RETVAL.xml b/internals/zendapi/functions/ZEND_WRONG_PARAM_COUNT_WITH_RETVAL.xml deleted file mode 100644 index 6d5c84269f..0000000000 --- a/internals/zendapi/functions/ZEND_WRONG_PARAM_COUNT_WITH_RETVAL.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - ZEND_WRONG_PARAM_COUNT_WITH_RETVAL - Generate standard error message and return custom value - - - - &reftitle.description; - #include <zend_API.h> - - voidZEND_WRONG_PARAM_COUNT_WITH_RETVAL - mixedreturn_value - - This macro is part of the API but not used in any bundled or PECL extension - - ZEND_WRONG_PARAM_COUNT_WITH_RETVAL produces a standard warning message - for functions or class methods that have been called with a wrong number of - parameters and returns its parameter to the calling function. - The macro automaticly puts the right function name and class - name (if needed) into the error message. - - - The return_value parameter is returned to the calling - function of the current one. - - - ZEND_WRONG_PARAM_COUNT_WITH_RETVAL is actually a convenience - wrapper for zend_wrong_param_count. - - - - -