summaryrefslogtreecommitdiff
path: root/ext/dba/tests/bug65708.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dba/tests/bug65708.phpt')
-rw-r--r--ext/dba/tests/bug65708.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dba/tests/bug65708.phpt b/ext/dba/tests/bug65708.phpt
index 8bec60a543..dff291a39d 100644
--- a/ext/dba/tests/bug65708.phpt
+++ b/ext/dba/tests/bug65708.phpt
@@ -2,7 +2,7 @@
Bug #65708 (dba functions cast $key param to string in-place, bypassing copy on write)
--SKIPIF--
<?php
- require_once(__DIR__ .'/skipif.inc');
+ require_once(__DIR__ .'/skipif.inc');
?>
--FILE--
<?php
@@ -29,7 +29,7 @@ dba_close($db);
?>
--CLEAN--
<?php
- require(__DIR__ .'/clean.inc');
+ require(__DIR__ .'/clean.inc');
?>
--EXPECT--
integer