Searched refs:SQLT_STR (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/ext/oci8/tests/ |
H A D | bind_unsupported_1.phpt | 18 "SQLT_STR" => SQLT_STR, 21 "SQLT_STR" => SQLT_STR, 42 Test - SQLT_STR
|
H A D | define2.phpt | 56 var_dump(oci_define_by_name($stmt, 'FILEIMAGE', $fi, SQLT_STR));
|
H A D | define3.phpt | 55 var_dump(oci_define_by_name($stmt, 'FILEIMAGE', $outdata, SQLT_STR));
|
/PHP-8.3/ext/oci8/ |
H A D | oci8.stub.php | 138 const SQLT_STR = UNKNOWN; define
|
H A D | oci8_statement.c | 1090 case SQLT_STR: in php_oci_bind_post_exec() 1642 case SQLT_STR: in php_oci_bind_array_by_name()
|
H A D | oci8_arginfo.h | 828 REGISTER_LONG_CONSTANT("SQLT_STR", SQLT_STR, CONST_PERSISTENT); in register_oci8_symbols()
|
Completed in 23 milliseconds