blob: 12ea749fb54d3aa41bdd12981bfa16c6c52bf61e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--TEST--
Disable functions - match on a specific line
--SKIPIF--
<?php if (!extension_loaded("snuffleupagus")) die "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/disabled_functions_line.ini
--FILE--
<?php
system("echo 1337");
system("id");
?>
--EXPECTF--
1337
[snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'system' in %a/disabled_functions_param_line.php:3.
|