Home
last modified time | relevance | path

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

/PHP-8.4/ext/gd/
H A Dgd.c3947 zend_long tmp_w, tmp_h=-1, tmp_m = GD_BILINEAR_FIXED; in PHP_FUNCTION() local
3955 Z_PARAM_LONG(tmp_m) in PHP_FUNCTION()
3958 if (tmp_m < GD_DEFAULT || tmp_m >= GD_METHOD_COUNT) { in PHP_FUNCTION()
3963 method = tmp_m; in PHP_FUNCTION()

Completed in 20 milliseconds