mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
fix typo
This commit is contained in:
parent
0a04f61448
commit
73fd1fc6e5
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ PHPAPI size_t php_write(void *buf, size_t size);
|
|||
PHPAPI size_t php_printf(const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 1,
|
||||
2);
|
||||
PHPAPI int php_get_module_initialized(void);
|
||||
#define php_log_err(msg) php_log_err_with_serevity(msg, LOG_NOTICE)
|
||||
#define php_log_err(msg) php_log_err_with_severity(msg, LOG_NOTICE)
|
||||
PHPAPI ZEND_COLD void php_log_err_with_severity(char *log_message, int syslog_type_int);
|
||||
int Debug(char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 1, 2);
|
||||
int cfgparse(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue