Searched refs:SQLT_FLT (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/ext/oci8/tests/ |
H A D | bind_unsupported_1.phpt | 19 "SQLT_FLT" => SQLT_FLT, 47 Test - SQLT_FLT
|
H A D | array_bind_float.phpt | 2 oci_bind_array_by_name() and SQLT_FLT 58 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_FLT);
|
H A D | array_bind_float1.phpt | 2 oci_bind_array_by_name() and SQLT_FLT 58 oci_bind_array_by_name($statement, ":c1", $array, 10, 5, SQLT_FLT);
|
/PHP-8.2/ext/oci8/ |
H A D | oci8.stub.php | 148 const SQLT_FLT = UNKNOWN; define
|
H A D | oci8_statement.c | 1041 case SQLT_FLT: in php_oci_bind_post_exec() 1634 case SQLT_FLT: in php_oci_bind_array_by_name()
|
H A D | oci8_arginfo.h | 830 REGISTER_LONG_CONSTANT("SQLT_FLT", SQLT_FLT, CONST_PERSISTENT); in register_oci8_symbols()
|
/PHP-8.2/ext/pdo_oci/ |
H A D | oci_statement.c | 867 case SQLT_FLT : in oci_stmt_col_meta()
|
Completed in 26 milliseconds