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-- GetImageSize() for ico format with 256px height --FILE-- <?php echo "*** Testing ..

Decoded Output download

*** Testing getimagesize() : 256px ico ***

Did this file decode correctly?

Original Code

--TEST--
GetImageSize() for ico format with 256px height
--FILE--
<?php
echo "*** Testing getimagesize() : 256px ico ***\n";
var_dump(getimagesize(__DIR__ . "/32x256.ico"));

?>
===DONE===
--EXPECT--
*** Testing getimagesize() : 256px ico ***
array(6) {
  [0]=>
  int(32)
  [1]=>
  int(256)
  [2]=>
  int(17)
  [3]=>
  string(23) "width="32" height="256""
  ["bits"]=>
  int(8)
  ["mime"]=>
  string(24) "image/vnd.microsoft.icon"
}
===DONE===

Function Calls

None

Variables

None

Stats

MD5 e3e4b77d7debc8638f5a44ae38bb8812
Eval Count 0
Decode Time 94 ms