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::haschildren basic --CREDITS-- Erwin Poeze <erwin.poeze at gma..

Decoded Output download

--TEST--
SPL: SplFileObject::haschildren basic
--CREDITS--
Erwin Poeze <erwin.poeze at gmail.com>
--FILE--
<?php
$s = new SplFileObject( __FILE__ );
var_dump($s->hasChildren());

?>
--EXPECT--
bool(false)

Did this file decode correctly?

Original Code

--TEST--
SPL: SplFileObject::haschildren basic
--CREDITS--
Erwin Poeze <erwin.poeze at gmail.com>
--FILE--
<?php
$s = new SplFileObject( __FILE__ );
var_dump($s->hasChildren());

?>
--EXPECT--
bool(false)

Function Calls

None

Variables

None

Stats

MD5 f5dae464188f81c4cc4f0e25d3e0196d
Eval Count 0
Decode Time 96 ms