/PHP-7.2/ext/oci8/tests/ |
H A D | define1.phpt | 2 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 D | bind_misccoltypes.phpt | 144 oci_define_by_name($s, "ID", $ID); 145 oci_define_by_name($s, "CHAR_T", $CHAR_T); 146 oci_define_by_name($s, "CHAR_T10", $CHAR_T10); 148 oci_define_by_name($s, "NUMBER_T", $NUMBER_T); 149 oci_define_by_name($s, "NUMBER_T92", $NUMBER_T92); 150 oci_define_by_name($s, "NUMBER_T6", $NUMBER_T6); 151 oci_define_by_name($s, "DATE_T", $DATE_T); 153 oci_define_by_name($s, "FLOAT_T", $FLOAT_T); 156 oci_define_by_name($s, "DECIMAL_T", $DECIMAL_T); 157 oci_define_by_name($s, "INTEGER_T", $INTEGER_T); [all …]
|
H A D | define6.phpt | 2 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 D | define2.phpt | 2 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 D | define0.phpt | 2 oci_define_by_name() 29 oci_define_by_name($stmt, "STRING", $string, 20); 39 oci_define_by_name($s2, 'STRING', $string);
|
H A D | define3.phpt | 2 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 D | define.phpt | 2 oci_define_by_name() 27 oci_define_by_name($stmt, "STRING", $string, 20);
|
H A D | define5.phpt | 2 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 D | bug42496_1.phpt | 32 oci_define_by_name($s, "C1", $col1); 33 oci_define_by_name($s, "C2", $col2);
|
H A D | define4.phpt | 2 oci_define_by_name() on partial number of columns 26 var_dump(oci_define_by_name($stmt, "STRING", $string));
|
H A D | bind_query.phpt | 37 oci_define_by_name($s, "ENAME", $ename, 20); 49 oci_define_by_name($s, "ENAME", $ename, 20);
|
H A D | lob_041.phpt | 27 oci_define_by_name($s, "C1", $desc); 38 oci_define_by_name($s, "C1", $desc);
|
H A D | drcp_functions.inc | 52 oci_define_by_name($s2,'f1',$ret_num);
|
H A D | refcur_prefetch_3.phpt | 74 oci_define_by_name($s,"VALUE",$value);
|
H A D | refcur_prefetch_4.phpt | 139 oci_define_by_name($s,"VALUE",$value);
|
H A D | refcur_prefetch_2.phpt | 135 oci_define_by_name($s,"VALUE",$value);
|
H A D | reflection1.phpt | 10 reflection::export(new reflectionfunction('oci_define_by_name')); 135 Function [ <internal%s> function oci_define_by_name ] {
|
/PHP-7.2/ext/oci8/ |
H A D | oci8.c | 638 PHP_FUNCTION(oci_define_by_name); 722 PHP_FE(oci_define_by_name, arginfo_oci_define_by_name) 804 PHP_FALIAS(ocidefinebyname, oci_define_by_name, arginfo_oci_define_by_name)
|
H A D | oci8_interface.c | 122 PHP_FUNCTION(oci_define_by_name) in PHP_FUNCTION() argument
|