Searched refs:opt_err (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/standard/ |
H A D | basic_functions.h | 50 PHPAPI int _php_error_log(int opt_err, const char *message, const char *opt, const char *headers); 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 | 1367 PHPAPI int _php_error_log(int opt_err, const char *message, const char *opt, const char *headers) /… argument 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,… argument 1378 switch (opt_err)
|
Completed in 13 milliseconds