--TEST-- Disable functions - match on an array using regexp --SKIPIF-- --INI-- sp.configuration_file={PWD}/config/config_disabled_functions_param_r_array.ini --FILE-- "pof", "pof"=>"pif", "a"=>Array("qwe"=>"bbb"), "a"=>"cccc"); foo($a); $a=Array("a"=>"abcd", "pof"=>"pif", "bar"=>Array("qwe"=>"bbb"), "b"=>"cccc"); foo($a); ?> --EXPECTF-- cccc Fatal error: [snuffleupagus][disabled_function] Aborted execution on call of the function 'foo', because its argument 'arr' content (ARRAY) matched the rule '1' in %a/disabled_functions_param_array_r.php on line 3