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