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_024.phpt | 76 ---------------------------------------- 1 file changed, 76 deletions(-) delete mode 100755 ext/sqlite/tests/sqlite_024.phpt (limited to 'ext/sqlite/tests/sqlite_024.phpt') diff --git a/ext/sqlite/tests/sqlite_024.phpt b/ext/sqlite/tests/sqlite_024.phpt deleted file mode 100755 index b7198c0155..0000000000 --- a/ext/sqlite/tests/sqlite_024.phpt +++ /dev/null @@ -1,76 +0,0 @@ ---TEST-- -sqlite: sqlite_fetch_object ---INI-- -sqlite.assoc_case=0 ---SKIPIF-- - ---FILE-- - ---EXPECTF-- -====class24==== -class24::__construct -object(class24)#%d (1) { - ["a"]=> - string(3) "one" -} -class24::__construct -object(class24)#%d (1) { - ["a"]=> - string(3) "two" -} -class24::__construct -object(class24)#%d (1) { - ["a"]=> - string(5) "three" -} -====stdclass==== -object(stdClass)#%d (1) { - ["a"]=> - string(3) "one" -} -object(stdClass)#%d (1) { - ["a"]=> - string(3) "two" -} -object(stdClass)#%d (1) { - ["a"]=> - string(5) "three" -} -====DONE!==== -- cgit v1.2.1