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 #68996 (Invalid free of CG(interned_empty_string)) --INI-- html_errors=1 --FI..
Decoded Output download
--TEST--
Bug #68996 (Invalid free of CG(interned_empty_string))
--INI--
html_errors=1
--FILE--
<?php
fopen("c", "r");
?>
--EXPECTF--
<br />
<b>Warning</b>: fopen(c): Failed to open stream: No such file or directory in <b>%sbug68996.php</b> on line <b>2</b><br />
Did this file decode correctly?
Original Code
--TEST--
Bug #68996 (Invalid free of CG(interned_empty_string))
--INI--
html_errors=1
--FILE--
<?php
fopen("\xfc\x63", "r");
?>
--EXPECTF--
<br />
<b>Warning</b>: fopen(c): Failed to open stream: No such file or directory in <b>%sbug68996.php</b> on line <b>2</b><br />
Function Calls
fopen | 1 |
Stats
MD5 | e223b035158fbe3f9868a43b2d5c68b9 |
Eval Count | 0 |
Decode Time | 84 ms |