--TEST-- Disable functions - match on a local variable --SKIPIF-- --INI-- sp.configuration_file={PWD}/config/disabled_function_local_var.ini --FILE-- 'asdfgh'); } namespace asd { const asd = 'qwe'; echo "Valeur: " . \qwe\QWE[123]. "\n"; strtoupper("qwe"); } ?> --EXPECTF-- Valeur: asdfgh Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'strtoupper' in %a/disabled_function_local_var_9.php on line 8