diff options
| author | Marcus Boerger <helly@php.net> | 2003-05-01 13:29:11 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2003-05-01 13:29:11 +0000 |
| commit | a8c650d1b89bc992c0362b7f6c8e92a74191ab81 (patch) | |
| tree | eccfd31c90d830084a95b34887f463fbba674f63 /ext/sqlite/tests/sqlite_010.phpt | |
| parent | 2c2774c204564c20e7effa729a03441c66781bc2 (diff) | |
| download | php-git-a8c650d1b89bc992c0362b7f6c8e92a74191ab81.tar.gz | |
tests depend on ini option
Diffstat (limited to 'ext/sqlite/tests/sqlite_010.phpt')
| -rwxr-xr-x | ext/sqlite/tests/sqlite_010.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/sqlite/tests/sqlite_010.phpt b/ext/sqlite/tests/sqlite_010.phpt index d17b87a09d..493ac39463 100755 --- a/ext/sqlite/tests/sqlite_010.phpt +++ b/ext/sqlite/tests/sqlite_010.phpt @@ -1,5 +1,7 @@ --TEST-- sqlite: fetch all (unbuffered) +--INI-- +sqlite.assoc_case=0 --SKIPIF-- <?php # vim:ft=php if (!extension_loaded("sqlite")) print "skip"; ?> |
