Home
last modified time | relevance | path

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

/php-src/ext/gd/
H A Dgd.c3932 bool res_x_is_null = 1, res_y_is_null = 1; in PHP_FUNCTION() local
3934 …_ARGS(), "O|l!l!", &IM, gd_image_ce, &res_x, &res_x_is_null, &res_y, &res_y_is_null) == FAILURE) { in PHP_FUNCTION()
3940 if (!res_x_is_null && !res_y_is_null) { in PHP_FUNCTION()
3943 } else if (!res_x_is_null && res_y_is_null) { in PHP_FUNCTION()
3946 } else if (res_x_is_null && !res_y_is_null) { in PHP_FUNCTION()

Completed in 15 milliseconds