Searched refs:oci_fetch_array (Results 1 – 25 of 82) sorted by relevance
1234
/PHP-8.0/ext/oci8/tests/ |
H A D | imp_res_get_4.phpt | 70 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS); 72 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS); 74 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS); 76 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS); 78 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS); 80 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS); 89 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS); 91 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS); 93 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS); 95 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS); [all …]
|
H A D | fetch_array.phpt | 2 oci_fetch_array() 41 while ($row = oci_fetch_array($s)) { 50 while ($row = oci_fetch_array($s, OCI_NUM)) { 59 while ($row = oci_fetch_array($s, OCI_ASSOC)) { 68 while ($row = oci_fetch_array($s, OCI_BOTH)) { 77 while ($row = oci_fetch_array($s, OCI_RETURN_LOBS)) { 86 while ($row = oci_fetch_array($s, OCI_RETURN_NULLS)) { 95 while ($row = oci_fetch_array($s, OCI_NUM+OCI_RETURN_NULLS)) {
|
H A D | imp_res_1.phpt | 85 echo "\nTest 5 - oci_fetch_array(OCI_ASSOC)\n"; 88 while (($row = oci_fetch_array($s, OCI_ASSOC)) != false) 91 echo "\nTest 6 - oci_fetch_array(OCI_NUM)\n"; 94 while (($row = oci_fetch_array($s, OCI_NUM)) != false) 97 echo "\nTest 7 - oci_fetch_array(OCI_BOTH)\n"; 100 while (($row = oci_fetch_array($s, OCI_BOTH)) != false) 289 Test 4 - oci_fetch_array(OCI_ASSOC+OCI_RETURN_NULLS) 345 Test 5 - oci_fetch_array(OCI_ASSOC) 399 Test 6 - oci_fetch_array(OCI_NUM) 453 Test 7 - oci_fetch_array(OCI_BOTH) [all …]
|
H A D | bug44206.phpt | 27 $result = oci_fetch_array($s, $mode); 30 oci_fetch_array($result['A'], $mode); 31 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 | 22 while ($row = oci_fetch_array($stmt, OCI_ASSOC+OCI_RETURN_NULLS)) { 30 while ($row = oci_fetch_array($stmt, OCI_ASSOC+OCI_RETURN_NULLS)) { 38 while ($row = oci_fetch_array($stmt, OCI_ASSOC+OCI_RETURN_NULLS)) {
|
H A D | statement_cache.phpt | 19 var_dump(oci_fetch_array($stmt)); 23 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 | 47 $row1 = oci_fetch_array($s); 53 $row2 = oci_fetch_array($s); 64 var_dump($row2 = oci_fetch_array($s, OCI_RETURN_LOBS));
|
H A D | bug36403.phpt | 35 $row = oci_fetch_array($s); 54 Warning: oci_fetch_array(): ORA-%r(24338|01002)%r: %sbug36403.php on line %d
|
H A D | imp_res_6.phpt | 56 $row = oci_fetch_array($s); 58 $row = oci_fetch_array($s, OCI_NUM); 60 $row = oci_fetch_array($s, OCI_ASSOC);
|
H A D | lob_018.phpt | 47 while ($row = oci_fetch_array($statement, OCI_ASSOC)) { 58 while ($row = oci_fetch_array($statement, OCI_ASSOC)) { 78 while ($row = oci_fetch_array($statement, OCI_ASSOC)) {
|
H A D | imp_res_get_2.phpt | 61 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS))) { 69 while (($row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS))) { 78 while (($row = oci_fetch_array($s3, OCI_ASSOC+OCI_RETURN_NULLS))) {
|
H A D | lob_027.phpt | 37 var_dump($row = oci_fetch_array($s)); 46 $row = oci_fetch_array($s); 61 $row = oci_fetch_array($s);
|
H A D | lob_035.phpt | 48 $row1 = oci_fetch_array($s); 54 $row2 = oci_fetch_array($s); 91 var_dump($row2 = oci_fetch_array($s, OCI_RETURN_LOBS));
|
H A D | lob_004.phpt | 39 var_dump($row = oci_fetch_array($s)); 50 $row = oci_fetch_array($s);
|
H A D | lob_026.phpt | 39 var_dump($row = oci_fetch_array($s)); 49 $row = oci_fetch_array($s);
|
H A D | select_null.phpt | 14 var_dump(oci_fetch_array($stmt, OCI_RETURN_NULLS));
|
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 | imp_res_get_close_1.phpt | 45 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) { 62 string(%d) "oci_fetch_array(): supplied resource is not a valid oci8 statement resource"
|
H A D | lob_043.phpt | 35 while (($row = oci_fetch_array($s, OCI_RETURN_NULLS+OCI_ASSOC+OCI_RETURN_LOBS)) !== false) { 47 while (($row = oci_fetch_array($s, OCI_RETURN_NULLS+OCI_ASSOC)) !== false) {
|
H A D | imp_res_get_close_2.phpt | 45 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) { 62 Warning: oci_fetch_array(): OCI_INVALID_HANDLE in %s on line %d
|
H A D | imp_res_close.phpt | 46 while (($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) != false) { 69 string(%d) "oci_fetch_array(): supplied resource is not a valid oci8 statement resource"
|
H A D | lob_022.phpt | 51 while ($row = oci_fetch_array($statement, OCI_ASSOC)) { 60 while ($row = oci_fetch_array($statement, OCI_ASSOC)) {
|
H A D | lob_001.phpt | 44 var_dump(oci_fetch_array($s, OCI_RETURN_LOBS)); 56 var_dump(oci_fetch_array($s, OCI_RETURN_LOBS));
|
Completed in 25 milliseconds
1234