Home
last modified time | relevance | path

Searched refs:error_code (Results 26 – 42 of 42) sorted by relevance

12

/PHP-5.5/ext/pdo_dblib/
H A Ddblib_driver.c103 S->err.sqlstate = stmt->error_code; in dblib_handle_preparer()
306 H->err.sqlstate = dbh->error_code; in pdo_dblib_handle_factory()
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.re215 strncpy(stmt->error_code, stmt->dbh->error_code, 6);
258 strncpy(stmt->error_code, stmt->dbh->error_code, 6);
H A Dpdo_stmt.c1688 if (stmt->error_code[0] == '\0') { in PHP_METHOD()
1692 RETURN_STRING(stmt->error_code, 1); in PHP_METHOD()
1711 add_next_index_string(return_value, stmt->error_code, 1); in PHP_METHOD()
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_statement.c464 strcpy(stmt->error_code, "HY093"); in pdo_mysql_stmt_param_hook()
482 strcpy(stmt->error_code, "HY093"); in pdo_mysql_stmt_param_hook()
629 strcpy(stmt->error_code, "HY000");
743 strcpy(stmt->error_code, "01004"); /* truncated */
/PHP-5.5/main/streams/
H A Dxp_socket.c645 xparam->outputs.error_code = err; in php_tcp_sockop_connect()
683 xparam->outputs.error_code = err; in php_tcp_sockop_connect()
718 &xparam->outputs.error_code in php_tcp_sockop_accept()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h260 unsigned char error_code; member
H A Dmysqlnd_wireprotocol.c1945 packet->error_code = uint1korr(p); in php_mysqlnd_prepare_read()
1949 if (ERROR_MARKER == packet->error_code) { in php_mysqlnd_prepare_read()
H A Dmysqlnd_ps.c301 if (0xFF == prepare_resp->error_code) { in mysqlnd_stmt_read_prepare_response()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c78 pdo_error_type *pdo_err = stmt ? &stmt->error_code : &dbh->error_code; in _pdo_pgsql_error()
274 strcpy(dbh->error_code, stmt->error_code); in pgsql_handle_preparer()
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c37 pdo_error_type *pdo_err = stmt ? &stmt->error_code : &dbh->error_code; in _pdo_sqlite_error()
/PHP-5.5/ext/oci8/
H A Doci8.c1675 sb4 error_code = 0; in php_oci_fetch_errmsg() local
1679 …PHP_OCI_CALL(OCIErrorGet, (error_handle, (ub4)1, NULL, &error_code, err_buf, (ub4)PHP_OCI_ERRBUF_L… in php_oci_fetch_errmsg()
1681 if (error_code) { in php_oci_fetch_errmsg()
1692 return error_code; in php_oci_fetch_errmsg()
2198 sb4 error_code = 0; in php_oci_connection_ping() local
2202 …OCIErrorGet(OCI_G(err), (ub4)1, NULL, &error_code, tmp_buf, (ub4)OCI_ERROR_MAXMSG_SIZE, (ub4)OCI_H… in php_oci_connection_ping()
2203 if (error_code == 1010) { in php_oci_connection_ping()
/PHP-5.5/ext/soap/
H A Dsoap.c75 char* _old_error_code = SOAP_GLOBAL(error_code);\
79 SOAP_GLOBAL(error_code) = "Server";\
84 SOAP_GLOBAL(error_code) = _old_error_code;\
90 char* _old_error_code = SOAP_GLOBAL(error_code);\
99 SOAP_GLOBAL(error_code) = "Client";\
125 SOAP_GLOBAL(error_code) = _old_error_code;\
579 soap_globals->error_code = NULL; in php_soap_init_globals()
605 SOAP_GLOBAL(error_code) = NULL; in PHP_RINIT_FUNCTION()
2162 char* code = SOAP_GLOBAL(error_code);
2214 !SOAP_GLOBAL(error_code) ||
[all …]
H A Dphp_sdl.c3193 char* old_error_code = SOAP_GLOBAL(error_code); in get_sdl()
3343 SOAP_GLOBAL(error_code) = "WSDL"; in get_sdl()
3350 SOAP_GLOBAL(error_code) = old_error_code; in get_sdl()
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c750 &xparam->outputs.error_code in php_openssl_tcp_sockop_accept()
903 xparam->outputs.returncode == 1 && xparam->outputs.error_code == EINPROGRESS))) in php_openssl_sockop_set_option()
/PHP-5.5/ext/pdo_odbc/
H A Dodbc_stmt.c525 strcpy(stmt->error_code, "HY106"); in odbc_stmt_fetch()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c4088 int error_code; local
4146 error_code = SetEnvironmentVariable(pe.key, value);
4148 if (error_code != 0
/PHP-5.5/
H A DNEWS4411 . Fixed bug #53963 (Ensure error_code is always set during some failed

Completed in 145 milliseconds

12