Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dimage.c1396 int itype = 0; in php_getimagesize_from_stream() local
1403 itype = php_getimagetype(stream, NULL); in php_getimagesize_from_stream()
1404 switch( itype) { in php_getimagesize_from_stream()
1471 add_index_long(return_value, 2, itype); in php_getimagesize_from_stream()
1481 add_assoc_string(return_value, "mime", (char*)php_image_type_to_mime_type(itype)); in php_getimagesize_from_stream()
/PHP-7.4/ext/exif/
H A Dexif.c4821 int itype = 0; in PHP_FUNCTION() local
4833 itype = php_getimagetype(stream, NULL); in PHP_FUNCTION()
4837 if (itype == IMAGE_FILETYPE_UNKNOWN) { in PHP_FUNCTION()
4840 ZVAL_LONG(return_value, itype); in PHP_FUNCTION()
/PHP-7.4/ext/date/
H A Dphp_date.c4416 #define PHP_DATE_INTERVAL_READ_PROPERTY(element, member, itype, def) \ in php_date_interval_initialize_from_hash() argument
4420 (*intobj)->diff->member = (itype)zval_get_long(z_arg); \ in php_date_interval_initialize_from_hash()
4422 (*intobj)->diff->member = (itype)def; \ in php_date_interval_initialize_from_hash()

Completed in 33 milliseconds