--TEST-- Disable functions - match on an array value buried in several levels --SKIPIF-- --INI-- sp.configuration_file={PWD}/config/config_disabled_functions_param_array.ini --FILE-- Array("pof"=>"pif", "bar"=>Array("qwe"=>"bbb")), "a"=>"cccc"); foo($a); $a=Array("test2"=>Array("bar"=>Array("lol"=>"aaa")), "a"=>"dddd"); foo($a); ?> --EXPECTF-- cccc [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'foo' in %a/tests/disabled_functions_param_array_several_levels_keys.php:3, because its argument '$arr' content (ARRAY) matched the rule '5'.