php-src/ext/fdf/tests/01-general.phpt

10 lines
189 B
Plaintext
Raw Normal View History

2003-05-28 09:35:45 +00:00
--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