1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00
Files
archived-php-src/ext/pgsql/tests/no_link_open.phpt
2020-09-09 12:45:07 +02:00

15 lines
204 B
PHP

--TEST--
Using pg function with default link while no link open
--FILE--
<?php
try {
pg_dbname();
} catch (Error $e) {
echo $e->getMessage(), "\n";
}
?>
--EXPECT--
No PostgreSQL link opened yet