lh               3261 ext/exif/exif.c 	unsigned int ll, lh;
lh               3307 ext/exif/exif.c 		if ((lh = php_stream_getc(ImageInfo->infile)) == EOF) {
lh               3316 ext/exif/exif.c 		itemlen = (lh << 8) | ll;
lh               3320 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "%s, Section length: 0x%02X%02X", EXIF_ERROR_CORRUPT, lh, ll);
lh               3331 ext/exif/exif.c 		Data[0] = (uchar)lh;
lh                157 ext/interbase/php_ibase_includes.h #define PHP_IBASE_LINK_TRANS(zv, lh, th)													\
lh                160 ext/interbase/php_ibase_includes.h 				lh = (ibase_db_link *)zend_fetch_resource2(                                 \
lh                163 ext/interbase/php_ibase_includes.h 				_php_ibase_get_link_trans(INTERNAL_FUNCTION_PARAM_PASSTHRU, zv, &lh, &th);  \
lh                165 ext/interbase/php_ibase_includes.h 			if (SUCCESS != _php_ibase_def_trans(lh, &th)) { RETURN_FALSE; }                 \