<?php /** * Demonstrating inline PHP attribute issue in PHP7.x and below. */ function php7x_attributes( string $foo, #[\SensitiveParameter] string $bar ) { throw new \Exception( 'Testing SensitiveParameter attribute' ); } php7x_attributes( 'login', 'password' );
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`