Home
last modified time | relevance | path

Searched refs:oci_define_by_name (Results 1 – 19 of 19) sorted by relevance

/PHP-8.2/ext/oci8/tests/
H A Ddefine1.phpt2 oci_define_by_name()
27 var_dump(oci_define_by_name($stmt, "STRING", $string, 20));
28 var_dump(oci_define_by_name($stmt, "STRING", $string, 20));
30 var_dump(oci_define_by_name($stmt, "", $string, 20));
55 oci_define_by_name(): Argument #2 ($column) cannot be empty
H A Dbind_misccoltypes.phpt146 oci_define_by_name($s, "ID", $ID);
147 oci_define_by_name($s, "CHAR_T", $CHAR_T);
148 oci_define_by_name($s, "CHAR_T10", $CHAR_T10);
150 oci_define_by_name($s, "NUMBER_T", $NUMBER_T);
151 oci_define_by_name($s, "NUMBER_T92", $NUMBER_T92);
152 oci_define_by_name($s, "NUMBER_T6", $NUMBER_T6);
153 oci_define_by_name($s, "DATE_T", $DATE_T);
155 oci_define_by_name($s, "FLOAT_T", $FLOAT_T);
158 oci_define_by_name($s, "DECIMAL_T", $DECIMAL_T);
159 oci_define_by_name($s, "INTEGER_T", $INTEGER_T);
[all …]
H A Ddefine6.phpt2 oci_define_by_name tests with REF CURSORs
43 oci_define_by_name($cursor1, 'ID', $id1);
57 oci_define_by_name($cursor2, 'ID', $id2);
69 oci_define_by_name($cursor3, 'ID', $id3);
81 oci_define_by_name($cursor4, 'ID', $id4);
93 oci_define_by_name($cursor5, 'ID', $id5);
106 oci_define_by_name($cursor6, 'ID', $id6);
H A Ddefine0.phpt2 oci_define_by_name()
29 oci_define_by_name($stmt, "STRING", $string, 20);
39 oci_define_by_name($s2, 'STRING', $string);
H A Ddefine2.phpt2 Test oci_define_by_name types
35 var_dump(oci_define_by_name($stmt, 'FILEIMAGE', $fi));
45 var_dump(oci_define_by_name($stmt, 'FILEIMAGE', $fi));
55 var_dump(oci_define_by_name($stmt, 'FILEIMAGE', $fi, SQLT_STR));
65 var_dump(oci_define_by_name($stmt, 'FILEIMAGE', $fi, SQLT_RSET));
H A Ddefine3.phpt2 Test oci_define_by_name() LOB descriptor
44 var_dump(oci_define_by_name($stmt, 'FILEIMAGE', $f));
54 var_dump(oci_define_by_name($stmt, 'FILEIMAGE', $outdata, SQLT_STR));
63 var_dump(oci_define_by_name($stmt, 'FILEIMAGE', $outdata, SQLT_BIN));
73 var_dump(oci_define_by_name($stmt, 'FILEIMAGE', $fid));
H A Ddefine.phpt2 oci_define_by_name()
27 oci_define_by_name($stmt, "STRING", $string, 20);
H A Ddefine5.phpt2 oci_define_by_name() for statement re-execution
26 var_dump(oci_define_by_name($stmt, "STRING", $string));
34 var_dump(oci_define_by_name($stmt, "STRING", $string));
H A Dbug42496_1.phpt34 oci_define_by_name($s, "C1", $col1);
35 oci_define_by_name($s, "C2", $col2);
H A Ddefine4.phpt2 oci_define_by_name() on partial number of columns
26 var_dump(oci_define_by_name($stmt, "STRING", $string));
H A Dbind_query.phpt37 oci_define_by_name($s, "ENAME", $ename, 20);
49 oci_define_by_name($s, "ENAME", $ename, 20);
H A Dlob_041.phpt29 oci_define_by_name($s, "C1", $desc);
40 oci_define_by_name($s, "C1", $desc);
H A Ddrcp_functions.inc52 oci_define_by_name($s2,'f1',$ret_num);
H A Drefcur_prefetch_3.phpt74 oci_define_by_name($s,"VALUE",$value);
H A Drefcur_prefetch_4.phpt139 oci_define_by_name($s,"VALUE",$value);
H A Drefcur_prefetch_2.phpt135 oci_define_by_name($s,"VALUE",$value);
/PHP-8.2/ext/oci8/
H A Doci8_arginfo.h552 ZEND_FUNCTION(oci_define_by_name);
635 ZEND_FE(oci_define_by_name, arginfo_oci_define_by_name)
636 ZEND_DEP_FALIAS(ocidefinebyname, oci_define_by_name, arginfo_ocidefinebyname)
H A Doci8.stub.php403 function oci_define_by_name($statement, string $column, mixed &$var, int $type = 0): bool {} function
H A Doci8_interface.c95 PHP_FUNCTION(oci_define_by_name) in PHP_FUNCTION() argument

Completed in 40 milliseconds