Home
last modified time | relevance | path

Searched refs:sqltext (Results 1 – 14 of 14) sorted by relevance

/PHP-7.4/ext/oci8/tests/
H A Dbug51291_1.phpt153 ["sqltext"]=>
164 ["sqltext"]=>
179 ["sqltext"]=>
194 ["sqltext"]=>
207 ["sqltext"]=>
218 ["sqltext"]=>
232 ["sqltext"]=>
245 ["sqltext"]=>
259 ["sqltext"]=>
273 ["sqltext"]=>
[all …]
H A Dbug42134.phpt74 ["sqltext"]=>
87 ["sqltext"]=>
100 ["sqltext"]=>
H A Dpecl_bug16842.phpt53 ["sqltext"]=>
70 ["sqltext"]=>
H A Dextauth_03.phpt151 ["sqltext"]=>
165 ["sqltext"]=>
179 ["sqltext"]=>
193 ["sqltext"]=>
H A Dextauth_01.phpt152 ["sqltext"]=>
166 ["sqltext"]=>
180 ["sqltext"]=>
194 ["sqltext"]=>
H A Dextauth_02.phpt151 ["sqltext"]=>
165 ["sqltext"]=>
179 ["sqltext"]=>
193 ["sqltext"]=>
H A Derror1.phpt24 ["sqltext"]=>
H A Derror_parse.phpt110 ["sqltext"]=>
121 ["sqltext"]=>
132 ["sqltext"]=>
H A Derror.phpt40 ["sqltext"]=>
H A Derror_old.phpt40 ["sqltext"]=>
H A Dbug51291_2.phpt48 ["sqltext"]=>
/PHP-7.4/ext/oci8/
H A Doci8_interface.c1720 text *sqltext = NULL; in PHP_FUNCTION() local
1733 if (php_oci_fetch_sqltext_offset(statement, &sqltext, &error_offset)) { in PHP_FUNCTION()
1775 add_assoc_string(return_value, "sqltext", sqltext ? (char *) sqltext : ""); in PHP_FUNCTION()
H A Dphp_oci8_int.h425 int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset);
H A Doci8.c1595 int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset) in php_oci_fetch_sqltext_offset() argument
1599 *sqltext = NULL; in php_oci_fetch_sqltext_offset()
1601 …status, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (dvoid *) sqltext, (ub4 *)0, OCI_AT… in php_oci_fetch_sqltext_offset()

Completed in 30 milliseconds