summaryrefslogtreecommitdiff
path: root/src/tests/disable_function/disabled_functions_param_alias.phpt
blob: 334570bb8e6a7b8528f26c2b750ad381f799b64f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
Disable functions - alias
--SKIPIF--
<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/config_disabled_functions_param_alias.ini
--FILE--
<?php 
system("id");
shell_exec("id");
?>
--EXPECTF--
Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'system', because of the the rule '1' in %a/disabled_functions_param_alias.php on line 2