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-- readline(): Basic test --CREDITS-- Milwaukee PHP User Group #PHPTestFest2017 --EX..

Decoded Output download

--TEST--
readline(): Basic test
--CREDITS--
Milwaukee PHP User Group
#PHPTestFest2017
--EXTENSIONS--
readline
--FILE--
<?php

var_dump(readline('Enter some text:'));

?>
--STDIN--
I love PHP
--EXPECTF--
%Astring(10) "I love PHP"

Did this file decode correctly?

Original Code

--TEST--
readline(): Basic test
--CREDITS--
Milwaukee PHP User Group
#PHPTestFest2017
--EXTENSIONS--
readline
--FILE--
<?php

var_dump(readline('Enter some text:'));

?>
--STDIN--
I love PHP
--EXPECTF--
%Astring(10) "I love PHP"

Function Calls

readline 1

Variables

None

Stats

MD5 1a37986e9ce038dcc5241f7501aa9d86
Eval Count 0
Decode Time 104 ms