summaryrefslogtreecommitdiff
path: root/src/tests/disable_function/disabled_native_functions_indirect.phpt
blob: bcbb1eb32284db7dc00aa63bdccd01d6ac0fc8a1 (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][0.0.0.0][disabled_function] Aborted execution on call of the function 'system' in %a/disabled_native_functions_indirect.php on line 2