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 file://localhost/ --EXTENSIONS-- xmlwriter --FILE-- <?php..
Decoded Output download
--TEST--
xmlwriter_open_uri with file://localhost/
--EXTENSIONS--
xmlwriter
--FILE--
<?php
var_dump(xmlwriter_open_uri('file://localhost/'));
?>
--CREDITS--
Koen Kuipers [email protected]
Theo van der Zee
#Test Fest Utrecht 09-05-2009
--EXPECTF--
Warning: xmlwriter_open_uri(): Unable to resolve file path in %s on line %d
bool(false)
Did this file decode correctly?
Original Code
--TEST--
xmlwriter_open_uri with file://localhost/
--EXTENSIONS--
xmlwriter
--FILE--
<?php
var_dump(xmlwriter_open_uri('file://localhost/'));
?>
--CREDITS--
Koen Kuipers [email protected]
Theo van der Zee
#Test Fest Utrecht 09-05-2009
--EXPECTF--
Warning: xmlwriter_open_uri(): Unable to resolve file path in %s on line %d
bool(false)
Function Calls
xmlwriter_open_uri | 1 |
Stats
MD5 | 1cb929fd8c6235118b8afd70e684f9b4 |
Eval Count | 0 |
Decode Time | 76 ms |