Home
last modified time | relevance | path

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

/PHP-7.4/ext/exif/
H A Dexif.c3818 unsigned int ll, lh; in exif_scan_JPEG_header() local
3864 if ((lh = php_stream_getc(ImageInfo->infile)) == (unsigned int)EOF) { in exif_scan_JPEG_header()
3873 itemlen = (lh << 8) | ll; in exif_scan_JPEG_header()
3877 …LL EXIFERR_CC, ImageInfo, E_WARNING, "%s, Section length: 0x%02X%02X", EXIF_ERROR_CORRUPT, lh, ll); in exif_scan_JPEG_header()
3888 Data[0] = (uchar)lh; in exif_scan_JPEG_header()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3187 >>>>3 regex \^(lh[0-9a-ex]|lz[s2-8]|pm[012]|pc1) \b
3200 >>>>>2 string -lh \b
3202 >>>>>>3 regex \^lh[01] LHarc 1.x/ARX archive data
3208 >>>>>>3 regex \^lh[23d] LHa 2.x? archive data
3209 >>>>>>3 regex \^lh[7] LHa (2.x)/LHark archive data
3210 >>>>>>3 regex \^lh[456] LHa (2.x) archive data
3216 # missing -lh?- variants (Joe Jared)
3217 >>>>>>3 regex \^lh[89a-ce] LHa (Joe Jared) archive
3223 # this should not happen if all -lh variants are described
3289 #2 string -lh\40- LHa 2.x? archive data [lh ]
H A Dmagic3187 >>>>3 regex \^(lh[0-9a-ex]|lz[s2-8]|pm[012]|pc1) \b
3200 >>>>>2 string -lh \b
3202 >>>>>>3 regex \^lh[01] LHarc 1.x/ARX archive data
3208 >>>>>>3 regex \^lh[23d] LHa 2.x? archive data
3209 >>>>>>3 regex \^lh[7] LHa (2.x)/LHark archive data
3210 >>>>>>3 regex \^lh[456] LHa (2.x) archive data
3216 # missing -lh?- variants (Joe Jared)
3217 >>>>>>3 regex \^lh[89a-ce] LHa (Joe Jared) archive
3223 # this should not happen if all -lh variants are described
3289 #2 string -lh\40- LHa 2.x? archive data [lh ]

Completed in 96 milliseconds