mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Convert all php_error_docref0 to php_error_docref
Closes GH-4394
This commit is contained in:
parent
33994ebd95
commit
1c1de0c41a
10 changed files with 22 additions and 24 deletions
|
@ -339,7 +339,7 @@ static inline ZEND_ATTRIBUTE_DEPRECATED void php_std_error_handling() {}
|
|||
PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *format, va_list args) PHP_ATTRIBUTE_FORMAT(printf, 4, 0);
|
||||
|
||||
/* PHPAPI void php_error(int type, const char *format, ...); */
|
||||
PHPAPI ZEND_COLD void php_error_docref0(const char *docref, int type, const char *format, ...)
|
||||
PHPAPI ZEND_COLD void php_error_docref(const char *docref, int type, const char *format, ...)
|
||||
PHP_ATTRIBUTE_FORMAT(printf, 3, 4);
|
||||
PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const char *format, ...)
|
||||
PHP_ATTRIBUTE_FORMAT(printf, 4, 5);
|
||||
|
@ -350,8 +350,6 @@ PHPAPI ZEND_COLD void php_win32_docref2_from_error(DWORD error, const char *para
|
|||
#endif
|
||||
END_EXTERN_C()
|
||||
|
||||
#define php_error_docref php_error_docref0
|
||||
|
||||
#define zenderror phperror
|
||||
#define zendlex phplex
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue