We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2e12c commit 9627568Copy full SHA for 9627568
tests/functions.inc
@@ -90,7 +90,7 @@ function array2sql_parts($data) {
90
}
91
92
function dump_rows($q) {
93
- while($row = ibase_fetch_row($q)){
+ while($row = ibase_fetch_assoc($q)){
94
var_dump($row);
95
96
tests/issue77_001.phpt
@@ -35,20 +35,20 @@ test77();
35
?>
36
--EXPECT--
37
array(2) {
38
- [0]=>
+ ["TTYPE"]=>
39
string(1) "1"
40
- [1]=>
+ ["F8"]=>
41
NULL
42
43
44
45
46
47
48
49
50
51
string(1) "2"
52
53
54
0 commit comments