Home
last modified time | relevance | path

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

/PHP-8.2/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.phpt76 ["sqltext"]=>
89 ["sqltext"]=>
102 ["sqltext"]=>
H A Dpecl_bug16842.phpt53 ["sqltext"]=>
70 ["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.phpt110 ["sqltext"]=>
121 ["sqltext"]=>
132 ["sqltext"]=>
H A Derror.phpt42 ["sqltext"]=>
H A Dbug51291_2.phpt48 ["sqltext"]=>
/PHP-8.2/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.h428 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 27 milliseconds