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-- SPL: SplFileObject::setMaxLineLen --CREDITS-- Hvard Eide <nucleuz at gmail.com> #..

Decoded Output download

--TEST--
SPL: SplFileObject::setMaxLineLen
--CREDITS--
Hvard Eide <nucleuz at gmail.com>
#Testfest php.no
--INI--
include_path=.
--FILE--
<?php
$s = new SplFileObject( __FILE__ );
$s->setMaxLineLen( 3);
echo $s->getCurrentLine();
?>
--EXPECT--
<?p
 ?>

Did this file decode correctly?

Original Code

--TEST--
SPL: SplFileObject::setMaxLineLen
--CREDITS--
Hvard Eide <nucleuz at gmail.com>
#Testfest php.no
--INI--
include_path=.
--FILE--
<?php
$s = new SplFileObject( __FILE__ );
$s->setMaxLineLen( 3);
echo $s->getCurrentLine();
?>
--EXPECT--
<?p

Function Calls

None

Variables

None

Stats

MD5 456edacc99dd96edabe897f6dd465ae1
Eval Count 0
Decode Time 106 ms