01-general.phpt   [plain text]


--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