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 top of empty heap --CREDITS-- Mark Schaschke ([email protected]..
Decoded Output download
--TEST--
SPL: SplHeap top of empty heap
--CREDITS--
Mark Schaschke ([email protected])
TestFest London May 2009
--FILE--
<?php
$h = new SplMinHeap();
try {
$h->top();
} catch (Exception $e) {
echo $e->getMessage();
}
?>
--EXPECT--
Can't peek at an empty heap
Did this file decode correctly?
Original Code
--TEST--
SPL: SplHeap top of empty heap
--CREDITS--
Mark Schaschke ([email protected])
TestFest London May 2009
--FILE--
<?php
$h = new SplMinHeap();
try {
$h->top();
} catch (Exception $e) {
echo $e->getMessage();
}
?>
--EXPECT--
Can't peek at an empty heap
Function Calls
None |
Stats
MD5 | fdca52220003e4ca44605f65b8ebd6c4 |
Eval Count | 0 |
Decode Time | 111 ms |