Home
last modified time | relevance | path

Searched refs:errmsg (Results 51 – 75 of 76) sorted by relevance

1234

/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c80 char *errmsg = PQerrorMessage(H->server); in _pdo_pgsql_error() local
86 if (einfo->errmsg) { in _pdo_pgsql_error()
87 pefree(einfo->errmsg, dbh->is_persistent); in _pdo_pgsql_error()
88 einfo->errmsg = NULL; in _pdo_pgsql_error()
98 if (errmsg) { in _pdo_pgsql_error()
99 einfo->errmsg = _pdo_pgsql_trim_message(errmsg, dbh->is_persistent); in _pdo_pgsql_error()
104 *pdo_err, einfo->errcode, einfo->errmsg); in _pdo_pgsql_error()
214 if (H->einfo.errmsg) { in pgsql_handle_closer()
215 pefree(H->einfo.errmsg, dbh->is_persistent); in pgsql_handle_closer()
216 H->einfo.errmsg = NULL; in pgsql_handle_closer()
[all …]
H A Dphp_pdo_pgsql_int.h36 char *errmsg; member
/PHP-5.5/Zend/tests/
H A Derrmsg_023.phpt2 errmsg: access level must be the same or weaker
H A Derrmsg_013.phpt2 errmsg: default value for parameters with array type hint can only be an array or NULL
H A Derrmsg_018.phpt2 errmsg: static abstract function
/PHP-5.5/ext/interbase/
H A Dphp_ibase_includes.h34 #define RESET_ERRMSG do { IBG(errmsg)[0] = '\0'; IBG(sql_code) = 0; } while (0)
65 char errmsg[MAX_ERRMSG]; variable
H A Dinterbase.c482 RETURN_STRING(IBG(errmsg), 1);
507 char *s = IBG(errmsg); in _php_ibase_error()
512 while ((s - IBG(errmsg)) < MAX_ERRMSG - (IBASE_MSGSIZE + 2) && isc_interprete(s, &statusp)) { in _php_ibase_error()
513 strcat(IBG(errmsg), " "); in _php_ibase_error()
514 s = IBG(errmsg) + strlen(IBG(errmsg)); in _php_ibase_error()
517 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", IBG(errmsg)); in _php_ibase_error()
533 vsnprintf(IBG(errmsg), MAX_ERRMSG, msg, ap); in _php_ibase_module_error()
538 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", IBG(errmsg)); in _php_ibase_module_error()
730 ibase_globals->sql_code = *ibase_globals->errmsg = 0; in PHP_INI_END()
/PHP-5.5/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h30 char *errmsg; member
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
11 echo "$errno: $errmsg\n";
H A Diconv_mime_encode.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
11 echo "$errno: $errmsg\n";
/PHP-5.5/ext/pdo_oci/
H A Dphp_pdo_oci_int.h27 char *errmsg; member
H A Doci_statement.c91 if (S->einfo.errmsg) { in oci_stmt_dtor()
92 pefree(S->einfo.errmsg, stmt->dbh->is_persistent); in oci_stmt_dtor()
93 S->einfo.errmsg = NULL; in oci_stmt_dtor()
/PHP-5.5/ext/phar/tests/
H A Dcreate_path_error.phpt23 function error_handler($errno, $errmsg)
25 echo "Error: $errmsg";
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_driver.c695 char errmsg[512]; in pdo_firebird_handle_factory() local
697 fb_interpret(errmsg, sizeof(errmsg),&s); in pdo_firebird_handle_factory()
699 "HY000", H->isc_status[1], errmsg); in pdo_firebird_handle_factory()
/PHP-5.5/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h96 char *errmsg; member
H A Dmysql_statement.c58 if (S->einfo.errmsg) { in pdo_mysql_stmt_dtor()
59 pefree(S->einfo.errmsg, stmt->dbh->is_persistent); in pdo_mysql_stmt_dtor()
60 S->einfo.errmsg = NULL; in pdo_mysql_stmt_dtor()
/PHP-5.5/ext/interbase/tests/
H A Dinterbase.inc65 echo "errmsg [" . ibase_errmsg() . "]\t\n";
H A D005.phpt267 errmsg [lock conflict on no wait transaction deadlock ]
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c386 …UBLIC _client_message_handler(CS_CONTEXT *context, CS_CONNECTION *connection, CS_CLIENTMSG *errmsg) in _client_message_handler() argument
390 if (CS_SEVERITY(errmsg->msgnumber) >= SybCtG(min_client_severity)) { in _client_message_handler()
391 …ARNING, "Sybase: Client message: %s (severity %ld)", errmsg->msgstring, (long)CS_SEVERITY(errmsg in _client_message_handler()
394 SybCtG(server_message) = estrdup(errmsg->msgstring); in _client_message_handler()
400 if (CS_SEVERITY(errmsg->msgnumber) == CS_SV_RETRY_FAIL && in _client_message_handler()
401 CS_NUMBER(errmsg->msgnumber) == 63 && in _client_message_handler()
402 CS_ORIGIN(errmsg->msgnumber) == 2 && in _client_message_handler()
403 CS_LAYER(errmsg->msgnumber) == 1) in _client_message_handler()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h98 const char * (*errmsg)(sqlite3*); member
340 #define sqlite3_errmsg sqlite3_api->errmsg
H A Dsqlite3.h390 char **errmsg /* Error msg written here */
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2177 - char errmsg[512];
2178 - (void)regerror(rc, &rx, errmsg, sizeof(errmsg));
2179 - file_magerror(ms, "regex error %d, (%s)", rc, errmsg);
2968 - char errmsg[512];
2969 - (void)regerror(rc, &rx, errmsg, sizeof(errmsg));
2970 - file_magerror(ms, "regex error %d, (%s)", rc, errmsg);
3373 - char errmsg[512];
3383 - (void)regerror(rc, &rx, errmsg, sizeof(errmsg));
3385 - rc, errmsg);
3555 - (void)regerror(rc, &rx, errmsg, sizeof(errmsg));
[all …]
/PHP-5.5/ext/ldap/
H A Dldap.c2215 zval *link, *result, *errcode, *matcheddn, *errmsg, *referrals; in PHP_FUNCTION() local
2222 …_NUM_ARGS() TSRMLS_CC, "rrz|zzz", &link, &result, &errcode, &matcheddn, &errmsg, &referrals) != SU… in PHP_FUNCTION()
2257 zval_dtor(errmsg); in PHP_FUNCTION()
2259 ZVAL_EMPTY_STRING(errmsg); in PHP_FUNCTION()
2261 ZVAL_STRING(errmsg, lerrmsg, 1); in PHP_FUNCTION()
3009 ZEND_ARG_INFO(1, errmsg)
/PHP-5.5/ext/phar/
H A Dzip.c302 #define PHAR_ZIP_FAIL_FREE(errmsg, save) \ in phar_parse_zipfile() argument
317 spprintf(error, 4096, "phar error: %s in zip-based phar \"%s\"", errmsg, mydata->fname); \ in phar_parse_zipfile()
326 #define PHAR_ZIP_FAIL(errmsg) \ in phar_parse_zipfile() argument
341 spprintf(error, 4096, "phar error: %s in zip-based phar \"%s\"", errmsg, mydata->fname); \ in phar_parse_zipfile()
/PHP-5.5/
H A Dserver-tests.php248 public $errmsg = ''; variable in HTTPRequest
312 $this->errmsg = "HTTP Response $status[1] Not Found";
327 $this->errmsg = 'Invalid HTTP Response';

Completed in 186 milliseconds

1234