Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
proc
/
thread-self
/
root
/
opt
/
php-7.0
/
share
/
test
/
libsodium
/
tests
/
//proc/thread-self/root/proc/thread-self/root/opt/php-7.0/share/test/libsodium/tests/installed.phpt
--TEST-- Check for libsodium presence --SKIPIF-- <?php if (!extension_loaded("libsodium")) print "skip"; ?> --FILE-- <?php echo "libsodium extension is available"; /* you can add regression tests for your extension here the output of your test code has to be equal to the text in the --EXPECT-- section below for the tests to pass, differences between the output and the expected text are interpreted as failure see php5/README.TESTING for further information on writing regression tests */ ?> --EXPECT-- libsodium extension is available