1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 03:32:20 +02:00
Files
archived-php-src/ext/fdf/tests/01-general.phpt
2004-05-19 08:56:50 +00:00

10 lines
189 B
PHP

--TEST--
Adobe Form Data Format functions
--SKIPIF--
<?php if (!extension_loaded("fdf")) print "skip"; ?>
--FILE--
<?php
echo is_resource(fdf_create()) ? "OK" : "FAILURE";
?>
--EXPECT--
OK