Searched refs:itype (Results 1 - 3 of 3) sorted by relevance

/PHP_TRUNK/ext/exif/
H A Dexif.c4162 int itype = 0; local
4174 itype = php_getimagetype(stream, NULL TSRMLS_CC);
4178 if (itype == IMAGE_FILETYPE_UNKNOWN) {
4181 ZVAL_LONG(return_value, itype);
/PHP_TRUNK/ext/standard/
H A Dimage.c1295 int itype = 0; local
1302 itype = php_getimagetype(stream, NULL TSRMLS_CC);
1303 switch( itype) {
1366 add_index_long(return_value, 2, itype);
1376 add_assoc_string(return_value, "mime", (char*)php_image_type_to_mime_type(itype), 1);
/PHP_TRUNK/ext/date/
H A Dphp_date.c4167 #define PHP_DATE_INTERVAL_READ_PROPERTY(element, member, itype, def) \
4172 (*intobj)->diff->member = (itype)Z_LVAL_PP(z_arg); \
4174 (*intobj)->diff->member = (itype)def; \

Completed in 20 milliseconds