1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00
Files
archived-php-src/ext/pgsql/tests/06copy.phpt
Marcus Boerger daded6e633 Reorganized tests
2003-05-20 00:14:46 +00:00

16 lines
148 B
PHP

--TEST--
PostgreSQL copy functions
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
<?php
include('config.inc');
echo "OK";
?>
--EXPECT--
OK