Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php abstract class AbstractProperties { public static $things = ['a', 'b']; } $test..
Decoded Output download
<?php
abstract class AbstractProperties {
public static $things = ['a', 'b'];
}
$test = AbstractProperties::$things;
$test = AbstractProperties::$things2;
?>
Did this file decode correctly?
Original Code
<?php
abstract class AbstractProperties {
public static $things = ['a', 'b'];
}
$test = AbstractProperties::$things;
$test = AbstractProperties::$things2;
Function Calls
None |
Stats
MD5 | aae16f247c670ef8b844134e3efc7994 |
Eval Count | 0 |
Decode Time | 89 ms |