error_offset     1721 ext/oci8/oci8.c int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset)
error_offset     1726 ext/oci8/oci8.c 	*error_offset = 0;
error_offset     1735 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub2 *)error_offset, (ub4 *)0, OCI_ATTR_PARSE_ERROR_OFFSET, statement->err));
error_offset     1638 ext/oci8/oci8_interface.c 	ub2 error_offset = 0;
error_offset     1651 ext/oci8/oci8_interface.c 			if (php_oci_fetch_sqltext_offset(statement, &sqltext, &error_offset)) {
error_offset     1692 ext/oci8/oci8_interface.c 		add_assoc_long(return_value, "offset", error_offset);
error_offset      423 ext/oci8/php_oci8_int.h int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset);