Searched defs:errcode (Results 1 – 16 of 16) sorted by relevance
/PHP-7.2/ext/json/ |
H A D | php_json_scanner.h | 39 php_json_error_code errcode; /* error type if there is an error */ member
|
/PHP-7.2/ext/pcre/pcrelib/ |
H A D | pcreposix.c | 211 regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size) in regerror()
|
/PHP-7.2/ext/pdo_sqlite/ |
H A D | php_pdo_sqlite_int.h | 29 unsigned int errcode; member
|
/PHP-7.2/ext/oci8/ |
H A D | php_oci8_int.h | 149 sb4 errcode; /* last ORA- error number */ member 226 sb4 errcode; /* last ORA- error number */ member 322 #define PHP_OCI_HANDLE_ERROR(connection, errcode) \ argument
|
H A D | oci8.c | 1514 sb4 errcode = 0; /* Oracle error number */ in php_oci_error() local 3459 void php_oci_dtrace_check_connection(php_oci_connection *connection, sb4 errcode, ub4 serverStatus) in php_oci_dtrace_check_connection()
|
H A D | oci8_interface.c | 1712 sb4 errcode = 0; in PHP_FUNCTION() local
|
/PHP-7.2/ext/pdo_oci/ |
H A D | php_pdo_oci_int.h | 26 sb4 errcode; member
|
/PHP-7.2/ext/pdo_pgsql/ |
H A D | php_pdo_pgsql_int.h | 35 unsigned int errcode; member
|
H A D | pgsql_driver.c | 77 int _pdo_pgsql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, int errcode, const char *sqlstate, const cha… in _pdo_pgsql_error()
|
/PHP-7.2/ext/sqlite3/ |
H A D | sqlite3.c | 190 int errcode; in PHP_METHOD() local 474 int errcode; in PHP_METHOD() local 1695 int errcode; in PHP_METHOD() local
|
/PHP-7.2/ext/pdo_mysql/ |
H A D | php_pdo_mysql_int.h | 99 unsigned int errcode; member
|
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_vio.c | 165 int errcode = 0; in MYSQLND_METHOD() local
|
H A D | mysqlnd_net.c | 175 int errcode = 0; in MYSQLND_METHOD() local
|
/PHP-7.2/ext/ldap/ |
H A D | ldap.c | 2612 zval *link, *result, *errcode, *matcheddn, *errmsg, *referrals; in PHP_FUNCTION() local
|
/PHP-7.2/ext/imap/ |
H A D | php_imap.c | 5103 PHP_IMAP_EXPORT long mm_diskerror(MAILSTREAM *stream, long errcode, long serious) in mm_diskerror()
|
/PHP-7.2/ext/sqlite3/libsqlite/ |
H A D | sqlite3ext.h | 95 int (*errcode)(sqlite3*db); member
|
Completed in 74 milliseconds