Searched refs:FileName (Results 1 – 25 of 33) sorted by relevance
12
/PHP-8.0/ext/exif/tests/ |
H A D | float_cast_overflow.phpt | 11 ["FileName"]=>
|
H A D | bug34704-mb.phpt | 15 ["FileName"]=>
|
H A D | bug34704.phpt | 15 ["FileName"]=>
|
H A D | exif007.phpt | 14 ["FileName"]=>
|
H A D | bug68547.phpt | 14 ["FileName"]=>
|
H A D | exif024.phpt | 14 ["FileName"]=>
|
H A D | exif025.phpt | 14 ["FileName"]=>
|
H A D | bug68799.phpt | 44 [FileName] => bug68799.jpg
|
H A D | exif008.phpt | 14 ["FileName"]=>
|
H A D | exif009.phpt | 14 ["FileName"]=>
|
H A D | exif000.phpt | 20 [FileName] => test2.jpg
|
H A D | exif010.phpt | 14 ["FileName"]=>
|
H A D | exif011.phpt | 14 ["FileName"]=>
|
H A D | exif012.phpt | 14 ["FileName"]=>
|
H A D | exif013.phpt | 14 ["FileName"]=>
|
H A D | bug72627.phpt | 17 ["FileName"]=>
|
H A D | exif001.phpt | 21 ["FileName"]=>
|
H A D | exif014.phpt | 14 ["FileName"]=>
|
H A D | exif015.phpt | 14 ["FileName"]=>
|
H A D | exif003.phpt | 28 ["FileName"]=>
|
H A D | bug50845.phpt | 12 ["FileName"]=>
|
H A D | exif017.phpt | 14 ["FileName"]=>
|
H A D | exif016.phpt | 14 ["FileName"]=>
|
/PHP-8.0/ext/exif/tests/bug74428/ |
H A D | bug74428.phpt | 15 ["FileName"]=>
|
/PHP-8.0/ext/exif/ |
H A D | exif.c | 1933 char *FileName; member 2012 php_verror(docref, ImageInfo && ImageInfo->FileName ? ImageInfo->FileName:"", type, buf, args); in exif_error_docref() 2016 php_verror(docref, ImageInfo && ImageInfo->FileName ? ImageInfo->FileName:"", type, format, args); in exif_error_docref() 4342 EFREE_IF(ImageInfo->FileName); in exif_discard_imageinfo() 4381 ImageInfo->FileName = NULL; in exif_read_from_impl() 4394 ImageInfo->FileName = estrndup(ZSTR_VAL(base), ZSTR_LEN(base)); in exif_read_from_impl() 4454 static bool exif_read_from_file(image_info_type *ImageInfo, char *FileName, int read_thumbnail, int… in exif_read_from_file() argument 4459 stream = php_stream_open_wrapper(FileName, "rb", STREAM_MUST_SEEK | IGNORE_PATH, NULL); in exif_read_from_file() 4575 exif_iif_add_str(&ImageInfo, SECTION_FILE, "FileName", ImageInfo.FileName); in PHP_FUNCTION()
|
Completed in 43 milliseconds
12