Home
last modified time | relevance | path

Searched refs:FileName (Results 1 – 25 of 31) sorted by relevance

12

/PHP-7.1/ext/exif/tests/
H A Dbug34704-mb.phpt16 ["FileName"]=>
H A Dbug34704.phpt16 ["FileName"]=>
H A Dexif007.phpt14 ["FileName"]=>
H A Dbug68799.phpt44 [FileName] => bug68799.jpg
H A Dexif025.phpt14 ["FileName"]=>
H A Dexif024.phpt14 ["FileName"]=>
H A Dexif008.phpt14 ["FileName"]=>
H A Dexif009.phpt14 ["FileName"]=>
H A Dexif_read_exif_data_basic-mb.phpt24 [FileName] => test2私はガラスを食べられます.jpg
H A Dexif_read_exif_data_basic.phpt24 [FileName] => test2.jpg
H A Dexif000.phpt20 [FileName] => test2.jpg
H A Dexif010.phpt14 ["FileName"]=>
H A Dexif011.phpt14 ["FileName"]=>
H A Dexif012.phpt14 ["FileName"]=>
H A Dexif013.phpt14 ["FileName"]=>
H A Dbug72627.phpt17 ["FileName"]=>
H A Dexif001.phpt21 ["FileName"]=>
H A Dexif014.phpt14 ["FileName"]=>
H A Dexif015.phpt14 ["FileName"]=>
H A Dexif003.phpt28 ["FileName"]=>
H A Dbug50845.phpt11 ["FileName"]=>
H A Dexif016.phpt14 ["FileName"]=>
H A Dexif017.phpt14 ["FileName"]=>
H A Dexif018.phpt14 ["FileName"]=>
/PHP-7.1/ext/exif/
H A Dexif.c1508 char *FileName; member
1568 php_verror(docref, ImageInfo->FileName?ImageInfo->FileName:"", type, buf, args); in exif_error_docref()
1572 php_verror(docref, ImageInfo->FileName?ImageInfo->FileName:"", type, format, args); in exif_error_docref()
3892 EFREE_IF(ImageInfo->FileName); in exif_discard_imageinfo()
3922 static int exif_read_file(image_info_type *ImageInfo, char *FileName, int read_thumbnail, int read_… in exif_read_file() argument
3933 ImageInfo->infile = php_stream_open_wrapper(FileName, "rb", STREAM_MUST_SEEK|IGNORE_PATH, NULL); in exif_read_file()
3940 if (VCWD_STAT(FileName, &st) >= 0) { in exif_read_file()
3960 base = php_basename(FileName, strlen(FileName), NULL, 0); in exif_read_file()
3961 ImageInfo->FileName = estrndup(ZSTR_VAL(base), ZSTR_LEN(base)); in exif_read_file()
4055 exif_iif_add_str(&ImageInfo, SECTION_FILE, "FileName", ImageInfo.FileName); in PHP_FUNCTION()

Completed in 41 milliseconds

12