mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
- This was not needed (said Marcus)
This commit is contained in:
parent
0dbe348d1d
commit
e17ad42e38
@ -299,7 +299,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);
|
||||
@ -307,8 +307,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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user