summaryrefslogtreecommitdiff
path: root/src/tests/disable_function/disabled_functions_right_hash.phpt
blob: f3c5fb31960785a4b5077e3679c5c08cc609cc6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Disable functions
--SKIPIF--
<?php if (!extension_loaded("snuffleupagus")) die "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/config_disabled_functions_right_hash.ini
--FILE--
<?php 
system("echo $((1 + 1336))");
?>
--EXPECTF--
1337