Test: /ext/gd/tests/imagefilledpolygon_basic.phpt - Version 7.4.4    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
002+ libpng warning: Application built with libpng-1.6.37 but running with 1.5.13 003+ 004+ Warning: imagepng(): gd-png error: cannot allocate libpng main struct in %s/imagefilledpolygon_basic.php on line 35 005+ 006+ Warning: imagecreatefrompng(): '/data/sources/php-7.4.4/ext/gd/tests/imagefilledpolygon.png' is not a valid PNG file in %s/imagefilledpolygon_basic.php on line 38 007+ 008+ Warning: imagecolorat() expects parameter 1 to be resource, bool given in %s/imagefilledpolygon_basic.php on line 41 009+ 010+ Warning: imagecolorat() expects parameter 1 to be resource, bool given in %s/imagefilledpolygon_basic.php on line 43 011+ 012+ Warning: imagecolorat() expects parameter 1 to be resource, bool given in %s/imagefilledpolygon_basic.php on line 45 013+ 014+ Warning: imagecolorsforindex() expects parameter 1 to be resource, bool given in %s/imagefilledpolygon_basic.php on line 47 015+ 016+ Warning: imagecolorsforindex() expects parameter 1 to be resource, bool given in %s/imagefilledpolygon_basic.php on line 48 017+ 018+ Warning: imagecolorsforindex() expects parameter 1 to be resource, bool given in %s/imagefilledpolygon_basic.php on line 49 019+ NULL 020+ NULL 021+ NULL 022+ 023+ Warning: imagedestroy() expects parameter 1 to be resource, bool given in %s/imagefilledpolygon_basic.php on line 53 024+ Done 002- array(4) { 003- ["red"]=> 004- int(0) 005- ["green"]=> 006- int(255) 007- ["blue"]=> 008- int(0) 009- ["alpha"]=> 010- int(0) 011- } 012- array(4) { 013- ["red"]=> 014- int(0) 015- ["green"]=> 016- int(255) 017- ["blue"]=> 018- int(0) 019- ["alpha"]=> 020- int(0) 021- } 022- array(4) { 023- ["red"]=> 024- int(0) 025- ["green"]=> 026- int(0) 027- ["blue"]=> 028- int(0) 029- ["alpha"]=> 030- int(0) 031- } 032- Done