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-- Bug #72696 (imagefilltoborder stackoverflow on truecolor images) --EXTENSIONS-- g..
Decoded Output download
--TEST--
Bug #72696 (imagefilltoborder stackoverflow on truecolor images)
--EXTENSIONS--
gd
--FILE--
<?php
$im = imagecreatetruecolor(10, 10);
imagefilltoborder($im, 0, 0, 1, -2);
?>
===DONE===
--EXPECT--
===DONE===
Did this file decode correctly?
Original Code
--TEST--
Bug #72696 (imagefilltoborder stackoverflow on truecolor images)
--EXTENSIONS--
gd
--FILE--
<?php
$im = imagecreatetruecolor(10, 10);
imagefilltoborder($im, 0, 0, 1, -2);
?>
===DONE===
--EXPECT--
===DONE===
Function Calls
imagecreatetruecolor | 1 |
Stats
MD5 | 350c68d04fa64971218522049b277857 |
Eval Count | 0 |
Decode Time | 76 ms |