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: SplHeap current, check looping through an empty heap gives you no values --C..

Decoded Output download

--TEST--
SPL: SplHeap current, check looping through an empty heap gives you no values
--CREDITS--
Mark Schaschke ([email protected])
TestFest London May 2009
--FILE--
<?php
$h = new SplMinHeap();

foreach ($h as $val) { echo 'FAIL'; }
?>
--EXPECT--

Did this file decode correctly?

Original Code

--TEST--
SPL: SplHeap current, check looping through an empty heap gives you no values
--CREDITS--
Mark Schaschke ([email protected])
TestFest London May 2009
--FILE--
<?php
$h = new SplMinHeap();

foreach ($h as $val) { echo 'FAIL'; }
?>
--EXPECT--

Function Calls

None

Variables

None

Stats

MD5 b846f266e2e503f4b15cf1c9e9d8910e
Eval Count 0
Decode Time 87 ms