--TEST-- The SensitiveParameter attribute suppresses the single sensitive argument for arrow functions. --FILE-- (new Exception)->getTrace(); var_dump($test('sensitive')); ?> --EXPECTF-- array(1) { [0]=> array(4) { ["file"]=> string(%d) "%ssensitive_parameter_arrow_function.php" ["line"]=> int(5) ["function"]=> string(9) "{closure}" ["args"]=> array(1) { [0]=> object(SensitiveParameterValue)#%d (0) { } } } }