Searched refs:itype (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/ext/standard/ |
H A D | image.c | 1390 int itype = 0; in php_getimagesize_from_stream() local 1397 itype = php_getimagetype(stream, NULL); in php_getimagesize_from_stream() 1398 switch( itype) { in php_getimagesize_from_stream() 1465 add_index_long(return_value, 2, itype); in php_getimagesize_from_stream() 1475 add_assoc_string(return_value, "mime", (char*)php_image_type_to_mime_type(itype)); in php_getimagesize_from_stream()
|
/PHP-7.3/ext/exif/ |
H A D | exif.c | 4783 int itype = 0; in PHP_FUNCTION() local 4795 itype = php_getimagetype(stream, NULL); in PHP_FUNCTION() 4799 if (itype == IMAGE_FILETYPE_UNKNOWN) { in PHP_FUNCTION() 4802 ZVAL_LONG(return_value, itype); in PHP_FUNCTION()
|
/PHP-7.3/ext/date/ |
H A D | php_date.c | 4341 #define PHP_DATE_INTERVAL_READ_PROPERTY(element, member, itype, def) \ in php_date_interval_initialize_from_hash() argument 4345 (*intobj)->diff->member = (itype)zval_get_long(z_arg); \ in php_date_interval_initialize_from_hash() 4347 (*intobj)->diff->member = (itype)def; \ in php_date_interval_initialize_from_hash()
|
Completed in 45 milliseconds