Home
last modified time | relevance | path

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

/PHP-5.3/ext/exif/
H A Dexif.c4124 zval *p_width = 0, *p_height = 0, *p_imagetype = 0; in PHP_FUNCTION() local
4135 …if (zend_parse_parameters(arg_c TSRMLS_CC, "s|z/z/z/", &p_name, &p_name_len, &p_width, &p_height, … in PHP_FUNCTION()
4162 zval_dtor(p_width); in PHP_FUNCTION()
4164 ZVAL_LONG(p_width, ImageInfo.Thumbnail.width); in PHP_FUNCTION()

Completed in 17 milliseconds