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 #43216 (stream_is_local() returns false on file://) --FILE-- <?php var_dump(s..
Decoded Output download
--TEST--
Bug #43216 (stream_is_local() returns false on file://)
--FILE--
<?php
var_dump(stream_is_local("file://"));
?>
--EXPECT--
bool(true)
Did this file decode correctly?
Original Code
--TEST--
Bug #43216 (stream_is_local() returns false on file://)
--FILE--
<?php
var_dump(stream_is_local("file://"));
?>
--EXPECT--
bool(true)
Function Calls
stream_is_local | 1 |
Stats
MD5 | 5a5763f01182f3bf0a341975fe779ed3 |
Eval Count | 0 |
Decode Time | 118 ms |