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