Home
last modified time | relevance | path

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

/PHP-5.5/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 [%u|b%"sqltext"]=>
165 [%u|b%"sqltext"]=>
179 [%u|b%"sqltext"]=>
193 [%u|b%"sqltext"]=>
H A Dextauth_01.phpt152 [%u|b%"sqltext"]=>
166 [%u|b%"sqltext"]=>
180 [%u|b%"sqltext"]=>
194 [%u|b%"sqltext"]=>
H A Dextauth_02.phpt151 [%u|b%"sqltext"]=>
165 [%u|b%"sqltext"]=>
179 [%u|b%"sqltext"]=>
193 [%u|b%"sqltext"]=>
H A Derror1.phpt24 ["sqltext"]=>
H A Derror_parse.phpt110 ["sqltext"]=>
121 ["sqltext"]=>
132 ["sqltext"]=>
H A Derror_old.phpt40 ["sqltext"]=>
H A Derror.phpt40 ["sqltext"]=>
H A Dbug51291_2.phpt48 ["sqltext"]=>
/PHP-5.5/ext/oci8/
H A Doci8_interface.c1630 text *sqltext = NULL; local
1643 if (php_oci_fetch_sqltext_offset(statement, &sqltext, &error_offset TSRMLS_CC)) {
1684 add_assoc_string(return_value, "sqltext", sqltext ? (char *) sqltext : "", 1);
H A Doci8.c1699 int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset TS… in php_oci_fetch_sqltext_offset() argument
1703 *sqltext = NULL; in php_oci_fetch_sqltext_offset()
1705 …status, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (dvoid *) sqltext, (ub4 *)0, OCI_AT… in php_oci_fetch_sqltext_offset()

Completed in 46 milliseconds