home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / .tmp001.phpt < prev    next >
Encoding:
Text File  |  2004-03-24  |  554 b   |  25 lines

  1. --TEST--
  2. Check for lzf presence
  3. --SKIPIF--
  4. <?php if (!extension_loaded("lzf")) print "skip"; ?>
  5. --POST--
  6. --GET--
  7. --INI--
  8. --FILE--
  9. <?php 
  10. echo "lzf extension is available";
  11. /*
  12.     you can add regression tests for your extension here
  13.  
  14.   the output of your test code has to be equal to the
  15.   text in the --EXPECT-- section below for the tests
  16.   to pass, differences between the output and the
  17.   expected text are interpreted as failure
  18.  
  19.     see php4/README.TESTING for further information on
  20.   writing regression tests
  21. */
  22. ?>
  23. --EXPECT--
  24. lzf extension is available
  25.