Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/
H A Dgd.c808 ZEND_ARG_INFO(0, filtertype)
4820 long filtertype; in PHP_FUNCTION() local
4839 } else if (zend_parse_parameters(2 TSRMLS_CC, "rl", &tmp, &filtertype) == FAILURE) { in PHP_FUNCTION()
4843 if (filtertype >= 0 && filtertype <= IMAGE_FILTER_MAX) { in PHP_FUNCTION()
4844 filters[filtertype](INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()

Completed in 15 milliseconds