Home
last modified time | relevance | path

Searched refs:SQLT_LNG (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/oci8/tests/
H A Dbug72524.phpt54 echo "Test 4 - P1 Value: NULL P1 Length: -1 P1 Type: SQLT_LNG P2 Value: NULL P2 Length: -1 …
57 oci_bind_by_name($stmt, ':clob_col', $clob, -1, SQLT_LNG);
58 oci_bind_by_name($stmt, ':varchar2_col', $varchar2, -1, SQLT_LNG);
62 echo "Test 5 - P1 Value: NULL P1 Length: 0 P1 Type: SQLT_LNG P2 Value: NULL P2 Length: 0 …
65 oci_bind_by_name($stmt, ':clob_col', $clob, 0, SQLT_LNG);
66 oci_bind_by_name($stmt, ':varchar2_col', $varchar2, 0, SQLT_LNG);
87 Test 4 - P1 Value: NULL P1 Length: -1 P1 Type: SQLT_LNG P2 Value: NULL P2 Length: -1 P…
91 Test 5 - P1 Value: NULL P1 Length: 0 P1 Type: SQLT_LNG P2 Value: NULL P2 Length: 0 P…
H A Dbind_long.phpt29 oci_bind_by_name( $stmt, ":filetxt", $filetxt, -1, SQLT_LNG);
47 oci_bind_by_name( $stmt, ":filetxt", $filetxt, -1, SQLT_LNG);
/PHP-8.2/ext/oci8/
H A Doci8_statement.c726 case SQLT_LNG: in php_oci_statement_execute()
969 case SQLT_LNG: in php_oci_bind_pre_exec()
1030 case SQLT_LNG: in php_oci_bind_post_exec()
1195 case SQLT_LNG: in php_oci_bind_by_name()
1208 if (type == SQLT_LNG) { in php_oci_bind_by_name()
1630 case SQLT_LNG: in php_oci_bind_array_by_name()
H A Doci8.stub.php158 const SQLT_LNG = UNKNOWN; define
H A Doci8_interface.c1060 if (column->data_type == SQLT_LNG){ in PHP_FUNCTION()
1136 case SQLT_LNG: in PHP_FUNCTION()
H A Doci8_arginfo.h832 REGISTER_LONG_CONSTANT("SQLT_LNG", SQLT_LNG, CONST_PERSISTENT); in register_oci8_symbols()
/PHP-8.2/ext/pdo_oci/
H A Doci_statement.c551 case SQLT_LNG: in oci_stmt_describe()
878 case SQLT_LNG: in oci_stmt_col_meta()

Completed in 25 milliseconds