Searched refs:oci_fetch_array (Results 1 – 25 of 81) sorted by relevance
1234
/PHP-8.3/ext/oci8/tests/ |
H A D | imp_res_get_4.phpt | 72 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS); 74 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS); 76 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS); 78 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS); 80 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS); 82 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS); 91 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS); 93 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS); 95 $row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS); 97 $row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS); [all …]
|
H A D | fetch_array.phpt | 2 oci_fetch_array() 44 while ($row = oci_fetch_array($s)) { 53 while ($row = oci_fetch_array($s, OCI_NUM)) { 62 while ($row = oci_fetch_array($s, OCI_ASSOC)) { 71 while ($row = oci_fetch_array($s, OCI_BOTH)) { 80 while ($row = oci_fetch_array($s, OCI_RETURN_LOBS)) { 89 while ($row = oci_fetch_array($s, OCI_RETURN_NULLS)) { 98 while ($row = oci_fetch_array($s, OCI_NUM+OCI_RETURN_NULLS)) {
|
H A D | imp_res_1.phpt | 87 echo "\nTest 5 - oci_fetch_array(OCI_ASSOC)\n"; 90 while (($row = oci_fetch_array($s, OCI_ASSOC)) != false) 93 echo "\nTest 6 - oci_fetch_array(OCI_NUM)\n"; 96 while (($row = oci_fetch_array($s, OCI_NUM)) != false) 99 echo "\nTest 7 - oci_fetch_array(OCI_BOTH)\n"; 102 while (($row = oci_fetch_array($s, OCI_BOTH)) != false) 291 Test 4 - oci_fetch_array(OCI_ASSOC+OCI_RETURN_NULLS) 347 Test 5 - oci_fetch_array(OCI_ASSOC) 401 Test 6 - oci_fetch_array(OCI_NUM) 455 Test 7 - oci_fetch_array(OCI_BOTH) [all …]
|
H A D | bug44206.phpt | 30 $result = oci_fetch_array($s, $mode); 33 oci_fetch_array($result['A'], $mode); 34 oci_fetch_array($result['B'], $mode);
|
H A D | exec_fetch.phpt | 18 var_dump(oci_fetch_array($stmt)); 26 Warning: oci_fetch_array(): ORA-24374: %s in %s on line %d
|
H A D | bug71422.phpt | 24 while ($row = oci_fetch_array($stmt, OCI_ASSOC+OCI_RETURN_NULLS)) { 32 while ($row = oci_fetch_array($stmt, OCI_ASSOC+OCI_RETURN_NULLS)) { 40 while ($row = oci_fetch_array($stmt, OCI_ASSOC+OCI_RETURN_NULLS)) {
|
H A D | dupcolnames.phpt | 34 while (($r = oci_fetch_array($s, OCI_ASSOC)) != false) { 42 while (($r = oci_fetch_array($s, OCI_NUM)) != false) { 50 while (($r = oci_fetch_array($s, OCI_ASSOC+OCI_NUM)) != false) {
|
H A D | statement_cache.phpt | 22 var_dump(oci_fetch_array($stmt)); 26 var_dump(oci_fetch_array($stmt));
|
H A D | lob_011.phpt | 50 $row1 = oci_fetch_array($s); 56 $row2 = oci_fetch_array($s); 67 var_dump($row2 = oci_fetch_array($s, OCI_RETURN_LOBS));
|
H A D | bug36403.phpt | 37 $row = oci_fetch_array($s); 56 Warning: oci_fetch_array(): ORA-%r(24338|01002)%r: %sbug36403.php on line %d
|
H A D | imp_res_6.phpt | 58 $row = oci_fetch_array($s); 60 $row = oci_fetch_array($s, OCI_NUM); 62 $row = oci_fetch_array($s, OCI_ASSOC);
|
H A D | lob_018.phpt | 50 while ($row = oci_fetch_array($statement, OCI_ASSOC)) { 61 while ($row = oci_fetch_array($statement, OCI_ASSOC)) { 81 while ($row = oci_fetch_array($statement, OCI_ASSOC)) {
|
H A D | lob_027.phpt | 40 var_dump($row = oci_fetch_array($s)); 49 $row = oci_fetch_array($s); 64 $row = oci_fetch_array($s);
|
H A D | lob_035.phpt | 51 $row1 = oci_fetch_array($s); 57 $row2 = oci_fetch_array($s); 94 var_dump($row2 = oci_fetch_array($s, OCI_RETURN_LOBS));
|
H A D | imp_res_get_2.phpt | 63 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS))) { 71 while (($row = oci_fetch_array($s2, OCI_ASSOC+OCI_RETURN_NULLS))) { 80 while (($row = oci_fetch_array($s3, OCI_ASSOC+OCI_RETURN_NULLS))) {
|
H A D | bind_rowid.phpt | 19 while ($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) { 40 $row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS);
|
H A D | imp_res_get_close_1.phpt | 47 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) { 64 string(%d) "oci_fetch_array(): supplied resource is not a valid oci8 statement resource"
|
H A D | imp_res_get_close_2.phpt | 47 while (($row = oci_fetch_array($s1, OCI_ASSOC+OCI_RETURN_NULLS)) != false) { 64 Warning: oci_fetch_array(): OCI_INVALID_HANDLE in %s on line %d
|
H A D | lob_004.phpt | 42 var_dump($row = oci_fetch_array($s)); 53 $row = oci_fetch_array($s);
|
H A D | lob_026.phpt | 42 var_dump($row = oci_fetch_array($s)); 52 $row = oci_fetch_array($s);
|
H A D | lob_043.phpt | 38 while (($row = oci_fetch_array($s, OCI_RETURN_NULLS+OCI_ASSOC+OCI_RETURN_LOBS)) !== false) { 50 while (($row = oci_fetch_array($s, OCI_RETURN_NULLS+OCI_ASSOC)) !== false) {
|
H A D | select_null.phpt | 18 var_dump(oci_fetch_array($stmt, OCI_RETURN_NULLS));
|
H A D | imp_res_close.phpt | 48 while (($row = oci_fetch_array($s, OCI_ASSOC+OCI_RETURN_NULLS)) != false) { 71 string(%d) "oci_fetch_array(): supplied resource is not a valid oci8 statement resource"
|
H A D | lob_001.phpt | 47 var_dump(oci_fetch_array($s, OCI_RETURN_LOBS)); 59 var_dump(oci_fetch_array($s, OCI_RETURN_LOBS));
|
H A D | lob_022.phpt | 54 while ($row = oci_fetch_array($statement, OCI_ASSOC)) { 63 while ($row = oci_fetch_array($statement, OCI_ASSOC)) {
|
Completed in 51 milliseconds
1234