--TEST-- collections and wrong dates --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(dirname(__FILE__).'/skipif.inc'); ?> --FILE-- append("2005-07-28")); var_dump($coll2->assign($coll1)); var_dump($coll2->getElem(0)); echo "Done\n"; require dirname(__FILE__)."/drop_type.inc"; ?> --EXPECTF-- Warning: OCI-Collection::append(): OCI-01861: literal does not match format string in %s on line %d bool(false) bool(true) bool(false) Done