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-- Testing imagefontheight() of GD library --CREDITS-- Rafael Dohms <rdohms [at] gma..
Decoded Output download
--TEST--
Testing imagefontheight() of GD library
--CREDITS--
Rafael Dohms <rdohms [at] gmail [dot] com>
#testfest PHPSP on 2009-06-20
--EXTENSIONS--
gd
--FILE--
<?php
var_dump(imagefontheight(1),imagefontheight(2),imagefontheight(3),imagefontheight(4),imagefontheight(5));
?>
--EXPECT--
int(8)
int(13)
int(13)
int(16)
int(15)
Did this file decode correctly?
Original Code
--TEST--
Testing imagefontheight() of GD library
--CREDITS--
Rafael Dohms <rdohms [at] gmail [dot] com>
#testfest PHPSP on 2009-06-20
--EXTENSIONS--
gd
--FILE--
<?php
var_dump(imagefontheight(1),imagefontheight(2),imagefontheight(3),imagefontheight(4),imagefontheight(5));
?>
--EXPECT--
int(8)
int(13)
int(13)
int(16)
int(15)
Function Calls
imagefontheight | 1 |
Stats
MD5 | 209321d7df2fd1087e7651696d191ad9 |
Eval Count | 0 |
Decode Time | 93 ms |