Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dimage.c1445 int itype = 0; in php_getimagesize_from_stream() local
1452 itype = php_getimagetype(stream, input, NULL); in php_getimagesize_from_stream()
1453 switch( itype) { in php_getimagesize_from_stream()
1523 add_index_long(return_value, 2, itype); in php_getimagesize_from_stream()
1533 add_assoc_string(return_value, "mime", (char*)php_image_type_to_mime_type(itype)); in php_getimagesize_from_stream()
/php-src/ext/exif/
H A Dexif.c4795 int itype = 0; in PHP_FUNCTION() local
4807 itype = php_getimagetype(stream, imagefile, NULL); in PHP_FUNCTION()
4811 if (itype == IMAGE_FILETYPE_UNKNOWN) { in PHP_FUNCTION()
4814 ZVAL_LONG(return_value, itype); in PHP_FUNCTION()
/php-src/ext/date/
H A Dphp_date.c4664 #define PHP_DATE_INTERVAL_READ_PROPERTY(element, member, itype, def) \ in php_date_interval_initialize_from_hash() argument
4668 (*intobj)->diff->member = (itype)zval_get_long(z_arg); \ in php_date_interval_initialize_from_hash()
4670 (*intobj)->diff->member = (itype)def; \ in php_date_interval_initialize_from_hash()

Completed in 45 milliseconds