Searched refs:oci_fetch_array (Results 1 – 25 of 81) sorted by relevance
1234
/PHP-8.2/ext/oci8/tests/ |
H A D | imp_res_get_4.phpt | 71 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS); 73 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS); 75 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS); 77 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS); 79 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS); 81 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS); 90 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS); 92 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS); 94 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS); 96 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS); [all …]
|
H A D | fetch_array.phpt | 2 oci_fetch_array() 43 while ($row = oci_fetch_array($s)) { 52 while ($row = oci_fetch_array($s, OCI_NUM)) { 61 while ($row = oci_fetch_array($s, OCI_ASSOC)) { 70 while ($row = oci_fetch_array($s, OCI_BOTH)) { 79 while ($row = oci_fetch_array($s, OCI_RETURN_LOBS)) { 88 while ($row = oci_fetch_array($s, OCI_RETURN_NULLS)) { 97 while ($row = oci_fetch_array($s, OCI_NUM+OCI_RETURN_NULLS)) {
|
H A D | imp_res_1.phpt | 86 echo "\nTest 5 - oci_fetch_array(OCI_ASSOC)\n"; 89 while (($row = oci_fetch_array($s, OCI_ASSOC)) != false) 92 echo "\nTest 6 - oci_fetch_array(OCI_NUM)\n"; 95 while (($row = oci_fetch_array($s, OCI_NUM)) != false) 98 echo "\nTest 7 - oci_fetch_array(OCI_BOTH)\n"; 101 while (($row = oci_fetch_array($s, OCI_BOTH)) != false) 290 Test 4 - oci_fetch_array(OCI_ASSOC+OCI_RETURN_NULLS) 346 Test 5 - oci_fetch_array(OCI_ASSOC) 400 Test 6 - oci_fetch_array(OCI_NUM) 454 Test 7 - oci_fetch_array(OCI_BOTH) [all …]
|
H A D | bug44206.phpt | 29 $result = oci_fetch_array($s, $mode); 32 oci_fetch_array($result['A'], $mode); 33 oci_fetch_array($result['B'], $mode);
|
H A D | exec_fetch.phpt | 14 var_dump(oci_fetch_array($stmt)); 22 Warning: oci_fetch_array(): ORA-24374: %s in %s on line %d
|
H A D | bug71422.phpt | 20 while ($row = oci_fetch_array($stmt, OCI_ASSOC+OCI_RETURN_NULLS)) { 28 while ($row = oci_fetch_array($stmt, OCI_ASSOC+OCI_RETURN_NULLS)) { 36 while ($row = oci_fetch_array($stmt, OCI_ASSOC+OCI_RETURN_NULLS)) {
|
H A D | statement_cache.phpt | 21 var_dump(oci_fetch_array($stmt)); 25 var_dump(oci_fetch_array($stmt));
|
H A D | dupcolnames.phpt | 30 while (($r = oci_fetch_array($s, OCI_ASSOC)) != false) { 38 while (($r = oci_fetch_array($s, OCI_NUM)) != false) { 46 while (($r = oci_fetch_array($s, OCI_ASSOC+OCI_NUM)) != false) {
|
H A D | lob_011.phpt | 49 $row1 = oci_fetch_array($s); 55 $row2 = oci_fetch_array($s); 66 var_dump($row2 = oci_fetch_array($s, OCI_RETURN_LOBS));
|
H A D | bug36403.phpt | 33 $row = oci_fetch_array($s); 52 Warning: oci_fetch_array(): ORA-%r(24338|01002)%r: %sbug36403.php on line %d
|
H A D | imp_res_6.phpt | 57 $row = oci_fetch_array($s); 59 $row = oci_fetch_array($s, OCI_NUM); 61 $row = oci_fetch_array($s, OCI_ASSOC);
|
H A D | lob_018.phpt | 49 while ($row = oci_fetch_array($statement, OCI_ASSOC)) { 60 while ($row = oci_fetch_array($statement, OCI_ASSOC)) { 80 while ($row = oci_fetch_array($statement, OCI_ASSOC)) {
|
H A D | imp_res_get_2.phpt | 62 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS))) { 70 while (($row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS))) { 79 while (($row = oci_fetch_array($s3, OCI_ASSOC+OCI_RETURN_NULLS))) {
|
H A D | lob_035.phpt | 50 $row1 = oci_fetch_array($s); 56 $row2 = oci_fetch_array($s); 93 var_dump($row2 = oci_fetch_array($s, OCI_RETURN_LOBS));
|
H A D | lob_027.phpt | 39 var_dump($row = oci_fetch_array($s)); 48 $row = oci_fetch_array($s); 63 $row = oci_fetch_array($s);
|
H A D | lob_004.phpt | 41 var_dump($row = oci_fetch_array($s)); 52 $row = oci_fetch_array($s);
|
H A D | lob_026.phpt | 41 var_dump($row = oci_fetch_array($s)); 51 $row = oci_fetch_array($s);
|
H A D | bind_rowid.phpt | 15 while ($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) { 36 $row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS);
|
H A D | select_null.phpt | 14 var_dump(oci_fetch_array($stmt, OCI_RETURN_NULLS));
|
H A D | imp_res_get_close_1.phpt | 46 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) { 63 string(%d) "oci_fetch_array(): supplied resource is not a valid oci8 statement resource"
|
H A D | imp_res_get_close_2.phpt | 46 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) { 63 Warning: oci_fetch_array(): OCI_INVALID_HANDLE in %s on line %d
|
H A D | lob_043.phpt | 37 while (($row = oci_fetch_array($s, OCI_RETURN_NULLS+OCI_ASSOC+OCI_RETURN_LOBS)) !== false) { 49 while (($row = oci_fetch_array($s, OCI_RETURN_NULLS+OCI_ASSOC)) !== false) {
|
H A D | imp_res_close.phpt | 47 while (($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) != false) { 70 string(%d) "oci_fetch_array(): supplied resource is not a valid oci8 statement resource"
|
H A D | lob_022.phpt | 53 while ($row = oci_fetch_array($statement, OCI_ASSOC)) { 62 while ($row = oci_fetch_array($statement, OCI_ASSOC)) {
|
H A D | lob_001.phpt | 46 var_dump(oci_fetch_array($s, OCI_RETURN_LOBS)); 58 var_dump(oci_fetch_array($s, OCI_RETURN_LOBS));
|
Completed in 21 milliseconds
1234