Home
last modified time | relevance | path

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

/PHP-8.4/ext/gd/
H A Dgd.c4313 bool res_x_is_null = true, res_y_is_null = true; in PHP_FUNCTION() local
4318 Z_PARAM_LONG_OR_NULL(res_x, res_x_is_null) in PHP_FUNCTION()
4324 if (!res_x_is_null && !res_y_is_null) { in PHP_FUNCTION()
4335 } else if (!res_x_is_null && res_y_is_null) { in PHP_FUNCTION()
4342 } else if (res_x_is_null && !res_y_is_null) { in PHP_FUNCTION()

Completed in 21 milliseconds