Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dimage.c1299 int itype = 0; in php_getimagesize_from_stream() local
1306 itype = php_getimagetype(stream, NULL TSRMLS_CC); in php_getimagesize_from_stream()
1307 switch( itype) { in php_getimagesize_from_stream()
1370 add_index_long(return_value, 2, itype); in php_getimagesize_from_stream()
1380 add_assoc_string(return_value, "mime", (char*)php_image_type_to_mime_type(itype), 1); in php_getimagesize_from_stream()
/PHP-5.5/ext/exif/
H A Dexif.c4205 int itype = 0; in PHP_FUNCTION() local
4217 itype = php_getimagetype(stream, NULL TSRMLS_CC); in PHP_FUNCTION()
4221 if (itype == IMAGE_FILETYPE_UNKNOWN) { in PHP_FUNCTION()
4224 ZVAL_LONG(return_value, itype); in PHP_FUNCTION()
/PHP-5.5/ext/date/
H A Dphp_date.c4161 #define PHP_DATE_INTERVAL_READ_PROPERTY(element, member, itype, def) \ in php_date_interval_initialize_from_hash() argument
4165 (*intobj)->diff->member = (itype)Z_LVAL_PP(z_arg); \ in php_date_interval_initialize_from_hash()
4167 (*intobj)->diff->member = (itype)def; \ in php_date_interval_initialize_from_hash()

Completed in 54 milliseconds