--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 strlen($test->$arg) . "\n"; $test = new test_class('qwe', 'nop_object'); echo strlen($test->$arg) . "\n"; ?> --EXPECTF-- 3 [snuffleupagus][0.0.0.0][disabled_function][drop] The call to the function 'strlen' in %a/tests/disabled_function_local_var_obj.php:%d has been disabled.