1--TEST-- 2PDO_Firebird: connect/disconnect 3--SKIPIF-- 4<?php require('skipif.inc'); ?> 5--ENV-- 6LSAN_OPTIONS=detect_leaks=0 7--FILE-- 8<?php 9 require("testdb.inc"); 10 11 unset($dbh); 12 echo "done\n"; 13 14?> 15--EXPECT-- 16done 17