Home
last modified time | relevance | path

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

/PHP-5.5/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));
29 var_dump(oci_define_by_name($stmt, "", $string, 20));
30 var_dump(oci_define_by_name($stmt, ""));
53 Warning: oci_define_by_name(): Column name cannot be empty in %s on line %d
56 Warning: oci_define_by_name() expects at least 3 parameters, 2 given in %s on line %d
H A Dbind_misccoltypes.phpt147 oci_define_by_name($s, "ID", $ID);
148 oci_define_by_name($s, "CHAR_T", $CHAR_T);
149 oci_define_by_name($s, "CHAR_T10", $CHAR_T10);
151 oci_define_by_name($s, "NUMBER_T", $NUMBER_T);
152 oci_define_by_name($s, "NUMBER_T92", $NUMBER_T92);
153 oci_define_by_name($s, "NUMBER_T6", $NUMBER_T6);
154 oci_define_by_name($s, "DATE_T", $DATE_T);
156 oci_define_by_name($s, "FLOAT_T", $FLOAT_T);
159 oci_define_by_name($s, "DECIMAL_T", $DECIMAL_T);
160 oci_define_by_name($s, "INTEGER_T", $INTEGER_T);
[all …]
H A Ddefine6.phpt2 oci_define_by_name tests with REF CURSORs
41 oci_define_by_name($cursor1, 'ID', $id1);
55 oci_define_by_name($cursor2, 'ID', $id2);
67 oci_define_by_name($cursor3, 'ID', $id3);
79 oci_define_by_name($cursor4, 'ID', $id4);
91 oci_define_by_name($cursor5, 'ID', $id5);
104 oci_define_by_name($cursor6, 'ID', $id6);
H A Ddefine2.phpt2 Test oci_define_by_name types
33 var_dump(oci_define_by_name($stmt, 'FILEIMAGE', $fi));
43 var_dump(oci_define_by_name($stmt, 'FILEIMAGE', $fi));
53 var_dump(oci_define_by_name($stmt, 'FILEIMAGE', $fi, SQLT_STR));
63 var_dump(oci_define_by_name($stmt, 'FILEIMAGE', $fi, SQLT_RSET));
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 Ddefine3.phpt2 Test oci_define_by_name() LOB descriptor
42 var_dump(oci_define_by_name($stmt, 'FILEIMAGE', $f));
52 var_dump(oci_define_by_name($stmt, 'FILEIMAGE', $outdata, SQLT_STR));
61 var_dump(oci_define_by_name($stmt, 'FILEIMAGE', $outdata, SQLT_BIN));
71 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.phpt32 oci_define_by_name($s, "C1", $col1);
33 oci_define_by_name($s, "C2", $col2);
H A Dbind_query.phpt37 oci_define_by_name($s, "ENAME", $ename, 20);
49 oci_define_by_name($s, "ENAME", $ename, 20);
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 Dlob_041.phpt27 oci_define_by_name($s, "C1", $desc);
38 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.phpt66 oci_define_by_name($s,"VALUE",$value);
H A Drefcur_prefetch_4.phpt132 oci_define_by_name($s,"VALUE",$value);
H A Drefcur_prefetch_2.phpt128 oci_define_by_name($s,"VALUE",$value);
H A Dreflection1.phpt10 reflection::export(new reflectionfunction('oci_define_by_name'));
134 Function [ <internal%s> function oci_define_by_name ] {
/PHP-5.5/ext/oci8/
H A Doci8.c758 PHP_FUNCTION(oci_define_by_name);
842 PHP_FE(oci_define_by_name, arginfo_oci_define_by_name)
919 PHP_FALIAS(ocidefinebyname, oci_define_by_name, arginfo_oci_define_by_name)
H A Doci8_interface.c50 PHP_FUNCTION(oci_define_by_name) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS7880 - Fixed bug #39988 (type argument of oci_define_by_name() is ignored).

Completed in 73 milliseconds