php-src/ext/fdf/tests/01-general.phpt
Hartmut Holzgraefe cad89fa5a0 FDF test cases
2003-05-28 09:35:45 +00:00

12 lines
206 B
PHP

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