sqltext          1721 ext/oci8/oci8.c int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset)
sqltext          1725 ext/oci8/oci8.c 	*sqltext = NULL;
sqltext          1727 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (dvoid *) sqltext, (ub4 *)0, OCI_ATTR_STATEMENT, statement->err));
sqltext          1639 ext/oci8/oci8_interface.c 	text *sqltext = NULL;
sqltext          1651 ext/oci8/oci8_interface.c 			if (php_oci_fetch_sqltext_offset(statement, &sqltext, &error_offset)) {
sqltext          1693 ext/oci8/oci8_interface.c 		add_assoc_string(return_value, "sqltext", sqltext ? (char *) sqltext : "");
sqltext           423 ext/oci8/php_oci8_int.h int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset);