diff options
author | foobar <sniper@php.net> | 2005-03-08 21:23:21 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-03-08 21:23:21 +0000 |
commit | 9b4400830ff558e1a69c3f53e2fb4c95cbcc1f89 (patch) | |
tree | 6f016c985be093c168066f9c157f8ca5b6bf86c2 /main/php.h | |
parent | 916806055c45d69aee85f778e409f8ade09d16ea (diff) | |
download | php-git-9b4400830ff558e1a69c3f53e2fb4c95cbcc1f89.tar.gz |
MFH
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/main/php.h b/main/php.h index 0ee8d0f65b..7106990633 100644 --- a/main/php.h +++ b/main/php.h @@ -320,7 +320,7 @@ PHPAPI void php_verror(const char *docref, const char *params, int type, const c #endif /* PHPAPI void php_error(int type, const char *format, ...); */ -PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...) +PHPAPI void php_error_docref(const char *docref TSRMLS_DC, int type, const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, PHP_ATTR_FMT_OFFSET + 3, PHP_ATTR_FMT_OFFSET + 4); PHPAPI void php_error_docref1(const char *docref TSRMLS_DC, const char *param1, int type, const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, PHP_ATTR_FMT_OFFSET + 4, PHP_ATTR_FMT_OFFSET + 5); @@ -328,8 +328,6 @@ PHPAPI void php_error_docref2(const char *docref TSRMLS_DC, const char *param1, PHP_ATTRIBUTE_FORMAT(printf, PHP_ATTR_FMT_OFFSET + 5, PHP_ATTR_FMT_OFFSET + 6); END_EXTERN_C() -#define php_error_docref php_error_docref0 - #define zenderror phperror #define zendlex phplex |