summaryrefslogtreecommitdiff
path: root/ext/sqlite/tests/sqlite_008.phpt
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-05-01 13:29:11 +0000
committerMarcus Boerger <helly@php.net>2003-05-01 13:29:11 +0000
commita8c650d1b89bc992c0362b7f6c8e92a74191ab81 (patch)
treeeccfd31c90d830084a95b34887f463fbba674f63 /ext/sqlite/tests/sqlite_008.phpt
parent2c2774c204564c20e7effa729a03441c66781bc2 (diff)
downloadphp-git-a8c650d1b89bc992c0362b7f6c8e92a74191ab81.tar.gz
tests depend on ini option
Diffstat (limited to 'ext/sqlite/tests/sqlite_008.phpt')
-rwxr-xr-xext/sqlite/tests/sqlite_008.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/sqlite/tests/sqlite_008.phpt b/ext/sqlite/tests/sqlite_008.phpt
index 3d6b459f97..7245d7ebd2 100755
--- a/ext/sqlite/tests/sqlite_008.phpt
+++ b/ext/sqlite/tests/sqlite_008.phpt
@@ -1,5 +1,7 @@
--TEST--
sqlite: fetch all
+--INI--
+sqlite.assoc_case=0
--SKIPIF--
<?php # vim:ft=php
if (!extension_loaded("sqlite")) print "skip"; ?>