Searched refs:sqltext (Results 1 – 14 of 14) sorted by relevance
/PHP-7.0/ext/oci8/tests/ |
H A D | bug51291_1.phpt | 153 ["sqltext"]=> 164 ["sqltext"]=> 179 ["sqltext"]=> 194 ["sqltext"]=> 207 ["sqltext"]=> 218 ["sqltext"]=> 232 ["sqltext"]=> 245 ["sqltext"]=> 259 ["sqltext"]=> 273 ["sqltext"]=> [all …]
|
H A D | bug42134.phpt | 74 ["sqltext"]=> 87 ["sqltext"]=> 100 ["sqltext"]=>
|
H A D | pecl_bug16842.phpt | 53 ["sqltext"]=> 70 ["sqltext"]=>
|
H A D | extauth_02.phpt | 151 ["sqltext"]=> 165 ["sqltext"]=> 179 ["sqltext"]=> 193 ["sqltext"]=>
|
H A D | extauth_03.phpt | 151 ["sqltext"]=> 165 ["sqltext"]=> 179 ["sqltext"]=> 193 ["sqltext"]=>
|
H A D | extauth_01.phpt | 152 ["sqltext"]=> 166 ["sqltext"]=> 180 ["sqltext"]=> 194 ["sqltext"]=>
|
H A D | error1.phpt | 24 ["sqltext"]=>
|
H A D | error_parse.phpt | 110 ["sqltext"]=> 121 ["sqltext"]=> 132 ["sqltext"]=>
|
H A D | error_old.phpt | 40 ["sqltext"]=>
|
H A D | error.phpt | 40 ["sqltext"]=>
|
H A D | bug51291_2.phpt | 48 ["sqltext"]=>
|
/PHP-7.0/ext/oci8/ |
H A D | oci8_interface.c | 1665 text *sqltext = NULL; in PHP_FUNCTION() local 1677 if (php_oci_fetch_sqltext_offset(statement, &sqltext, &error_offset)) { in PHP_FUNCTION() 1719 add_assoc_string(return_value, "sqltext", sqltext ? (char *) sqltext : ""); in PHP_FUNCTION()
|
H A D | php_oci8_int.h | 423 int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset);
|
H A D | oci8.c | 1594 int php_oci_fetch_sqltext_offset(php_oci_statement *statement, text **sqltext, ub2 *error_offset) in php_oci_fetch_sqltext_offset() argument 1598 *sqltext = NULL; in php_oci_fetch_sqltext_offset() 1600 …status, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (dvoid *) sqltext, (ub4 *)0, OCI_AT… in php_oci_fetch_sqltext_offset()
|
Completed in 28 milliseconds