1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00
Files
archived-php-src/ext/interbase/tests/skipif.inc
2011-09-22 22:07:02 +00:00

10 lines
204 B
PHP
Executable File

<?php /* $Id$ */
if (!extension_loaded("interbase")) print "skip interbase extension not available";
require("interbase.inc");
if(!@ibase_connect($test_base)){
die("skip cannot connnect");
}
?>