Home
last modified time | relevance | path

Searched refs:SensitiveParameter (Results 1 – 17 of 17) sorted by relevance

/PHP-8.2/Zend/tests/function_arguments/
H A Dsensitive_parameter_nested_calls.phpt2 The SensitiveParameter attribute handles nested function calls correctly.
7 #[SensitiveParameter] $sensitive1 = null,
9 #[SensitiveParameter] $sensitive2 = null,
19 #[SensitiveParameter] $sensitive1 = null,
20 #[SensitiveParameter] $sensitive2 = null,
H A Dsensitive_parameter_multiple_arguments.phpt2 The SensitiveParameter attribute suppresses the correct sensitive arguments.
7 #[SensitiveParameter] $sensitive1 = null,
9 #[SensitiveParameter] $sensitive2 = null,
H A Dsensitive_parameter_named_arguments.phpt2 The SensitiveParameter attribute handles named arguments.
7 #[SensitiveParameter] $sensitive1 = null,
9 #[SensitiveParameter] $sensitive2 = null,
H A Dsensitive_parameter_arrow_function.phpt2 The SensitiveParameter attribute suppresses the single sensitive argument for arrow functions.
6 $test = fn (#[SensitiveParameter] $sensitive) => (new Exception)->getTrace();
H A Dsensitive_parameter.phpt2 The SensitiveParameter attribute suppresses the single sensitive argument.
6 function test(#[SensitiveParameter] $sensitive)
H A Dsensitive_parameter_closure.phpt2 The SensitiveParameter attribute suppresses the single sensitive argument for closures.
6 $test = function (#[SensitiveParameter] $sensitive)
H A Dsensitive_parameter_eval_define.phpt2 The SensitiveParameter attribute suppresses the single sensitive argument in a function created in …
7 function test(#[SensitiveParameter] $sensitive)
H A Dsensitive_parameter_extra_arguments.phpt2 The SensitiveParameter attribute does not suppress superfluous arguments if the last parameter is s…
8 #[SensitiveParameter] $sensitive,
H A Dsensitive_parameter_variadic_arguments.phpt2 The SensitiveParameter attribute suppresses all variadic arguments.
7 #[SensitiveParameter] ...$args
H A Dsensitive_parameter_eval_call.phpt2 The SensitiveParameter attribute suppresses the single sensitive argument in a function called in e…
6 function test(#[SensitiveParameter] $sensitive)
H A Dsensitive_parameter_correctly_captures_original.phpt8 #[SensitiveParameter] $bar,
31 #[SensitiveParameter] ...$variadic,
H A Dsensitive_parameter_value_keeps_object_alive.phpt24 function test(#[SensitiveParameter] CustomDestructor $o, bool $throw)
/PHP-8.2/Zend/
H A Dzend_attributes.stub.php70 final class SensitiveParameter class
H A Dzend_attributes_arginfo.h29 ZEND_METHOD(SensitiveParameter, __construct);
54 …ZEND_ME(SensitiveParameter, __construct, arginfo_class_SensitiveParameter___construct, ZEND_ACC_PU…
H A Dzend_attributes.c112 ZEND_METHOD(SensitiveParameter, __construct) in ZEND_METHOD() argument
/PHP-8.2/
H A DUPGRADING78 . Added the #[\SensitiveParameter] attribute to redact sensitive data in
H A DNEWS2057 . Marked crypt()'s $string parameter as #[\SensitiveParameter]. (timwolla)

Completed in 22 milliseconds