Searched refs:_php_error_log_ex (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/standard/ |
H A D | basic_functions.h | 51 PHPAPI int _php_error_log_ex(int opt_err, const char *message, size_t message_len, const char *opt,…
|
H A D | basic_functions.c | 1442 if (_php_error_log_ex((int) erropt, message, message_len, opt, headers) == FAILURE) { 1453 return _php_error_log_ex(opt_err, message, (opt_err == 3) ? strlen(message) : 0, opt, headers); 1457 PHPAPI int _php_error_log_ex(int opt_err, const char *message, size_t message_len, const char *opt,… function
|
Completed in 18 milliseconds