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::seek basic --CREDITS-- Ricardo Oedietram <[email protected]>..

Decoded Output download

--TEST--
SPL: SplFileObject::seek basic
--CREDITS--
Ricardo Oedietram <[email protected]>
Erwin Poeze <[email protected]>
#PFZ June PHP TestFest 2012
--FILE--
<?php
//line 2
//line 3
//line 4
//line 5
$s = new SplFileObject(__FILE__);

$s->seek(2);
echo $s->current();
?>
--EXPECT--
//line 3

Did this file decode correctly?

Original Code

--TEST--
SPL: SplFileObject::seek basic
--CREDITS--
Ricardo Oedietram <[email protected]>
Erwin Poeze <[email protected]>
#PFZ June PHP TestFest 2012
--FILE--
<?php
//line 2
//line 3
//line 4
//line 5
$s = new SplFileObject(__FILE__);

$s->seek(2);
echo $s->current();
?>
--EXPECT--
//line 3

Function Calls

None

Variables

None

Stats

MD5 cfe836f2b1b9059a420ae9c491db4e05
Eval Count 0
Decode Time 77 ms