Home
last modified time | relevance | path

Searched refs:error_buf (Results 1 – 4 of 4) sorted by relevance

/php-src/Zend/
H A Dzend_ini_parser.y198 char *error_buf; in ini_error() local
204 error_buf = (char *) emalloc(error_buf_len); in ini_error()
206 …sprintf(error_buf, "%s in %s on line %d\n", msg, currently_parsed_filename, zend_ini_scanner_get_l… in ini_error()
208 error_buf = estrdup("Invalid configuration directive\n"); in ini_error()
213 syslog(LOG_ALERT, "PHP: %s (%s)", error_buf, GetCommandLine()); in ini_error()
215 fprintf(stderr, "PHP: %s", error_buf); in ini_error()
217 zend_error(E_WARNING, "%s", error_buf); in ini_error()
219 efree(error_buf); in ini_error()
/php-src/ext/tidy/tests/
H A D008.phpt2 Accessing the error buffer via $obj->error_buf...
/php-src/ext/mysqlnd/
H A Dmysqlnd_loaddata.c86 int mysqlnd_local_infile_error(void * ptr, char *error_buf, unsigned int error_buf_len) in mysqlnd_local_infile_error() argument
93 strlcpy(error_buf, info->error_msg, error_buf_len); in mysqlnd_local_infile_error()
98 strlcpy(error_buf, "Unknown error", error_buf_len); in mysqlnd_local_infile_error()
/php-src/sapi/cli/
H A Dphp_cli_server.c1188 char *basic_buf, *message_buf = "", *error_buf = ""; in php_cli_server_log_response() local
1235 spprintf(&error_buf, 0, " - %s in %s on line %d", in php_cli_server_log_response()
1237 if (!error_buf) { in php_cli_server_log_response()
1247 …gf(PHP_CLI_SERVER_LOG_MESSAGE, "\x1b[3%dm%s%s%s\x1b[0m", color, basic_buf, message_buf, error_buf); in php_cli_server_log_response()
1249 php_cli_server_logf(PHP_CLI_SERVER_LOG_MESSAGE, "%s%s%s", basic_buf, message_buf, error_buf); in php_cli_server_log_response()
1257 efree(error_buf); in php_cli_server_log_response()

Completed in 27 milliseconds