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-- Bug #78563: parsers should not be extendable --EXTENSIONS-- xml --FILE-- <?php c..
Decoded Output download
--TEST--
Bug #78563: parsers should not be extendable
--EXTENSIONS--
xml
--FILE--
<?php
class Dummy extends Xmlparser {
}
?>
===DONE===
--EXPECTF--
Fatal error: Class Dummy cannot extend final class XMLParser in %s on line %d
Did this file decode correctly?
Original Code
--TEST--
Bug #78563: parsers should not be extendable
--EXTENSIONS--
xml
--FILE--
<?php
class Dummy extends Xmlparser {
}
?>
===DONE===
--EXPECTF--
Fatal error: Class Dummy cannot extend final class XMLParser in %s on line %d
Function Calls
None |
Stats
MD5 | 1d032019939c5defe35521eda3187df6 |
Eval Count | 0 |
Decode Time | 93 ms |