Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
--TEST-- Cannot use unpacking in attribute argument list --FILE-- <?php #[MyAttribute(.....
Decoded Output download
--TEST--
Cannot use unpacking in attribute argument list
--FILE--
<?php
#[MyAttribute(...[1, 2, 3])]
class Foo { }
?>
--EXPECTF--
Fatal error: Cannot use unpacking in attribute argument list in %s on line %d
Did this file decode correctly?
Original Code
--TEST--
Cannot use unpacking in attribute argument list
--FILE--
<?php
#[MyAttribute(...[1, 2, 3])]
class Foo { }
?>
--EXPECTF--
Fatal error: Cannot use unpacking in attribute argument list in %s on line %d
Function Calls
None |
Stats
MD5 | 73a2cebfeba08851d098ca2776632f27 |
Eval Count | 0 |
Decode Time | 103 ms |