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-- Attribute flags type is validated. --FILE-- <?php #[Attribute("foo")] class A1 {..
Decoded Output download
--TEST--
Attribute flags type is validated.
--FILE--
<?php
#[Attribute("foo")]
class A1 { }
?>
--EXPECTF--
Fatal error: Attribute::__construct(): Argument #1 ($flags) must be of type int, string given in %s
Did this file decode correctly?
Original Code
--TEST--
Attribute flags type is validated.
--FILE--
<?php
#[Attribute("foo")]
class A1 { }
?>
--EXPECTF--
Fatal error: Attribute::__construct(): Argument #1 ($flags) must be of type int, string given in %s
Function Calls
None |
Stats
MD5 | aaa2d50f7521942640c9bf7c8749c907 |
Eval Count | 0 |
Decode Time | 128 ms |