Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dimage.c1298 int itype = 0; in php_getimagesize_from_stream() local
1305 itype = php_getimagetype(stream, NULL TSRMLS_CC); in php_getimagesize_from_stream()
1306 switch( itype) { in php_getimagesize_from_stream()
1369 add_index_long(return_value, 2, itype); in php_getimagesize_from_stream()
1379 add_assoc_string(return_value, "mime", (char*)php_image_type_to_mime_type(itype), 1); in php_getimagesize_from_stream()
/PHP-5.6/ext/exif/
H A Dexif.c4217 int itype = 0; in PHP_FUNCTION() local
4229 itype = php_getimagetype(stream, NULL TSRMLS_CC); in PHP_FUNCTION()
4233 if (itype == IMAGE_FILETYPE_UNKNOWN) { in PHP_FUNCTION()
4236 ZVAL_LONG(return_value, itype); in PHP_FUNCTION()
/PHP-5.6/ext/date/
H A Dphp_date.c4196 #define PHP_DATE_INTERVAL_READ_PROPERTY(element, member, itype, def) \ in php_date_interval_initialize_from_hash() argument
4200 (*intobj)->diff->member = (itype)Z_LVAL_PP(z_arg); \ in php_date_interval_initialize_from_hash()
4202 (*intobj)->diff->member = (itype)def; \ in php_date_interval_initialize_from_hash()

Completed in 58 milliseconds