diff options
-rwxr-xr-x | ext/sqlite/tests/sqlite_001.phpt | 2 | ||||
-rwxr-xr-x | ext/sqlite/tests/sqlite_002.phpt | 2 | ||||
-rwxr-xr-x | ext/sqlite/tests/sqlite_003.phpt | 2 | ||||
-rw-r--r-- | ext/sqlite/tests/sqlite_004.phpt | 2 | ||||
-rw-r--r-- | ext/sqlite/tests/sqlite_005.phpt | 2 | ||||
-rw-r--r-- | ext/sqlite/tests/sqlite_006.phpt | 2 | ||||
-rwxr-xr-x | ext/sqlite/tests/sqlite_007.phpt | 2 | ||||
-rwxr-xr-x | ext/sqlite/tests/sqlite_008.phpt | 2 | ||||
-rwxr-xr-x | ext/sqlite/tests/sqlite_009.phpt | 2 | ||||
-rwxr-xr-x | ext/sqlite/tests/sqlite_010.phpt | 2 |
10 files changed, 20 insertions, 0 deletions
diff --git a/ext/sqlite/tests/sqlite_001.phpt b/ext/sqlite/tests/sqlite_001.phpt index dc280a2e69..70059a3e59 100755 --- a/ext/sqlite/tests/sqlite_001.phpt +++ b/ext/sqlite/tests/sqlite_001.phpt @@ -1,5 +1,7 @@ --TEST-- sqlite: sqlite_open/close +--INI-- +sqlite.assoc_case=0 --SKIPIF-- <?php if (!extension_loaded("sqlite")) print "skip"; ?> --FILE-- diff --git a/ext/sqlite/tests/sqlite_002.phpt b/ext/sqlite/tests/sqlite_002.phpt index 537657d73c..d76b61687d 100755 --- a/ext/sqlite/tests/sqlite_002.phpt +++ b/ext/sqlite/tests/sqlite_002.phpt @@ -1,5 +1,7 @@ --TEST-- sqlite: Simple insert/select +--INI-- +sqlite.assoc_case=0 --SKIPIF-- <?php # vim:ft=php if (!extension_loaded("sqlite")) print "skip"; ?> diff --git a/ext/sqlite/tests/sqlite_003.phpt b/ext/sqlite/tests/sqlite_003.phpt index 4ae38b33d6..3e6cb3f04e 100755 --- a/ext/sqlite/tests/sqlite_003.phpt +++ b/ext/sqlite/tests/sqlite_003.phpt @@ -1,5 +1,7 @@ --TEST-- sqlite: Simple insert/select, different result represenatation +--INI-- +sqlite.assoc_case=0 --SKIPIF-- <?php if (!extension_loaded("sqlite")) print "skip"; ?> diff --git a/ext/sqlite/tests/sqlite_004.phpt b/ext/sqlite/tests/sqlite_004.phpt index a605573356..4005fc9030 100644 --- a/ext/sqlite/tests/sqlite_004.phpt +++ b/ext/sqlite/tests/sqlite_004.phpt @@ -1,5 +1,7 @@ --TEST-- sqlite: binary encoding +--INI-- +sqlite.assoc_case=0 --SKIPIF-- <?php # vim:ft=php if (!extension_loaded("sqlite")) print "skip"; ?> diff --git a/ext/sqlite/tests/sqlite_005.phpt b/ext/sqlite/tests/sqlite_005.phpt index 4f37c943c7..70a8232630 100644 --- a/ext/sqlite/tests/sqlite_005.phpt +++ b/ext/sqlite/tests/sqlite_005.phpt @@ -1,5 +1,7 @@ --TEST-- sqlite: aggregate functions +--INI-- +sqlite.assoc_case=0 --SKIPIF-- <?php # vim:ft=php if (!extension_loaded("sqlite")) print "skip"; ?> diff --git a/ext/sqlite/tests/sqlite_006.phpt b/ext/sqlite/tests/sqlite_006.phpt index e946f2d30b..b839a6e5c6 100644 --- a/ext/sqlite/tests/sqlite_006.phpt +++ b/ext/sqlite/tests/sqlite_006.phpt @@ -1,5 +1,7 @@ --TEST-- sqlite: regular functions +--INI-- +sqlite.assoc_case=0 --SKIPIF-- <?php # vim:ft=php if (!extension_loaded("sqlite")) print "skip"; ?> diff --git a/ext/sqlite/tests/sqlite_007.phpt b/ext/sqlite/tests/sqlite_007.phpt index b6174dbaca..c68e165a0c 100755 --- a/ext/sqlite/tests/sqlite_007.phpt +++ b/ext/sqlite/tests/sqlite_007.phpt @@ -1,5 +1,7 @@ --TEST-- sqlite: Simple insert/select (unbuffered) +--INI-- +sqlite.assoc_case=0 --SKIPIF-- <?php if (!extension_loaded("sqlite")) print "skip"; ?> 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"; ?> diff --git a/ext/sqlite/tests/sqlite_009.phpt b/ext/sqlite/tests/sqlite_009.phpt index b0f3d2fff6..990b6c68f3 100755 --- a/ext/sqlite/tests/sqlite_009.phpt +++ b/ext/sqlite/tests/sqlite_009.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"; ?> 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"; ?> |