--TEST-- DBA with persistent connections --EXTENSIONS-- dba --SKIPIF-- --CONFLICTS-- dba --FILE-- getMessage() . "\n"; } echo "Test 6 - query after closing 2nd object\n"; echo dba_fetch("key1", $db_file1), "\n"; echo dba_fetch("key2", $db_file1), "\n"; ?> --CLEAN-- --EXPECTF-- database handler: flatfile Test 1 This is a test insert 1 Test 2 objects are different Test 3 - fetch both rows from second object This is a test insert 1 This is a test insert 2 Test 4 - fetch both rows from first object This is a test insert 1 This is a test insert 2 Test 5 - close 2nd object object(Dba\Connection)#%d (%d) { } DBA connection has already been closed Test 6 - query after closing 2nd object This is a test insert 1 This is a test insert 2