Home
last modified time | relevance | path

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

/PHP-7.3/ext/interbase/
H A Dphp_ibase_includes.h157 #define PHP_IBASE_LINK_TRANS(zv, lh, th) \ argument
160 lh = (ibase_db_link *)zend_fetch_resource2( \
163 _php_ibase_get_link_trans(INTERNAL_FUNCTION_PARAM_PASSTHRU, zv, &lh, &th); \
165 if (SUCCESS != _php_ibase_def_trans(lh, &th)) { RETURN_FALSE; } \
/PHP-7.3/ext/exif/
H A Dexif.c3781 unsigned int ll, lh; in exif_scan_JPEG_header() local
3827 if ((lh = php_stream_getc(ImageInfo->infile)) == (unsigned int)EOF) { in exif_scan_JPEG_header()
3836 itemlen = (lh << 8) | ll; in exif_scan_JPEG_header()
3840 …LL EXIFERR_CC, ImageInfo, E_WARNING, "%s, Section length: 0x%02X%02X", EXIF_ERROR_CORRUPT, lh, ll); in exif_scan_JPEG_header()
3851 Data[0] = (uchar)lh; in exif_scan_JPEG_header()
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic3001 >>>>3 regex \^(lh[0-9a-ex]|lz[s2-8]|pm[012]|pc1) \b
3014 >>>>>2 string -lh \b
3016 >>>>>>3 regex \^lh[01] LHarc 1.x/ARX archive data
3022 >>>>>>3 regex \^lh[23d] LHa 2.x? archive data
3023 >>>>>>3 regex \^lh[7] LHa (2.x)/LHark archive data
3024 >>>>>>3 regex \^lh[456] LHa (2.x) archive data
3030 # missing -lh?- variants (Joe Jared)
3031 >>>>>>3 regex \^lh[89a-ce] LHa (Joe Jared) archive
3037 # this should not happen if all -lh variants are described
3103 #2 string -lh\40- LHa 2.x? archive data [lh ]
H A Dmagic私はガラスを食べられます3001 >>>>3 regex \^(lh[0-9a-ex]|lz[s2-8]|pm[012]|pc1) \b
3014 >>>>>2 string -lh \b
3016 >>>>>>3 regex \^lh[01] LHarc 1.x/ARX archive data
3022 >>>>>>3 regex \^lh[23d] LHa 2.x? archive data
3023 >>>>>>3 regex \^lh[7] LHa (2.x)/LHark archive data
3024 >>>>>>3 regex \^lh[456] LHa (2.x) archive data
3030 # missing -lh?- variants (Joe Jared)
3031 >>>>>>3 regex \^lh[89a-ce] LHa (Joe Jared) archive
3037 # this should not happen if all -lh variants are described
3103 #2 string -lh\40- LHa 2.x? archive data [lh ]

Completed in 159 milliseconds