From 88ec761548b66f58acc1a86cdd0fc164ca925476 Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Sun, 15 Oct 2006 21:09:28 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'. --- ext/sqlite/tests/sqlite_025.phpt | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100755 ext/sqlite/tests/sqlite_025.phpt (limited to 'ext/sqlite/tests/sqlite_025.phpt') diff --git a/ext/sqlite/tests/sqlite_025.phpt b/ext/sqlite/tests/sqlite_025.phpt deleted file mode 100755 index 0a257610cc..0000000000 --- a/ext/sqlite/tests/sqlite_025.phpt +++ /dev/null @@ -1,38 +0,0 @@ ---TEST-- -sqlite: sqlite_fetch_object in a loop ---INI-- -sqlite.assoc_case=0 ---SKIPIF-- - ---FILE-- - ---EXPECTF-- -object(stdClass)#1 (1) { - ["a"]=> - string(3) "one" -} -object(stdClass)#2 (1) { - ["a"]=> - string(3) "two" -} -object(stdClass)#1 (1) { - ["a"]=> - string(5) "three" -} \ No newline at end of file -- cgit v1.2.1