summaryrefslogtreecommitdiff
path: root/src/tests/disable_function/disabled_native_functions_indirect.phpt
blob: ba355d68153ebde4c1c0db0dc23232061a71873e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Disabled native functions, called indirectly
--SKIPIF--
<?php if (!extension_loaded("snuffleupagus")) die "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/disabled_functions.ini
--FILE--
<?php 
array_map('system', [1,2,3,4]);
?>
--EXPECTF--
Fatal error: [snuffleupagus][disabled_function] Aborted execution on call of the function 'system' in %a/disabled_native_functions_indirect.php on line 2