summaryrefslogtreecommitdiff
path: root/ext/dba/tests/dba_db4_018.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dba/tests/dba_db4_018.phpt')
-rw-r--r--ext/dba/tests/dba_db4_018.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/dba/tests/dba_db4_018.phpt b/ext/dba/tests/dba_db4_018.phpt
index ecd1980e46..fb696e9f5f 100644
--- a/ext/dba/tests/dba_db4_018.phpt
+++ b/ext/dba/tests/dba_db4_018.phpt
@@ -1,7 +1,7 @@
--TEST--
DBA DB4 with persistent connections
--SKIPIF--
-<?php
+<?php
$handler = "db4";
require_once(dirname(__FILE__) .'/skipif.inc');
die("info $HND handler used");
@@ -50,8 +50,8 @@ echo dba_fetch("key2", $db_file1), "\n";
?>
===DONE===
--CLEAN--
-<?php
- require(dirname(__FILE__) .'/clean.inc');
+<?php
+ require(dirname(__FILE__) .'/clean.inc');
?>
--XFAIL--
Test 6 crashes with dba pointer of NULL, bug http://bugs.php.net/bug.php?id=51278