mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
18 lines
248 B
PHP
18 lines
248 B
PHP
--TEST--
|
|
PDO_Firebird: connect/disconnect
|
|
--EXTENSIONS--
|
|
pdo_firebird
|
|
--SKIPIF--
|
|
<?php require('skipif.inc'); ?>
|
|
--ENV--
|
|
LSAN_OPTIONS=detect_leaks=0
|
|
--FILE--
|
|
<?php
|
|
require("testdb.inc");
|
|
|
|
unset($dbh);
|
|
echo "done\n";
|
|
|
|
?>
|
|
--EXPECT--
|
|
done
|