?>
--FILE--
<?php
- $dest = dirname(realpath(__FILE__)) . 'bug22544.png';
+ $dest = dirname(realpath(__FILE__)) . '/bug22544.png';
@unlink($dest);
$image = imageCreateTruecolor(640, 100);
$transparent = imageColorAllocate($image, 0, 0, 0);
?>
--FILE--
<?php
- $dest = dirname(realpath(__FILE__)) . 'bug24155.png';
+ $dest = dirname(realpath(__FILE__)) . '/bug24155.png';
@unlink($dest);
$im = imagecreatetruecolor(30, 50);
--FILE--
<?php
/* $id$ */
-$dest = dirname(realpath(__FILE__)) . 'bug27582.png';
+$dest = dirname(realpath(__FILE__)) . '/bug27582.png';
@unlink($dest);
$im = ImageCreateTrueColor(10, 10);
imagealphablending($im, true);
ImageFillToBorder($im, 5, 5, $bordercolor, $color);
imagepng($im, $dest);
echo md5_file($dest) . "\n";
+@unlink($dest);
?>
--EXPECT--
08287f8f5d406946009df5f04ca83dc0