Searched refs:itype (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/ext/exif/ |
| H A D | exif.c | 4186 int itype = 0; local 4198 itype = php_getimagetype(stream, NULL TSRMLS_CC); 4202 if (itype == IMAGE_FILETYPE_UNKNOWN) { 4205 ZVAL_LONG(return_value, itype);
|
| /PHP_5_3/ext/standard/ |
| H A D | image.c | 1298 int arg1_len, itype = 0, argc = ZEND_NUM_ARGS(); local 1317 itype = php_getimagetype(stream, NULL TSRMLS_CC); 1318 switch( itype) { 1383 add_index_long(return_value, 2, itype); 1393 add_assoc_string(return_value, "mime", (char*)php_image_type_to_mime_type(itype), 1);
|
Completed in 17 milliseconds