We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe70fc commit 15f55ddCopy full SHA for 15f55dd
ext/standard/tests/image/bug70096.phpt
@@ -11,7 +11,6 @@ if (!function_exists('imagejpeg')) die('skip imagejpeg not available');
11
$filename = __DIR__ . '/bug70096.jpg';
12
$im = imagecreatetruecolor(10, 10);
13
imagejpeg($im, $filename);
14
-imagedestroy($im);
15
$data = "\x1C\x02x\x00\x0ATest image"
16
. "\x1C\x02t\x00\x22Copyright 2008-2009, The PHP Group";
17
$content1 = iptcembed($data, $filename);
0 commit comments