sqltext          1726 ext/oci8/oci8.c int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset TSRMLS_DC)
sqltext          1730 ext/oci8/oci8.c 	*sqltext = NULL;
sqltext          1732 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          1612 ext/oci8/oci8_interface.c 	text *sqltext = NULL;
sqltext          1624 ext/oci8/oci8_interface.c 			if (php_oci_fetch_sqltext_offset(statement, &sqltext, &error_offset TSRMLS_CC)) {
sqltext          1665 ext/oci8/oci8_interface.c 		add_assoc_string(return_value, "sqltext", sqltext ? (char *) sqltext : "", 1);
sqltext           408 ext/oci8/php_oci8_int.h int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset TSRMLS_DC);