errcode          5088 ext/imap/php_imap.c PHP_IMAP_EXPORT long mm_diskerror(MAILSTREAM *stream, long errcode, long serious)
errcode            83 ext/json/json_parser.y 		parser->scanner.errcode = PHP_JSON_ERROR_DEPTH; \
errcode           116 ext/json/json_parser.y 				parser->scanner.errcode = PHP_JSON_ERROR_STATE_MISMATCH;
errcode           172 ext/json/json_parser.y 				parser->scanner.errcode = PHP_JSON_ERROR_STATE_MISMATCH;
errcode           241 ext/json/json_parser.y 	return parser->scanner.errcode;
errcode           264 ext/json/json_parser.y 			parser->scanner.errcode = PHP_JSON_ERROR_INVALID_PROPERTY_NAME;
errcode           301 ext/json/json_parser.y 	if (!parser->scanner.errcode) {
errcode           302 ext/json/json_parser.y 		parser->scanner.errcode = PHP_JSON_ERROR_SYNTAX;
errcode           241 ext/json/json_scanner.c 			s->errcode = PHP_JSON_ERROR_CTRL_CHAR;
errcode           248 ext/json/json_scanner.c 		s->errcode = PHP_JSON_ERROR_CTRL_CHAR;
errcode           271 ext/json/json_scanner.c 		s->errcode = PHP_JSON_ERROR_SYNTAX;
errcode           363 ext/json/json_scanner.c 		s->errcode = PHP_JSON_ERROR_UTF8;
errcode           616 ext/json/json_scanner.c 		s->errcode = PHP_JSON_ERROR_CTRL_CHAR;
errcode           676 ext/json/json_scanner.c 		s->errcode = PHP_JSON_ERROR_SYNTAX;
errcode           683 ext/json/json_scanner.c 		s->errcode = PHP_JSON_ERROR_UTF8;
errcode           913 ext/json/json_scanner.c 		s->errcode = PHP_JSON_ERROR_UTF16;
errcode          1082 ext/json/json_scanner.c 				s->errcode = PHP_JSON_ERROR_SYNTAX;
errcode            39 ext/json/php_json_scanner.h 	php_json_error_code errcode;    /* error type if there is an error */
errcode          2387 ext/ldap/ldap.c 	zval *link, *result, *errcode, *matcheddn, *errmsg, *referrals;
errcode          2394 ext/ldap/ldap.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rrz/|z/z/z/", &link, &result, &errcode, &matcheddn, &errmsg, &referrals) != SUCCESS) {
errcode          2417 ext/ldap/ldap.c 	zval_ptr_dtor(errcode);
errcode          2418 ext/ldap/ldap.c 	ZVAL_LONG(errcode, lerrcode);
errcode          3280 ext/ldap/ldap.c 	ZEND_ARG_INFO(1, errcode)
errcode           185 ext/mysqlnd/mysqlnd_net.c 	int errcode = 0;
errcode           207 ext/mysqlnd/mysqlnd_net.c 										  NULL /*ctx*/, &errstr, &errcode);
errcode           213 ext/mysqlnd/mysqlnd_net.c 		errcode = CR_CONNECTION_ERROR;
errcode          1299 ext/oci8/oci8.c 	OCI_G(errcode) = 0;
errcode          1640 ext/oci8/oci8.c 	sb4 errcode = 0; /* Oracle error number */
errcode          1646 ext/oci8/oci8.c 			errcode = php_oci_fetch_errmsg(err_p, errbuf, sizeof(errbuf));
errcode          1647 ext/oci8/oci8.c 			if (errcode) {
errcode          1657 ext/oci8/oci8.c 			errcode = php_oci_fetch_errmsg(err_p, errbuf, sizeof(errbuf));
errcode          1658 ext/oci8/oci8.c 			if (errcode) {
errcode          1665 ext/oci8/oci8.c 			errcode = php_oci_fetch_errmsg(err_p, errbuf, sizeof(errbuf));
errcode          1666 ext/oci8/oci8.c 			if (errcode) {
errcode          1688 ext/oci8/oci8.c 		DTRACE_OCI8_ERROR((int)errstatus, (long)errcode);
errcode          1692 ext/oci8/oci8.c 	return errcode;
errcode          1730 ext/oci8/oci8.c 		statement->errcode = php_oci_error(statement->err, errstatus);
errcode          1731 ext/oci8/oci8.c 		PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode          1738 ext/oci8/oci8.c 		statement->errcode = php_oci_error(statement->err, errstatus);
errcode          1739 ext/oci8/oci8.c 		PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode          2222 ext/oci8/oci8.c 	OCI_G(errcode) = 0;  		/* assume ping is successful */
errcode          2247 ext/oci8/oci8.c 		OCI_G(errcode) = error_code;
errcode          2287 ext/oci8/oci8.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode          2288 ext/oci8/oci8.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode          2291 ext/oci8/oci8.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode          2308 ext/oci8/oci8.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode          2309 ext/oci8/oci8.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode          2312 ext/oci8/oci8.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode          2503 ext/oci8/oci8.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode          2504 ext/oci8/oci8.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode          2507 ext/oci8/oci8.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode          2545 ext/oci8/oci8.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode          2546 ext/oci8/oci8.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode          2886 ext/oci8/oci8.c 		OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus);
errcode          2898 ext/oci8/oci8.c 		OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus);
errcode          2915 ext/oci8/oci8.c 		OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus);
errcode          2926 ext/oci8/oci8.c 			OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus);
errcode          2937 ext/oci8/oci8.c 		OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus);
errcode          2947 ext/oci8/oci8.c 		OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus);
errcode          2960 ext/oci8/oci8.c 		OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus);
errcode          3072 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIEnvNlsCreate, (&retenv, OCI_G(events) ? PHP_OCI_INIT_MODE | OCI_EVENTS : PHP_OCI_INIT_MODE, 0, NULL, NULL, NULL, 0, NULL, charsetid, charsetid));
errcode          3074 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3117 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->server), OCI_HTYPE_SERVER, 0, NULL));
errcode          3119 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3120 ext/oci8/oci8.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3126 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIServerAttach, (connection->server, OCI_G(err), (text *)dbname, dbname_len, (ub4) OCI_DEFAULT));
errcode          3128 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3129 ext/oci8/oci8.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3136 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->session), OCI_HTYPE_SESSION, 0, NULL));
errcode          3138 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3139 ext/oci8/oci8.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3145 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->err), OCI_HTYPE_ERROR, 0, NULL));
errcode          3147 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3148 ext/oci8/oci8.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3154 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->svc), OCI_HTYPE_SVCCTX, 0, NULL));
errcode          3156 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3157 ext/oci8/oci8.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3164 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) username, (ub4) username_len, (ub4) OCI_ATTR_USERNAME, OCI_G(err)));
errcode          3166 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3167 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3175 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) password, (ub4) password_len, (ub4) OCI_ATTR_PASSWORD, OCI_G(err)));
errcode          3177 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3178 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3187 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) OCI_G(edition), (ub4) (strlen(OCI_G(edition))), (ub4) OCI_ATTR_EDITION, OCI_G(err)));
errcode          3189 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3190 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3199 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) PHP_OCI8_DRIVER_NAME, (ub4) sizeof(PHP_OCI8_DRIVER_NAME)-1, (ub4) OCI_ATTR_DRIVER_NAME, OCI_G(err)));
errcode          3201 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3202 ext/oci8/oci8.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3209 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, (connection->svc, OCI_HTYPE_SVCCTX, connection->server, 0, OCI_ATTR_SERVER, OCI_G(err)));
errcode          3211 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3212 ext/oci8/oci8.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3218 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, (connection->svc, OCI_HTYPE_SVCCTX, connection->session, 0, OCI_ATTR_SESSION, OCI_G(err)));
errcode          3220 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3221 ext/oci8/oci8.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3228 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIPasswordChange, (connection->svc, OCI_G(err), (text *)username, username_len, (text *)password, password_len, (text *)new_password, new_password_len, OCI_AUTH));
errcode          3230 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3231 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3235 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)connection->svc, OCI_HTYPE_SVCCTX, (dvoid *)&(connection->session), (ub4 *)0, OCI_ATTR_SESSION, OCI_G(err)));
errcode          3237 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3238 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3254 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCISessionBegin, (connection->svc, OCI_G(err), connection->session, (ub4) cred_type, (ub4) session_mode));
errcode          3256 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3257 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3261 ext/oci8/oci8.c 			if (OCI_G(errcode) != OCI_SUCCESS_WITH_INFO) {
errcode          3270 ext/oci8/oci8.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3274 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX, (ub4 *) &statement_cache_size, 0, (ub4) OCI_ATTR_STMTCACHESIZE, OCI_G(err)));
errcode          3276 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3277 ext/oci8/oci8.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3333 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->err), OCI_HTYPE_ERROR, 0, NULL));
errcode          3335 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3336 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3343 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->authinfo), OCI_HTYPE_AUTHINFO, 0, NULL));
errcode          3345 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3346 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3352 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->authinfo,(ub4) OCI_HTYPE_SESSION, (dvoid *) OCI_G(connection_class), (ub4)(strlen(OCI_G(connection_class))), (ub4)OCI_ATTR_CONNECTION_CLASS, OCI_G(err)));
errcode          3354 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3355 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3364 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode),OCIAttrSet, ((dvoid *) connection->authinfo,(ub4) OCI_HTYPE_AUTHINFO, (dvoid *) &purity, (ub4)0, (ub4)OCI_ATTR_PURITY, OCI_G(err)));
errcode          3366 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3367 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3378 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)actual_spool->poolh, OCI_HTYPE_SPOOL, (dvoid *)&numopen, (ub4 *)0, OCI_ATTR_SPOOL_OPEN_COUNT, OCI_G(err)));
errcode          3379 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)actual_spool->poolh, OCI_HTYPE_SPOOL, (dvoid *)&numbusy, (ub4 *)0, OCI_ATTR_SPOOL_BUSY_COUNT, OCI_G(err)));
errcode          3394 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode),OCISessionGet, (connection->env, OCI_G(err), &(connection->svc), (OCIAuthInfo *)connection->authinfo, (OraText *)actual_spool->poolname, (ub4)actual_spool->poolname_len, NULL, 0, NULL, NULL, NULL, OCI_SESSGET_SPOOL));
errcode          3396 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3397 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3403 ext/oci8/oci8.c 			if (OCI_G(errcode) != OCI_SUCCESS_WITH_INFO) {
errcode          3409 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)connection->svc, OCI_HTYPE_SVCCTX, (dvoid *)&(connection->server), (ub4 *)0, OCI_ATTR_SERVER, OCI_G(err)));
errcode          3411 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)connection->svc, OCI_HTYPE_SVCCTX, (dvoid *)&(connection->session), (ub4 *)0, OCI_ATTR_SESSION, OCI_G(err)));
errcode          3414 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIContextGetValue, (connection->session, OCI_G(err), (ub1 *)"NEXT_PING", (ub1)sizeof("NEXT_PING"), (void **)&(connection->next_pingp)));
errcode          3415 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3416 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3423 ext/oci8/oci8.c 				php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3440 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX, (ub4 *) &statement_cache_size, 0, (ub4) OCI_ATTR_STMTCACHESIZE, OCI_G(err)));
errcode          3442 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3443 ext/oci8/oci8.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
errcode          3512 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIContextGetValue, (connection->session, errh, (ub1 *)"NEXT_PING", (ub1)sizeof("NEXT_PING"), (void **)&next_pingp));
errcode          3513 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3514 ext/oci8/oci8.c 		return OCI_G(errcode);
errcode          3519 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIMemoryAlloc, (connection->session, errh, (void **)&next_pingp, OCI_DURATION_SESSION, sizeof(time_t), OCI_MEMORY_CLEARED));
errcode          3520 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3521 ext/oci8/oci8.c 			return OCI_G(errcode);
errcode          3533 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIContextSetValue, (connection->session, errh, OCI_DURATION_SESSION, (ub1 *)"NEXT_PING", (ub1)sizeof("NEXT_PING"), next_pingp));
errcode          3534 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          3536 ext/oci8/oci8.c 		return OCI_G(errcode);
errcode          3550 ext/oci8/oci8.c void php_oci_dtrace_check_connection(php_oci_connection *connection, sb4 errcode, ub4 serverStatus)
errcode          3554 ext/oci8/oci8.c 		DTRACE_OCI8_CHECK_CONNECTION(connection, connection->client_id, connection->is_open ? 1 : 0, (long)errcode, (unsigned long)serverStatus);
errcode           226 ext/oci8/oci8_collection.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           235 ext/oci8/oci8_collection.c 	connection->errcode = php_oci_error(connection->err, errstatus);
errcode           236 ext/oci8/oci8_collection.c 	PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           252 ext/oci8/oci8_collection.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           253 ext/oci8/oci8_collection.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           256 ext/oci8/oci8_collection.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           285 ext/oci8/oci8_collection.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           288 ext/oci8/oci8_collection.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           306 ext/oci8/oci8_collection.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           309 ext/oci8/oci8_collection.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           328 ext/oci8/oci8_collection.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           329 ext/oci8/oci8_collection.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           344 ext/oci8/oci8_collection.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           345 ext/oci8/oci8_collection.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           349 ext/oci8/oci8_collection.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           369 ext/oci8/oci8_collection.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           370 ext/oci8/oci8_collection.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           385 ext/oci8/oci8_collection.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           386 ext/oci8/oci8_collection.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           390 ext/oci8/oci8_collection.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           407 ext/oci8/oci8_collection.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           408 ext/oci8/oci8_collection.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           423 ext/oci8/oci8_collection.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           424 ext/oci8/oci8_collection.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           428 ext/oci8/oci8_collection.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           488 ext/oci8/oci8_collection.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           503 ext/oci8/oci8_collection.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           504 ext/oci8/oci8_collection.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           523 ext/oci8/oci8_collection.c 				connection->errcode = php_oci_error(connection->err, errstatus);
errcode           524 ext/oci8/oci8_collection.c 				PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           565 ext/oci8/oci8_collection.c 				connection->errcode = php_oci_error(connection->err, errstatus);
errcode           566 ext/oci8/oci8_collection.c 				PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           597 ext/oci8/oci8_collection.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           598 ext/oci8/oci8_collection.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           601 ext/oci8/oci8_collection.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           620 ext/oci8/oci8_collection.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           621 ext/oci8/oci8_collection.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           637 ext/oci8/oci8_collection.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           638 ext/oci8/oci8_collection.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           642 ext/oci8/oci8_collection.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           662 ext/oci8/oci8_collection.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           663 ext/oci8/oci8_collection.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           679 ext/oci8/oci8_collection.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           680 ext/oci8/oci8_collection.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           684 ext/oci8/oci8_collection.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           701 ext/oci8/oci8_collection.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           702 ext/oci8/oci8_collection.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           718 ext/oci8/oci8_collection.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           719 ext/oci8/oci8_collection.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           723 ext/oci8/oci8_collection.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           779 ext/oci8/oci8_collection.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           780 ext/oci8/oci8_collection.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           783 ext/oci8/oci8_collection.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           799 ext/oci8/oci8_collection.c 			connection->errcode = php_oci_error(connection->err, errstatus);
errcode           800 ext/oci8/oci8_collection.c 			PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           802 ext/oci8/oci8_collection.c 			connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode          1636 ext/oci8/oci8_interface.c 	sb4 errcode = 0;
errcode          1649 ext/oci8/oci8_interface.c 			errcode = statement->errcode;
errcode          1660 ext/oci8/oci8_interface.c 			errcode = connection->errcode;
errcode          1667 ext/oci8/oci8_interface.c 			errcode = connection->errcode;
errcode          1672 ext/oci8/oci8_interface.c 		errcode = OCI_G(errcode);
errcode          1676 ext/oci8/oci8_interface.c 	if (errcode == 0) { /* no error set in the handle */
errcode          1685 ext/oci8/oci8_interface.c 	errcode = php_oci_fetch_errmsg(errh, errbuf, sizeof(errbuf));
errcode          1687 ext/oci8/oci8_interface.c 	if (errcode) {
errcode          1689 ext/oci8/oci8_interface.c 		add_assoc_long(return_value, "code", errcode);
errcode          1787 ext/oci8/oci8_interface.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode          1871 ext/oci8/oci8_interface.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode          1903 ext/oci8/oci8_interface.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode          1935 ext/oci8/oci8_interface.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode          1964 ext/oci8/oci8_interface.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) dbop_name, (ub4) dbop_name_len, (ub4) OCI_ATTR_DBOP, OCI_G(err)));
errcode          1966 ext/oci8/oci8_interface.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
errcode          1967 ext/oci8/oci8_interface.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
errcode            79 ext/oci8/oci8_lob.c 		OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus);
errcode            80 ext/oci8/oci8_lob.c 		PHP_OCI_HANDLE_ERROR(connection, OCI_G(errcode));
errcode            84 ext/oci8/oci8_lob.c 		OCI_G(errcode) = 0; /* retain backwards compat with OCI8 1.4 */
errcode           135 ext/oci8/oci8_lob.c 				connection->errcode = php_oci_error(connection->err, errstatus);
errcode           136 ext/oci8/oci8_lob.c 				PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           144 ext/oci8/oci8_lob.c 			connection->errcode = php_oci_error(connection->err, errstatus);
errcode           145 ext/oci8/oci8_lob.c 			PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           155 ext/oci8/oci8_lob.c 				connection->errcode = php_oci_error(connection->err, errstatus);
errcode           156 ext/oci8/oci8_lob.c 				PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           161 ext/oci8/oci8_lob.c 		connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           226 ext/oci8/oci8_lob.c 			connection->errcode = php_oci_error(connection->err, errstatus);
errcode           227 ext/oci8/oci8_lob.c 			PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           231 ext/oci8/oci8_lob.c 		connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           295 ext/oci8/oci8_lob.c 			connection->errcode = php_oci_error(connection->err, errstatus);
errcode           296 ext/oci8/oci8_lob.c 			PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           305 ext/oci8/oci8_lob.c 			connection->errcode = php_oci_error(connection->err, errstatus);
errcode           306 ext/oci8/oci8_lob.c 			PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           319 ext/oci8/oci8_lob.c 			connection->errcode = php_oci_error(connection->err, errstatus);
errcode           320 ext/oci8/oci8_lob.c 			PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           369 ext/oci8/oci8_lob.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           370 ext/oci8/oci8_lob.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           385 ext/oci8/oci8_lob.c 			connection->errcode = php_oci_error(connection->err, errstatus);
errcode           386 ext/oci8/oci8_lob.c 			PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           396 ext/oci8/oci8_lob.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           441 ext/oci8/oci8_lob.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           442 ext/oci8/oci8_lob.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           458 ext/oci8/oci8_lob.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           487 ext/oci8/oci8_lob.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           488 ext/oci8/oci8_lob.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           492 ext/oci8/oci8_lob.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           549 ext/oci8/oci8_lob.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           550 ext/oci8/oci8_lob.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           554 ext/oci8/oci8_lob.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           570 ext/oci8/oci8_lob.c 			connection->errcode = php_oci_error(connection->err, errstatus);
errcode           571 ext/oci8/oci8_lob.c 			PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           574 ext/oci8/oci8_lob.c 		connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           596 ext/oci8/oci8_lob.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           597 ext/oci8/oci8_lob.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           605 ext/oci8/oci8_lob.c 			connection->errcode = php_oci_error(connection->err, errstatus);
errcode           606 ext/oci8/oci8_lob.c 			PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           610 ext/oci8/oci8_lob.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           648 ext/oci8/oci8_lob.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           649 ext/oci8/oci8_lob.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           655 ext/oci8/oci8_lob.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           753 ext/oci8/oci8_lob.c 			connection->errcode = php_oci_error(connection->err, errstatus);
errcode           754 ext/oci8/oci8_lob.c 			PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           758 ext/oci8/oci8_lob.c 			connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           793 ext/oci8/oci8_lob.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           794 ext/oci8/oci8_lob.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           797 ext/oci8/oci8_lob.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           832 ext/oci8/oci8_lob.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           833 ext/oci8/oci8_lob.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           838 ext/oci8/oci8_lob.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           870 ext/oci8/oci8_lob.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           871 ext/oci8/oci8_lob.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           876 ext/oci8/oci8_lob.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           893 ext/oci8/oci8_lob.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           894 ext/oci8/oci8_lob.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           897 ext/oci8/oci8_lob.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           940 ext/oci8/oci8_lob.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           941 ext/oci8/oci8_lob.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           948 ext/oci8/oci8_lob.c 		connection->errcode = php_oci_error(connection->err, errstatus);
errcode           949 ext/oci8/oci8_lob.c 		PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           954 ext/oci8/oci8_lob.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode            51 ext/oci8/oci8_statement.c 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode            83 ext/oci8/oci8_statement.c 			connection->errcode = php_oci_error(connection->err, errstatus);
errcode            87 ext/oci8/oci8_statement.c 			PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode           158 ext/oci8/oci8_statement.c 		statement2->errcode = 0;
errcode           198 ext/oci8/oci8_statement.c 		statement->errcode = php_oci_error(statement->err, errstatus);
errcode           199 ext/oci8/oci8_statement.c 		PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode           204 ext/oci8/oci8_statement.c 	statement->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           255 ext/oci8/oci8_statement.c 	statement->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           370 ext/oci8/oci8_statement.c 	statement->errcode = php_oci_error(statement->err, errstatus);
errcode           371 ext/oci8/oci8_statement.c 	PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode           515 ext/oci8/oci8_statement.c 			statement->errcode = php_oci_error(statement->err, errstatus);
errcode           516 ext/oci8/oci8_statement.c 			PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode           519 ext/oci8/oci8_statement.c 			statement->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           543 ext/oci8/oci8_statement.c 			statement->errcode = php_oci_error(statement->err, errstatus);
errcode           544 ext/oci8/oci8_statement.c 			PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode           566 ext/oci8/oci8_statement.c 		statement->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           582 ext/oci8/oci8_statement.c 			statement->errcode = php_oci_error(statement->err, errstatus);
errcode           583 ext/oci8/oci8_statement.c 			PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode           602 ext/oci8/oci8_statement.c 				statement->errcode = php_oci_error(statement->err, errstatus);
errcode           603 ext/oci8/oci8_statement.c 				PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode           612 ext/oci8/oci8_statement.c 				statement->errcode = php_oci_error(statement->err, errstatus);
errcode           613 ext/oci8/oci8_statement.c 				PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode           622 ext/oci8/oci8_statement.c 				statement->errcode = php_oci_error(statement->err, errstatus);
errcode           623 ext/oci8/oci8_statement.c 				PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode           632 ext/oci8/oci8_statement.c 				statement->errcode = php_oci_error(statement->err, errstatus);
errcode           633 ext/oci8/oci8_statement.c 				PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode           642 ext/oci8/oci8_statement.c 				statement->errcode = php_oci_error(statement->err, errstatus);
errcode           643 ext/oci8/oci8_statement.c 				PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode           655 ext/oci8/oci8_statement.c 				statement->errcode = php_oci_error(statement->err, errstatus);
errcode           656 ext/oci8/oci8_statement.c 				PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode           665 ext/oci8/oci8_statement.c 				statement->errcode = php_oci_error(statement->err, errstatus);
errcode           666 ext/oci8/oci8_statement.c 				PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode           675 ext/oci8/oci8_statement.c 				statement->errcode = php_oci_error(statement->err, errstatus);
errcode           676 ext/oci8/oci8_statement.c 				PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode           811 ext/oci8/oci8_statement.c 				statement->errcode = php_oci_error(statement->err, errstatus);
errcode           812 ext/oci8/oci8_statement.c 				PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode           834 ext/oci8/oci8_statement.c 						statement->errcode = php_oci_error(statement->err, errstatus);
errcode           835 ext/oci8/oci8_statement.c 						PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode           841 ext/oci8/oci8_statement.c 		statement->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           862 ext/oci8/oci8_statement.c 			PHP_OCI_CALL(OCIStmtRelease, (statement->stmt, statement->err, NULL, 0, statement->errcode ? OCI_STRLS_CACHE_DELETE : OCI_DEFAULT));
errcode          1033 ext/oci8/oci8_statement.c 							connection->errcode = php_oci_error(connection->err, errstatus);
errcode          1034 ext/oci8/oci8_statement.c 							PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode          1037 ext/oci8/oci8_statement.c 							connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode          1044 ext/oci8/oci8_statement.c 							connection->errcode = php_oci_error(connection->err, errstatus);
errcode          1045 ext/oci8/oci8_statement.c 							PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode          1048 ext/oci8/oci8_statement.c 							connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode          1278 ext/oci8/oci8_statement.c 		statement->errcode = php_oci_error(statement->err, errstatus);
errcode          1279 ext/oci8/oci8_statement.c 		PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode          1296 ext/oci8/oci8_statement.c 			statement->errcode = php_oci_error(statement->err, errstatus);
errcode          1297 ext/oci8/oci8_statement.c 			PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode          1317 ext/oci8/oci8_statement.c 			statement->errcode = php_oci_error(statement->err, errstatus);
errcode          1318 ext/oci8/oci8_statement.c 			PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode          1323 ext/oci8/oci8_statement.c 	statement->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode          1531 ext/oci8/oci8_statement.c 		statement->errcode = php_oci_error(statement->err, errstatus);
errcode          1532 ext/oci8/oci8_statement.c 		PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode          1535 ext/oci8/oci8_statement.c 	statement->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode          1554 ext/oci8/oci8_statement.c 		statement->errcode = php_oci_error(statement->err, errstatus);
errcode          1555 ext/oci8/oci8_statement.c 		PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode          1558 ext/oci8/oci8_statement.c 	statement->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode          1662 ext/oci8/oci8_statement.c 		statement->errcode = php_oci_error(statement->err, errstatus);
errcode          1663 ext/oci8/oci8_statement.c 		PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode);
errcode          1676 ext/oci8/oci8_statement.c 	statement->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode          1868 ext/oci8/oci8_statement.c 				connection->errcode = php_oci_error(connection->err, errstatus);
errcode          1869 ext/oci8/oci8_statement.c 				PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode          1883 ext/oci8/oci8_statement.c 				connection->errcode = php_oci_error(connection->err, errstatus);
errcode          1884 ext/oci8/oci8_statement.c 				PHP_OCI_HANDLE_ERROR(connection, connection->errcode);
errcode          1890 ext/oci8/oci8_statement.c 		connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */
errcode           151 ext/oci8/php_oci8_int.h 	sb4				errcode;					/* last ORA- error number */
errcode           226 ext/oci8/php_oci8_int.h 	sb4					 errcode;				/* last ORA- error number */
errcode           322 ext/oci8/php_oci8_int.h #define PHP_OCI_HANDLE_ERROR(connection, errcode) \
errcode           325 ext/oci8/php_oci8_int.h 		switch (errcode) {						  \
errcode           362 ext/oci8/php_oci8_int.h 		php_oci_dtrace_check_connection(connection, errcode, serverStatus); \
errcode           434 ext/oci8/php_oci8_int.h void php_oci_dtrace_check_connection(php_oci_connection *connection, sb4 errcode, ub4 serverStatus);
errcode           511 ext/oci8/php_oci8_int.h 	sb4			 errcode;						/* global last ORA- error number. Used when connect fails, for example */
errcode           208 ext/pcre/pcrelib/pcreposix.c regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size)
errcode           213 ext/pcre/pcrelib/pcreposix.c message = (errcode >= (int)(sizeof(pstring)/sizeof(char *)))?
errcode           214 ext/pcre/pcrelib/pcreposix.c   "unknown error code" : pstring[errcode];
errcode            65 ext/pdo_mysql/mysql_driver.c 		einfo->errcode = mysql_stmt_errno(S->stmt);
errcode            67 ext/pdo_mysql/mysql_driver.c 		einfo->errcode = mysql_errno(H->server);
errcode            78 ext/pdo_mysql/mysql_driver.c 	if (einfo->errcode) {
errcode            79 ext/pdo_mysql/mysql_driver.c 		if (einfo->errcode == 2014) {
errcode            86 ext/pdo_mysql/mysql_driver.c 		} else if (einfo->errcode == 2057) {
errcode           108 ext/pdo_mysql/mysql_driver.c 		zend_throw_exception_ex(php_pdo_get_exception(), einfo->errcode, "SQLSTATE[%s] [%d] %s",
errcode           109 ext/pdo_mysql/mysql_driver.c 				*pdo_err, einfo->errcode, einfo->errmsg);
errcode           112 ext/pdo_mysql/mysql_driver.c 	PDO_DBG_RETURN(einfo->errcode);
errcode           131 ext/pdo_mysql/mysql_driver.c 	if (einfo->errcode) {
errcode           132 ext/pdo_mysql/mysql_driver.c 		add_next_index_long(info, einfo->errcode);
errcode           268 ext/pdo_mysql/mysql_driver.c 			PDO_DBG_RETURN(H->einfo.errcode ? -1 : 0);
errcode           579 ext/pdo_mysql/mysql_driver.c 	H->einfo.errcode = 0;
errcode            99 ext/pdo_mysql/php_pdo_mysql_int.h 	unsigned int errcode;
errcode            51 ext/pdo_oci/oci_driver.c 	if (einfo->errcode) {
errcode            52 ext/pdo_oci/oci_driver.c 		add_next_index_long(info, einfo->errcode);
errcode            83 ext/pdo_oci/oci_driver.c 	einfo->errcode = 0;
errcode            98 ext/pdo_oci/oci_driver.c 				OCIErrorGet(err, (ub4)1, NULL, &einfo->errcode, errbuf, (ub4)sizeof(errbuf), OCI_HTYPE_ERROR);
errcode           103 ext/pdo_oci/oci_driver.c 				OCIErrorGet(err, (ub4)1, NULL, &einfo->errcode, errbuf, (ub4)sizeof(errbuf), OCI_HTYPE_ERROR);
errcode           129 ext/pdo_oci/oci_driver.c 		if (einfo->errcode) {
errcode           130 ext/pdo_oci/oci_driver.c 			switch (einfo->errcode) {
errcode           191 ext/pdo_oci/oci_driver.c 		zend_throw_exception_ex(php_pdo_get_exception(), einfo->errcode, "SQLSTATE[%s]: %s", *pdo_err, einfo->errmsg);
errcode           194 ext/pdo_oci/oci_driver.c 	return einfo->errcode;
errcode            26 ext/pdo_oci/php_pdo_oci_int.h 	sb4 errcode;
errcode            77 ext/pdo_pgsql/pgsql_driver.c int _pdo_pgsql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, int errcode, const char *sqlstate, const char *msg, const char *file, int line) /* {{{ */
errcode            84 ext/pdo_pgsql/pgsql_driver.c 	einfo->errcode = errcode;
errcode           108 ext/pdo_pgsql/pgsql_driver.c 		zend_throw_exception_ex(php_pdo_get_exception(), einfo->errcode, "SQLSTATE[%s] [%d] %s",
errcode           109 ext/pdo_pgsql/pgsql_driver.c 				*pdo_err, einfo->errcode, einfo->errmsg);
errcode           112 ext/pdo_pgsql/pgsql_driver.c 	return errcode;
errcode           127 ext/pdo_pgsql/pgsql_driver.c 	if (einfo->errcode) {
errcode           128 ext/pdo_pgsql/pgsql_driver.c 		add_next_index_long(info, einfo->errcode);
errcode          1199 ext/pdo_pgsql/pgsql_driver.c 	H->einfo.errcode = 0;
errcode            35 ext/pdo_pgsql/php_pdo_pgsql_int.h 	unsigned int errcode;
errcode            82 ext/pdo_pgsql/php_pdo_pgsql_int.h extern int _pdo_pgsql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, int errcode, const char *sqlstate, const char *msg, const char *file, int line);
errcode            29 ext/pdo_sqlite/php_pdo_sqlite_int.h 	unsigned int errcode;
errcode            40 ext/pdo_sqlite/sqlite_driver.c 	einfo->errcode = sqlite3_errcode(H->db);
errcode            44 ext/pdo_sqlite/sqlite_driver.c 	if (einfo->errcode != SQLITE_OK) {
errcode            53 ext/pdo_sqlite/sqlite_driver.c 	switch (einfo->errcode) {
errcode            81 ext/pdo_sqlite/sqlite_driver.c 		zend_throw_exception_ex(php_pdo_get_exception(), einfo->errcode, "SQLSTATE[%s] [%d] %s",
errcode            82 ext/pdo_sqlite/sqlite_driver.c 				*pdo_err, einfo->errcode, einfo->errmsg);
errcode            85 ext/pdo_sqlite/sqlite_driver.c 	return einfo->errcode;
errcode            94 ext/pdo_sqlite/sqlite_driver.c 	if (einfo->errcode) {
errcode            95 ext/pdo_sqlite/sqlite_driver.c 		add_next_index_long(info, einfo->errcode);
errcode           191 ext/pdo_sqlite/sqlite_driver.c 		H->einfo.errcode = SQLITE_ERROR;
errcode           793 ext/pdo_sqlite/sqlite_driver.c 	H->einfo.errcode = 0;
errcode          26559 ext/sqlite3/libsqlite/sqlite3.c   int errcode,                    /* SQLite error code */
errcode          26602 ext/sqlite3/libsqlite/sqlite3.c   sqlite3_log(errcode,
errcode          26607 ext/sqlite3/libsqlite/sqlite3.c   return errcode;
errcode          35090 ext/sqlite3/libsqlite/sqlite3.c   int errcode,                    /* SQLite error code */
errcode          35101 ext/sqlite3/libsqlite/sqlite3.c   assert( errcode!=SQLITE_OK );
errcode          35105 ext/sqlite3/libsqlite/sqlite3.c   sqlite3_log(errcode,
errcode          35110 ext/sqlite3/libsqlite/sqlite3.c   return errcode;
errcode          101952 ext/sqlite3/libsqlite/sqlite3.c   int  (*errcode)(sqlite3*db);
errcode          102194 ext/sqlite3/libsqlite/sqlite3.c #define sqlite3_errcode                sqlite3_api->errcode
errcode            97 ext/sqlite3/libsqlite/sqlite3ext.h   int  (*errcode)(sqlite3*db);
errcode           339 ext/sqlite3/libsqlite/sqlite3ext.h #define sqlite3_errcode                sqlite3_api->errcode
errcode           187 ext/sqlite3/sqlite3.c 	int errcode;
errcode           197 ext/sqlite3/sqlite3.c             errcode = sqlite3_close(db_obj->db);
errcode           198 ext/sqlite3/sqlite3.c             if (errcode != SQLITE_OK) {
errcode           199 ext/sqlite3/sqlite3.c 			    php_sqlite3_error(db_obj, "Unable to close database: %d, %s", errcode, sqlite3_errmsg(db_obj->db));
errcode           465 ext/sqlite3/sqlite3.c 	int errcode;
errcode           485 ext/sqlite3/sqlite3.c 	errcode = sqlite3_prepare_v2(db_obj->db, ZSTR_VAL(sql), ZSTR_LEN(sql), &(stmt_obj->stmt), NULL);
errcode           486 ext/sqlite3/sqlite3.c 	if (errcode != SQLITE_OK) {
errcode           487 ext/sqlite3/sqlite3.c 		php_sqlite3_error(db_obj, "Unable to prepare statement: %d, %s", errcode, sqlite3_errmsg(db_obj->db));
errcode          1607 ext/sqlite3/sqlite3.c 	int errcode;
errcode          1630 ext/sqlite3/sqlite3.c 	errcode = sqlite3_prepare_v2(db_obj->db, ZSTR_VAL(sql), ZSTR_LEN(sql), &(stmt_obj->stmt), NULL);
errcode          1631 ext/sqlite3/sqlite3.c 	if (errcode != SQLITE_OK) {
errcode          1632 ext/sqlite3/sqlite3.c 		php_sqlite3_error(db_obj, "Unable to prepare statement: %d, %s", errcode, sqlite3_errmsg(db_obj->db));
errcode          1948 ext/standard/basic_functions.c 	ZEND_ARG_INFO(1, errcode)
errcode          1957 ext/standard/basic_functions.c 	ZEND_ARG_INFO(1, errcode)