Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_ini_parser.y162 char *error_buf; in ini_error() local
170 error_buf = (char *) emalloc(error_buf_len); in ini_error()
172 …sprintf(error_buf, "%s in %s on line %d\n", msg, currently_parsed_filename, zend_ini_scanner_get_l… in ini_error()
174 error_buf = estrdup("Invalid configuration directive\n"); in ini_error()
179 MessageBox(NULL, error_buf, "PHP Error", MB_OK|MB_TOPMOST|0x00200000L); in ini_error()
181 fprintf(stderr, "PHP: %s", error_buf); in ini_error()
184 zend_error(E_WARNING, "%s", error_buf); in ini_error()
186 efree(error_buf); in ini_error()
/PHP-5.3/ext/tidy/tests/
H A D008.phpt2 Accessing the error buffer via $obj->error_buf...
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_loaddata.c109 int mysqlnd_local_infile_error(void *ptr, char *error_buf, unsigned int error_buf_len TSRMLS_DC) in mysqlnd_local_infile_error() argument
116 strlcpy(error_buf, info->error_msg, error_buf_len); in mysqlnd_local_infile_error()
121 strlcpy(error_buf, "Unknown error", error_buf_len); in mysqlnd_local_infile_error()
/PHP-5.3/ext/oci8/
H A Doci8.c1673 sb4 php_oci_fetch_errmsg(OCIError *error_handle, text **error_buf TSRMLS_DC) in php_oci_fetch_errmsg()
1687 if (err_buf_len && error_buf) { in php_oci_fetch_errmsg()
1688 *error_buf = NULL; in php_oci_fetch_errmsg()
1689 *error_buf = (text *)estrndup((char *)err_buf, err_buf_len); in php_oci_fetch_errmsg()

Completed in 19 milliseconds