installed.phpt 421 B

123456789101112131415161718
  1. --TEST--
  2. Check for sodium presence
  3. --EXTENSIONS--
  4. sodium
  5. --FILE--
  6. <?php
  7. echo "sodium extension is available";
  8. /*
  9. you can add regression tests for your extension here
  10. the output of your test code has to be equal to the
  11. text in the--EXPECT-- section below for the tests
  12. to pass, differences between the output and the
  13. expected text are interpreted as failure
  14. */
  15. ?>
  16. --EXPECT--
  17. sodium extension is available