summaryrefslogtreecommitdiff
path: root/src/tests/encryption_key_only.phpt
blob: bf5edb5844c145acd8bf55cc70decb4f4eb2cbff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
Encryption key only
--SKIPIF--
<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/encryption_key_only.ini
--FILE--
<?php
echo 1337;
?>
--EXPECT--
1337