Home
last modified time | relevance | path

Searched refs:imageflip (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/gd/tests/
H A Dimageflip.phpt2 Testing imageflip() of GD library
5 if ( ! extension_loaded('gd') || !function_exists('imageflip')) die( 'skip GD not present; skipping…
17 imageflip($im, IMG_FLIP_HORIZONTAL);
18 imageflip($im, IMG_FLIP_VERTICAL);
19 imageflip($im, IMG_FLIP_BOTH);
/PHP-8.0/ext/gd/
H A Dgd_arginfo.h686 ZEND_FUNCTION(imageflip);
827 ZEND_FE(imageflip, arginfo_imageflip)
H A Dgd.stub.php235 function imageflip(GdImage $image, int $mode): bool {} function
H A Dgd.c3523 PHP_FUNCTION(imageflip) in PHP_FUNCTION() argument

Completed in 19 milliseconds