--TEST-- Disable functions --SKIPIF-- --INI-- sp.configuration_file={PWD}/config/config_disabled_functions_param_array.ini --FILE-- "test1"); foo($a); $a=Array("a"=>"abcde"); foo($a); $a=Array("a"=>"abcd"); foo($a); ?> --EXPECTF-- test1 abcde [snuffleupagus][0.0.0.0][disabled_function][drop] The call to the function 'foo' in %a/disabled_functions_param_array.php:3 has been disabled, because its argument '$arr' content (abcd) matched the rule '1'.