/PHP-8.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)); 30 var_dump(oci_define_by_name($stmt, "", $string, 20)); 55 oci_define_by_name(): Argument #2 ($column) cannot be empty
|
H A D | bind_misccoltypes.phpt | 146 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 D | define6.phpt | 2 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 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 | define2.phpt | 2 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 D | define3.phpt | 2 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 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 | 34 oci_define_by_name($s, "C1", $col1); 35 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 | 29 oci_define_by_name($s, "C1", $desc); 40 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);
|
/PHP-8.2/ext/oci8/ |
H A D | oci8_arginfo.h | 552 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 D | oci8.stub.php | 403 function oci_define_by_name($statement, string $column, mixed &$var, int $type = 0): bool {} function
|
H A D | oci8_interface.c | 95 PHP_FUNCTION(oci_define_by_name) in PHP_FUNCTION() argument
|