--TEST-- Disable functions --SKIPIF-- = 80000) print "skip"; ?> --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 Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'foo', because its argument '$arr' content (abcd) matched the rule '1' in %a/disabled_functions_param_array.php on line 3