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 wbmp format --FILE-- <?php echo "*** Testing getimagesize() : ..

Decoded Output download

*** Testing getimagesize() : wbmp format ***

Did this file decode correctly?

Original Code

--TEST--
GetImageSize() for wbmp format
--FILE--
<?php
echo "*** Testing getimagesize() : wbmp format ***\n";
var_dump(getimagesize(__DIR__ . "/75x50.wbmp", $arr));
var_dump($arr);

?>
--EXPECT--
*** Testing getimagesize() : wbmp format ***
array(5) {
  [0]=>
  int(75)
  [1]=>
  int(50)
  [2]=>
  int(15)
  [3]=>
  string(22) "width="75" height="50""
  ["mime"]=>
  string(18) "image/vnd.wap.wbmp"
}
array(0) {
}

Function Calls

None

Variables

None

Stats

MD5 1653c5e7c42377162939562cdb1add86
Eval Count 0
Decode Time 79 ms