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-- xmlwriter_open_uri with empty string as parameter --EXTENSIONS-- xmlwriter --FILE..
Decoded Output download
--TEST--
xmlwriter_open_uri with empty string as parameter
--EXTENSIONS--
xmlwriter
--FILE--
<?php
try {
xmlwriter_open_uri('');
} catch (ValueError $exception) {
echo $exception->getMessage() . "
";
}
?>
--CREDITS--
Koen Kuipers [email protected]
Theo van der Zee
#Test Fest Utrecht 09-05-2009
--EXPECT--
xmlwriter_open_uri(): Argument #1 ($uri) cannot be empty
Did this file decode correctly?
Original Code
--TEST--
xmlwriter_open_uri with empty string as parameter
--EXTENSIONS--
xmlwriter
--FILE--
<?php
try {
xmlwriter_open_uri('');
} catch (ValueError $exception) {
echo $exception->getMessage() . "\n";
}
?>
--CREDITS--
Koen Kuipers [email protected]
Theo van der Zee
#Test Fest Utrecht 09-05-2009
--EXPECT--
xmlwriter_open_uri(): Argument #1 ($uri) cannot be empty
Function Calls
None |
Stats
MD5 | 41b54ebca0abffa93dc45ccb06a4aff0 |
Eval Count | 0 |
Decode Time | 68 ms |