Home
last modified time | relevance | path

Searched refs:imagecrop (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/gd/tests/
H A Dbug66356.phpt2 Bug #66356 (Heap Overflow Vulnerability in imagecrop())
12 var_dump(imagecrop($img, array("x" => "a", "y" => 0, "width" => 10, "height" => 10)));
15 var_dump(imagecrop($img, $arr));
19 var_dump(imagecrop($img, array("x" => 0, "y" => 0, "width" => -1, "height" => 10)));
22 var_dump(imagecrop($img, array("x" => -20, "y" => -20, "width" => 10, "height" => 10)));
25 var_dump(imagecrop($img, array("x" => 0x7fffff00, "y" => 0, "width" => 10, "height" => 10)));
28 var_dump(imagecrop($img, array("x" => 0, "y" => 0, "width" => 65535, "height" => 65535)));
41 Warning: imagecrop(): gd warning: one parameter to a memory allocation multiplication is negative o…
47 Warning: imagecrop(): gd warning: product of memory allocation multiplication would exceed INT_MAX,…
H A Dimagecrop_auto.phpt5 if ( ! extension_loaded('gd') || !function_exists('imagecrop')) die( 'skip GD imagecropauto not pre…
/PHP-5.5/ext/gd/
H A Dphp_gd.h130 PHP_FUNCTION(imagecrop);
H A Dgd.c928 PHP_FE(imagecrop, arginfo_imagecrop)
4966 PHP_FUNCTION(imagecrop) in PHP_FUNCTION() argument
/PHP-5.5/
H A DUPGRADING258 - imagecrop
421 - Added constants for imagecrop
H A DNEWS1311 . Fixed Bug #66815 (imagecrop(): insufficient fix for NULL defer
1340 . Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop()).

Completed in 63 milliseconds