--TEST-- Disable functions - match on a local variable --SKIPIF-- --INI-- sp.configuration_file={PWD}/config/disabled_function_local_var.ini --FILE-- 'block']; echo "Value of a:\n"; var_dump($a); test(); ?> --EXPECTF-- Value of a: array(2) { ["qwe"]=> string(3) "qwe" [123]=> string(3) "nop" } 2 Value of a: array(2) { ["qwe"]=> string(3) "qwe" [123]=> object(stdClass)#1 (1) { ["prop"]=> string(5) "block" } } Fatal error: [snuffleupagus][disabled_function] Aborted execution on call of the function 'strlen' in %a/disabled_function_local_var_3.php on line 3