1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 21:11:02 +02:00
Files
archived-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