--TEST-- Disable functions - match on a local variable --SKIPIF-- --INI-- sp.configuration_file={PWD}/config/disabled_function_local_var.ini --FILE-- test_asd = $asd; } function do_a_barell_roll() { var_dump($this->test_asd); } } } ?> --EXPECTF-- Valeur: qwerty Fatal error: [snuffleupagus][disabled_function] Aborted execution on call of the function 'strtoupper' in %a/disabled_function_local_var_7.php on line 4