error_offset     1726 ext/oci8/oci8.c int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset TSRMLS_DC)
error_offset     1731 ext/oci8/oci8.c 	*error_offset = 0;
error_offset     1740 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     1611 ext/oci8/oci8_interface.c 	ub2 error_offset = 0;
error_offset     1624 ext/oci8/oci8_interface.c 			if (php_oci_fetch_sqltext_offset(statement, &sqltext, &error_offset TSRMLS_CC)) {
error_offset     1664 ext/oci8/oci8_interface.c 		add_assoc_long(return_value, "offset", error_offset);
error_offset      408 ext/oci8/php_oci8_int.h int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset TSRMLS_DC);