summaryrefslogtreecommitdiff
path: root/ext/dba/tests/dba_cdb_read.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dba/tests/dba_cdb_read.phpt')
-rw-r--r--ext/dba/tests/dba_cdb_read.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dba/tests/dba_cdb_read.phpt b/ext/dba/tests/dba_cdb_read.phpt
index a782a572e9..9d65f8b732 100644
--- a/ext/dba/tests/dba_cdb_read.phpt
+++ b/ext/dba/tests/dba_cdb_read.phpt
@@ -1,7 +1,7 @@
--TEST--
DBA CDB handler test (read only)
--SKIPIF--
-<?php
+<?php
$handler = 'cdb_make';
require_once dirname(__FILE__) .'/skipif.inc';
?>
@@ -15,7 +15,7 @@ DBA CDB handler test (read only)
$a = dba_firstkey($db_file);
$count= 0;
$keys = $a;
- while($a) {
+ while($a) {
$a = dba_nextkey($db_file);
$keys .= $a;
$count++;