--TEST-- Disable functions - match on a local variable --SKIPIF-- --INI-- sp.configuration_file={PWD}/config/disabled_function_local_var_obj.ini --FILE-- $arg = $value; } } $test_array = ['qwe']; $arg = 'qwe'; $test = new test_class('qwe', 'qwe'); echo strtoupper($test->$arg) . "\n"; $test = new test_class('qwe', 'nop_object'); echo strtoupper($test->$arg) . "\n"; ?> --EXPECTF-- QWE Fatal error: [snuffleupagus][0.0.0.0][disabled_function] Aborted execution on call of the function 'strtoupper' in %a/disabled_function_local_var_obj.php on line 14