Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/
H A Dgd.c819 ZEND_ARG_INFO(0, filtertype)
4890 long filtertype; in PHP_FUNCTION() local
4909 } else if (zend_parse_parameters(2 TSRMLS_CC, "rl", &tmp, &filtertype) == FAILURE) { in PHP_FUNCTION()
4913 if (filtertype >= 0 && filtertype <= IMAGE_FILTER_MAX) { in PHP_FUNCTION()
4914 filters[filtertype](INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()

Completed in 18 milliseconds