Home
last modified time | relevance | path

Searched refs:errcode (Results 1 – 25 of 33) sorted by relevance

12

/PHP-8.2/ext/oci8/
H A Doci8_collection.c230 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_collection_create()
247 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_collection_size()
279 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_collection_trim()
300 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_collection_append_null()
323 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_collection_append_date()
339 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_collection_append_date()
364 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_collection_append_number()
380 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_collection_append_number()
402 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_collection_append_string()
418 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_collection_append_string()
[all …]
H A Doci8_lob.c73 OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus); in php_oci_lob_create()
74 PHP_OCI_HANDLE_ERROR(connection, OCI_G(errcode)); in php_oci_lob_create()
130 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_lob_get_length()
139 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_lob_get_length()
150 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_lob_get_length()
221 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_lob_calculate_buffer()
290 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_lob_read()
364 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_lob_read()
436 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_lob_write()
482 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_lob_set_buffering()
[all …]
H A Doci8.c299 OCI_G(errcode) = 0; in PHP_RINIT_FUNCTION()
642 if (errcode) { in php_oci_error()
653 if (errcode) { in php_oci_error()
661 if (errcode) { in php_oci_error()
687 return errcode; in php_oci_error()
1230 OCI_G(errcode) = error_code; in php_oci_connection_ping()
2054 if (OCI_G(errcode) != OCI_SUCCESS) { in php_oci_create_env()
2099 if (OCI_G(errcode) != OCI_SUCCESS) { in php_oci_old_create_session()
2486 return OCI_G(errcode); in php_oci_ping_init()
2493 return OCI_G(errcode); in php_oci_ping_init()
[all …]
H A Doci8_statement.c84 connection->errcode = php_oci_error(connection->err, errstatus); in php_oci_statement_create()
88 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_statement_create()
165 statement2->errcode = 0; in php_oci_get_implicit_resultset()
206 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_set_prefetch()
207 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_set_prefetch()
380 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_fetch()
381 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_fetch()
1065 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_bind_post_exec()
1076 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_bind_post_exec()
1948 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_bind_array_helper_date()
[all …]
H A Doci8_dtrace.d20 …probe oci8__check__connection(void *connection, char *client_id, int is_open, long errcode, unsign…
24 probe oci8__error(int status, long errcode);
H A Doci8_interface.c1504 sb4 errcode = 0; in PHP_FUNCTION() local
1518 errcode = statement->errcode; in PHP_FUNCTION()
1529 errcode = connection->errcode; in PHP_FUNCTION()
1536 errcode = connection->errcode; in PHP_FUNCTION()
1541 errcode = OCI_G(errcode); in PHP_FUNCTION()
1556 if (errcode) { in PHP_FUNCTION()
1558 add_assoc_long(return_value, "code", errcode); in PHP_FUNCTION()
1850 if (OCI_G(errcode) != OCI_SUCCESS) { in PHP_FUNCTION()
1851 php_oci_error(OCI_G(err), OCI_G(errcode)); in PHP_FUNCTION()
1880 if (OCI_G(errcode) != OCI_SUCCESS) { in PHP_FUNCTION()
[all …]
H A Dphp_oci8_int.h151 sb4 errcode; /* last ORA- error number */ member
228 sb4 errcode; /* last ORA- error number */ member
325 #define PHP_OCI_HANDLE_ERROR(connection, errcode) \ argument
328 switch (errcode) { \
367 php_oci_dtrace_check_connection(connection, errcode, serverStatus); \
439 void php_oci_dtrace_check_connection(php_oci_connection *connection, sb4 errcode, ub4 serverStatus);
516 sb4 errcode; /* global last ORA- error number. Used when connect fails, for example */
H A Doci8_failover.c143 connection->errcode = php_oci_error(connection->err, errstatus); in php_oci_register_taf_callback()
/PHP-8.2/ext/ldap/tests/
H A Dldap_bind_ext.phpt22 ldap_parse_result($link, $result, $errcode, $matcheddn, $errmsg, $referrals, $ctrls),
23 $errcode,
27 ldap_parse_result($link, $result, $errcode, $matcheddn, $errmsg, $referrals, $ctrls),
28 $errcode,
36 ldap_parse_result($link, $result, $errcode, $matcheddn, $errmsg, $referrals, $ctrls),
37 $errcode,
41 ldap_parse_result($link, $result, $errcode, $matcheddn, $errmsg, $referrals, $ctrls),
42 $errcode,
H A Dldap_search_sort_controls.phpt35 ldap_parse_result($link, $result, $errcode , $matcheddn , $errmsg , $referrals, $controls),
36 $errcode,
65 ldap_parse_result($link, $result, $errcode , $matcheddn , $errmsg , $referrals, $controls),
70 $controls[LDAP_CONTROL_VLVRESPONSE]['value']['errcode'],
146 ["errcode"]=>
201 ["errcode"]=>
H A Dldap_parse_result_basic.phpt22 $errcode = $dn = $errmsg = $refs = null;
24 ldap_parse_result($link, $result, $errcode, $dn, $errmsg, $refs),
25 $errcode, $dn, $errmsg, $refs
H A Dldap_mod_ext.phpt33 ldap_parse_result($link, $result, $errcode, $matcheddn, $errmsg, $referrals, $ctrls),
34 $errcode,
47 ldap_parse_result($link, $result, $errcode, $matcheddn, $errmsg, $referrals, $ctrls),
48 $errcode,
H A Dldap_add_ext.phpt26 ldap_parse_result($link, $result, $errcode, $matcheddn, $errmsg, $referrals, $ctrls),
27 $errcode,
H A Dldap_delete_ext.phpt31 ldap_parse_result($link, $result, $errcode, $matcheddn, $errmsg, $referrals, $ctrls),
32 $errcode,
H A Dldap_rename_ext.phpt28 ldap_parse_result($link, $result, $errcode, $matcheddn, $errmsg, $referrals, $ctrls),
29 $errcode,
H A Dldap_parse_result_controls.phpt25 ldap_parse_result($link, $result, $errcode, $dn, $errmsg, $refs, $ctrls),
/PHP-8.2/ext/json/
H A Djson_parser.y37 parser->scanner.errcode = PHP_JSON_ERROR_DEPTH; \
110 parser->scanner.errcode = PHP_JSON_ERROR_STATE_MISMATCH;
166 parser->scanner.errcode = PHP_JSON_ERROR_STATE_MISMATCH;
244 parser->scanner.errcode = PHP_JSON_ERROR_INVALID_PROPERTY_NAME; in php_json_parser_object_update()
267 if (!parser->scanner.errcode) { in php_json_yyerror()
268 parser->scanner.errcode = PHP_JSON_ERROR_SYNTAX; in php_json_yyerror()
274 return parser->scanner.errcode; in php_json_parser_error_code()
H A Djson_scanner.re203 s->errcode = PHP_JSON_ERROR_CTRL_CHAR;
215 s->errcode = PHP_JSON_ERROR_CTRL_CHAR;
219 s->errcode = PHP_JSON_ERROR_SYNTAX;
223 s->errcode = PHP_JSON_ERROR_UTF8;
228 s->errcode = PHP_JSON_ERROR_CTRL_CHAR;
248 s->errcode = PHP_JSON_ERROR_UTF16;
256 s->errcode = PHP_JSON_ERROR_SYNTAX;
285 s->errcode = PHP_JSON_ERROR_UTF8;
295 s->errcode = PHP_JSON_ERROR_UTF8;
360 s->errcode = PHP_JSON_ERROR_SYNTAX;
[all …]
H A Dphp_json_scanner.h37 php_json_error_code errcode; /* error type if there is an error */ member
/PHP-8.2/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h31 unsigned int errcode; member
76 extern int _pdo_pgsql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, int errcode, const char *sqlstate, co…
/PHP-8.2/ext/pdo_mysql/
H A Dmysql_driver.c61 einfo->errcode = mysql_stmt_errno(S->stmt); in _pdo_mysql_error()
63 einfo->errcode = mysql_errno(H->server); in _pdo_mysql_error()
74 if (einfo->errcode) { in _pdo_mysql_error()
75 if (einfo->errcode == 2014) { in _pdo_mysql_error()
90 } else if (einfo->errcode == 2057) { in _pdo_mysql_error()
116 pdo_throw_exception(einfo->errcode, einfo->errmsg, pdo_err); in _pdo_mysql_error()
119 PDO_DBG_RETURN(einfo->errcode); in _pdo_mysql_error()
138 if (einfo->errcode) { in pdo_mysql_fetch_error_func()
139 add_next_index_long(info, einfo->errcode); in pdo_mysql_fetch_error_func()
272 PDO_DBG_RETURN(H->einfo.errcode ? -1 : 0); in mysql_handle_doer()
[all …]
/PHP-8.2/ext/pdo_sqlite/
H A Dsqlite_driver.c37 einfo->errcode = sqlite3_errcode(H->db); in _pdo_sqlite_error()
41 if (einfo->errcode != SQLITE_OK) { in _pdo_sqlite_error()
50 switch (einfo->errcode) { in _pdo_sqlite_error()
78 pdo_throw_exception(einfo->errcode, einfo->errmsg, pdo_err); in _pdo_sqlite_error()
81 return einfo->errcode; in _pdo_sqlite_error()
90 if (einfo->errcode) { in pdo_sqlite_fetch_error_func()
91 add_next_index_long(info, einfo->errcode); in pdo_sqlite_fetch_error_func()
188 H->einfo.errcode = SQLITE_ERROR; in sqlite_handle_preparer()
798 H->einfo.errcode = 0; in pdo_sqlite_handle_factory()
H A Dphp_pdo_sqlite_int.h25 unsigned int errcode; member
/PHP-8.2/ext/pdo_oci/
H A Doci_driver.c47 if (einfo->errcode) { in pdo_oci_fetch_error_func()
48 add_next_index_long(info, einfo->errcode); in pdo_oci_fetch_error_func()
77 einfo->errcode = 0; in _oci_error()
92 OCIErrorGet(err, (ub4)1, NULL, &einfo->errcode, errbuf, (ub4)sizeof(errbuf), OCI_HTYPE_ERROR); in _oci_error()
97 OCIErrorGet(err, (ub4)1, NULL, &einfo->errcode, errbuf, (ub4)sizeof(errbuf), OCI_HTYPE_ERROR); in _oci_error()
123 if (einfo->errcode) { in _oci_error()
124 switch (einfo->errcode) { in _oci_error()
179 …zend_throw_exception_ex(php_pdo_get_exception(), einfo->errcode, "SQLSTATE[%s]: %s", *pdo_err, ein… in _oci_error()
182 return einfo->errcode; in _oci_error()
H A Dphp_pdo_oci_int.h22 sb4 errcode; member

Completed in 72 milliseconds

12