Searched refs:_php_error_log_ex (Results 1 – 2 of 2) sorted by relevance
/php-src/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 | 1358 if (_php_error_log_ex((int) erropt, message, message_len, opt, headers) == FAILURE) { 1369 return _php_error_log_ex(opt_err, message, (opt_err == 3) ? strlen(message) : 0, opt, headers); 1373 PHPAPI int _php_error_log_ex(int opt_err, const char *message, size_t message_len, const char *opt,… function
|
Completed in 11 milliseconds