xref: /PHP-7.4/ext/gd/tests/bug39286-mb.phpt (revision d679f022)
1--TEST--
2Bug #39508 (imagefill crashes with small images 3 pixels or less)
3--SKIPIF--
4<?php
5	if (!extension_loaded('gd')) die("skip gd extension not available\n");
6?>
7--FILE--
8<?php
9$img =imagecreatefromgd2part("foo私はガラスを食べられます.png",0, 100, 0, 100);
10?>
11--EXPECTF--
12Warning: imagecreatefromgd2part(): Zero width or height not allowed in %s on line %d
13