Searched refs:error_offset (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/oci8/ |
H A D | oci8_interface.c | 1506 ub2 error_offset = 0; in PHP_FUNCTION() local 1520 if (php_oci_fetch_sqltext_offset(statement, &sqltext, &error_offset)) { in PHP_FUNCTION() 1561 add_assoc_long(return_value, "offset", error_offset); in PHP_FUNCTION()
|
H A D | php_oci8_int.h | 430 int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset);
|
H A D | oci8.c | 716 int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset) in php_oci_fetch_sqltext_offset() argument 721 *error_offset = 0; in php_oci_fetch_sqltext_offset() 730 …status, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub2 *)error_offset, (ub4 *)0, OCI_… in php_oci_fetch_sqltext_offset()
|
Completed in 17 milliseconds