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-- Read from non-blocking stdio stream should not error --FILE-- <?php stream_set_b..

Decoded Output download

--TEST--
Read from non-blocking stdio stream should not error
--FILE--
<?php

stream_set_blocking(STDIN, false);
var_dump(fread(STDIN, 1));

?>
--EXPECT--
string(0) ""

Did this file decode correctly?

Original Code

--TEST--
Read from non-blocking stdio stream should not error
--FILE--
<?php

stream_set_blocking(STDIN, false);
var_dump(fread(STDIN, 1));

?>
--EXPECT--
string(0) ""

Function Calls

None

Variables

None

Stats

MD5 d9959f71268ec3b2c467e484ef06403b
Eval Count 0
Decode Time 79 ms