error_buf         180 Zend/zend_ini_parser.y 	char *error_buf;
error_buf         188 Zend/zend_ini_parser.y 		error_buf = (char *) emalloc(error_buf_len);
error_buf         190 Zend/zend_ini_parser.y 		sprintf(error_buf, "%s in %s on line %d\n", msg, currently_parsed_filename, zend_ini_scanner_get_lineno(TSRMLS_C));
error_buf         192 Zend/zend_ini_parser.y 		error_buf = estrdup("Invalid configuration directive\n");
error_buf         197 Zend/zend_ini_parser.y 		syslog(LOG_ALERT, "PHP: %s (%s)", error_buf, GetCommandLine());
error_buf         199 Zend/zend_ini_parser.y 		fprintf(stderr, "PHP:  %s", error_buf);
error_buf         201 Zend/zend_ini_parser.y 		zend_error(E_WARNING, "%s", error_buf);
error_buf         203 Zend/zend_ini_parser.y 	efree(error_buf);
error_buf          90 ext/mysqlnd/mysqlnd_loaddata.c int	mysqlnd_local_infile_error(void * ptr, char *error_buf, unsigned int error_buf_len TSRMLS_DC)
error_buf          97 ext/mysqlnd/mysqlnd_loaddata.c 		strlcpy(error_buf, info->error_msg, error_buf_len);
error_buf         102 ext/mysqlnd/mysqlnd_loaddata.c 	strlcpy(error_buf, "Unknown error", error_buf_len);
error_buf        1699 ext/oci8/oci8.c sb4 php_oci_fetch_errmsg(OCIError *error_handle, text **error_buf TSRMLS_DC)
error_buf        1713 ext/oci8/oci8.c 		if (err_buf_len && error_buf) {
error_buf        1714 ext/oci8/oci8.c 			*error_buf = NULL;
error_buf        1715 ext/oci8/oci8.c 			*error_buf = (text *)estrndup((char *)err_buf, err_buf_len);
error_buf         407 ext/oci8/php_oci8_int.h sb4 php_oci_fetch_errmsg(OCIError *error_handle, text **error_buf TSRMLS_DC);
error_buf        1192 sapi/cli/php_cli_server.c 	char *basic_buf, *message_buf = "", *error_buf = "";
error_buf        1244 sapi/cli/php_cli_server.c 		spprintf(&error_buf, 0, " - %s in %s on line %d", PG(last_error_message), PG(last_error_file), PG(last_error_lineno));
error_buf        1245 sapi/cli/php_cli_server.c 		if (!error_buf) {
error_buf        1255 sapi/cli/php_cli_server.c 		php_cli_server_logf("\x1b[3%dm%s%s%s\x1b[0m" TSRMLS_CC, color, basic_buf, message_buf, error_buf);
error_buf        1257 sapi/cli/php_cli_server.c 		php_cli_server_logf("%s%s%s" TSRMLS_CC, basic_buf, message_buf, error_buf);
error_buf        1265 sapi/cli/php_cli_server.c 		efree(error_buf);