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-- assert_options() - unknown assert option. --FILE-- <?php try { assert_option..
Decoded Output download
--TEST--
assert_options() - unknown assert option.
--FILE--
<?php
try {
assert_options(1000);
} catch (\ValueError $e) {
echo $e->getMessage();
}
?>
--EXPECT--
assert_options(): Argument #1 ($option) must be an ASSERT_* constant
Did this file decode correctly?
Original Code
--TEST--
assert_options() - unknown assert option.
--FILE--
<?php
try {
assert_options(1000);
} catch (\ValueError $e) {
echo $e->getMessage();
}
?>
--EXPECT--
assert_options(): Argument #1 ($option) must be an ASSERT_* constant
Function Calls
None |
Stats
MD5 | 7a6a7c687b75ea2711ccc9d20cc57427 |
Eval Count | 0 |
Decode Time | 81 ms |