Browse Source

MFB51: Fixed uninitialized variable in a test.

migration/RELEASE_1_0_0
Ilia Alshanetsky 20 years ago
parent
commit
1014cb28c2
  1. 1
      ext/gd/tests/copypalette.phpt

1
ext/gd/tests/copypalette.phpt

@ -6,6 +6,7 @@ imagepalettecopy
?>
--FILE--
<?php
$failed = false;
$im = imagecreate(1,1);
for ($i=0; $i<256; $i++) {
imagecolorallocate($im, $i, $i, $i);

Loading…
Cancel
Save