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 091308c commit 8316ff2Copy full SHA for 8316ff2
ext/dba/tests/dba_handlers.phpt
@@ -37,12 +37,8 @@ echo "Test 2\n";
37
38
check(dba_handlers(false));
39
40
-echo "Test 3\n";
41
-
42
-check(dba_handlers(0));
43
44
-echo "Test 4 - full info\n";
45
-$h = dba_handlers(1);
+echo "Test 3 - full info\n";
+$h = dba_handlers(true);
46
foreach ($h as $key => $val) {
47
if ($key === "flatfile") {
48
echo "Success: flatfile enabled\n";
@@ -60,7 +56,5 @@ Test 1
60
56
Success: flatfile enabled
61
57
Test 2
62
58
63
-Test 3
64
-Success: flatfile enabled
65
-Test 4 - full info
59
+Test 3 - full info
66
0 commit comments