Home
last modified time | relevance | path

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

/PHP-8.3/ext/oci8/tests/
H A Dbug51291_1.phpt155 ["sqltext"]=>
166 ["sqltext"]=>
179 ["sqltext"]=>
191 ["sqltext"]=>
203 ["sqltext"]=>
214 ["sqltext"]=>
228 ["sqltext"]=>
241 ["sqltext"]=>
255 ["sqltext"]=>
269 ["sqltext"]=>
[all …]
H A Dbug42134.phpt77 ["sqltext"]=>
90 ["sqltext"]=>
103 ["sqltext"]=>
H A Dpecl_bug16842.phpt54 ["sqltext"]=>
71 ["sqltext"]=>
H A Dextauth_01.phpt152 ["sqltext"]=>
166 ["sqltext"]=>
180 ["sqltext"]=>
194 ["sqltext"]=>
H A Dextauth_02.phpt152 ["sqltext"]=>
166 ["sqltext"]=>
180 ["sqltext"]=>
194 ["sqltext"]=>
H A Dextauth_03.phpt152 ["sqltext"]=>
166 ["sqltext"]=>
180 ["sqltext"]=>
194 ["sqltext"]=>
H A Derror1.phpt24 ["sqltext"]=>
H A Derror_parse.phpt114 ["sqltext"]=>
125 ["sqltext"]=>
136 ["sqltext"]=>
H A Derror.phpt43 ["sqltext"]=>
H A Dbug51291_2.phpt49 ["sqltext"]=>
/PHP-8.3/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.h430 int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset);
H A Doci8.c716 int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset) in php_oci_fetch_sqltext_offset() argument
720 *sqltext = NULL; in php_oci_fetch_sqltext_offset()
722 …status, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (dvoid *) sqltext, (ub4 *)0, OCI_AT… in php_oci_fetch_sqltext_offset()

Completed in 43 milliseconds