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-- Prevent abstract and final in the same class declaration --FILE-- <?php final ab..
Decoded Output download
--TEST--
Prevent abstract and final in the same class declaration
--FILE--
<?php
final abstract class C {
private function priv() { }
}
?>
--EXPECTF--
Fatal error: Cannot use the final modifier on an abstract class in %s on line %d
Did this file decode correctly?
Original Code
--TEST--
Prevent abstract and final in the same class declaration
--FILE--
<?php
final abstract class C {
private function priv() { }
}
?>
--EXPECTF--
Fatal error: Cannot use the final modifier on an abstract class in %s on line %d
Function Calls
None |
Stats
MD5 | 97f6482143e052a07d9459585a2c4eac |
Eval Count | 0 |
Decode Time | 102 ms |