Searched refs:p_height (Results 1 – 1 of 1) sorted by relevance
4142 zval *p_width = 0, *p_height = 0, *p_imagetype = 0; in PHP_FUNCTION() local4154 …if (zend_parse_parameters(arg_c, "p|z/z/z/", &p_name, &p_name_len, &p_width, &p_height, &p_imagety… in PHP_FUNCTION()4182 zval_dtor(p_height); in PHP_FUNCTION()4184 ZVAL_LONG(p_height, ImageInfo.Thumbnail.height); in PHP_FUNCTION()
Completed in 20 milliseconds