Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/gd/
H A Dphp_gd.h124 PHP_FUNCTION(imageflip);
H A Dgd.c923 PHP_FE(imageflip, arginfo_imageflip)
4910 PHP_FUNCTION(imageflip) in PHP_FUNCTION() argument
/PHP-5.5/
H A DUPGRADING257 - imageflip
417 - Added constants for imageflip:

Completed in 29 milliseconds