php-src/ext/pgsql/tests/06copy.phpt

16 lines
148 B
Plaintext
Raw Normal View History

2001-12-17 00:16:48 +00:00
--TEST--
PostgreSQL copy functions
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
<?php
2003-05-20 00:14:46 +00:00
include('config.inc');
echo "OK";
2001-12-17 00:16:48 +00:00
?>
--EXPECT--
OK