--TEST-- DBA check behaviour of key as an array with elements not convertable to string --EXTENSIONS-- dba --SKIPIF-- --FILE-- getMessage(), \PHP_EOL; } try { var_dump(dba_insert(['group', $o], 'Test', $db_file)); } catch (\Error $e) { echo $e::class, ': ', $e->getMessage(), \PHP_EOL; } dba_close($db_file); ?> --CLEAN-- --EXPECT-- Error: Object of class stdClass could not be converted to string Error: Object of class stdClass could not be converted to string