Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/tests/
H A Dbug51291_1.phpt151 ["sqltext"]=>
162 ["sqltext"]=>
175 ["sqltext"]=>
187 ["sqltext"]=>
199 ["sqltext"]=>
210 ["sqltext"]=>
224 ["sqltext"]=>
237 ["sqltext"]=>
251 ["sqltext"]=>
265 ["sqltext"]=>
[all …]
H A Dbug42134.phpt74 ["sqltext"]=>
87 ["sqltext"]=>
100 ["sqltext"]=>
H A Dpecl_bug16842.phpt51 ["sqltext"]=>
68 ["sqltext"]=>
H A Dextauth_02.phpt147 ["sqltext"]=>
161 ["sqltext"]=>
175 ["sqltext"]=>
189 ["sqltext"]=>
H A Dextauth_03.phpt147 ["sqltext"]=>
161 ["sqltext"]=>
175 ["sqltext"]=>
189 ["sqltext"]=>
H A Dextauth_01.phpt147 ["sqltext"]=>
161 ["sqltext"]=>
175 ["sqltext"]=>
189 ["sqltext"]=>
H A Derror1.phpt24 ["sqltext"]=>
H A Derror_parse.phpt110 ["sqltext"]=>
121 ["sqltext"]=>
132 ["sqltext"]=>
H A Derror.phpt40 ["sqltext"]=>
H A Dbug51291_2.phpt46 ["sqltext"]=>
/PHP-8.0/ext/oci8/
H A Doci8_interface.c1507 text *sqltext = NULL; in PHP_FUNCTION() local
1520 if (php_oci_fetch_sqltext_offset(statement, &sqltext, &error_offset)) { in PHP_FUNCTION()
1562 add_assoc_string(return_value, "sqltext", sqltext ? (char *) sqltext : ""); in PHP_FUNCTION()
H A Dphp_oci8_int.h423 int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset);
H A Doci8.c832 int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset) in php_oci_fetch_sqltext_offset() argument
836 *sqltext = NULL; in php_oci_fetch_sqltext_offset()
838 …status, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (dvoid *) sqltext, (ub4 *)0, OCI_AT… in php_oci_fetch_sqltext_offset()

Completed in 31 milliseconds