zero               97 ext/bcmath/libbcmath/src/div.c   char zero;
zero              151 ext/bcmath/libbcmath/src/div.c       zero = TRUE;
zero              155 ext/bcmath/libbcmath/src/div.c       zero = FALSE;
zero              171 ext/bcmath/libbcmath/src/div.c   if (!zero)
zero             7533 ext/pcre/pcrelib/pcre_jit_compile.c BOOL zero = FALSE;
zero             7542 ext/pcre/pcrelib/pcre_jit_compile.c   zero = TRUE;
zero             7588 ext/pcre/pcrelib/pcre_jit_compile.c   if (!zero)
zero             7624 ext/pcre/pcrelib/pcre_jit_compile.c   if (!zero)
zero             7635 ext/pcre/pcrelib/pcre_jit_compile.c   if (!zero)
zero             7650 ext/pcre/pcrelib/pcre_jit_compile.c   if (!zero)
zero             7712 ext/pcre/pcrelib/pcre_jit_compile.c     if (!zero)
zero             7743 ext/pcre/pcrelib/pcre_jit_compile.c     if (!zero)
zero             7791 ext/pcre/pcrelib/pcre_jit_compile.c if (!zero)
zero             2397 ext/phar/phar.c 		if (idata->zero && idata->zero != entry->offset_abs) {
zero             2398 ext/phar/phar.c 			idata->zero = entry->offset_abs;
zero             2406 ext/phar/phar.c 	php_stream_seek(fp, idata->zero, SEEK_SET);
zero             2412 ext/phar/phar.c 	php_stream_seek(fp, idata->zero, SEEK_SET);
zero              469 ext/phar/phar_internal.h 	zend_off_t                    zero;
zero              380 ext/phar/stream.c 	php_stream_seek(data->fp, data->position + data->zero, SEEK_SET);
zero              383 ext/phar/stream.c 	data->position = php_stream_tell(data->fp) - data->zero;
zero              408 ext/phar/stream.c 			temp = data->zero + entry->uncompressed_filesize + offset;
zero              411 ext/phar/stream.c 			temp = data->zero + data->position + offset;
zero              414 ext/phar/stream.c 			temp = data->zero + offset;
zero              419 ext/phar/stream.c 	if (temp > data->zero + (zend_off_t) entry->uncompressed_filesize) {
zero              423 ext/phar/stream.c 	if (temp < data->zero) {
zero              428 ext/phar/stream.c 	*newoffset = php_stream_tell(data->fp) - data->zero;
zero              501 ext/phar/util.c 		(*ret)->zero = phar_get_fp_offset(link);
zero              503 ext/phar/util.c 		(*ret)->zero = phar_get_fp_offset(entry);
zero              619 ext/phar/util.c 	ret->position = ret->zero = 0;
zero              737 ext/phar/util.c 		dummy.zero = entry->offset;
zero              755 ext/phar/util.c 	dummy.zero = entry->offset;
zero              802 ext/phar/util.c 	dummy.zero = entry->offset;
zero              272 ext/zip/lib/zip_source_win32handle.c 		LARGE_INTEGER zero;
zero              278 ext/zip/lib/zip_source_win32handle.c 		zero.QuadPart = 0;
zero              279 ext/zip/lib/zip_source_win32handle.c 		if (!SetFilePointerEx(ctx->h, zero, &new_offset, FILE_CURRENT)) {
zero              378 ext/zip/lib/zip_source_win32handle.c 	LARGE_INTEGER zero;
zero              381 ext/zip/lib/zip_source_win32handle.c 	zero.QuadPart = 0;
zero              382 ext/zip/lib/zip_source_win32handle.c 	if (!SetFilePointerEx(ctx->hout, zero, &offset, FILE_CURRENT)) {
zero              447 sapi/phpdbg/phpdbg.c 	zval zero;
zero              448 sapi/phpdbg/phpdbg.c 	ZVAL_LONG(&zero, 0);
zero              476 sapi/phpdbg/phpdbg.c 		zend_hash_index_update(insert_ht, insert_idx, &zero);
zero              636 sapi/phpdbg/phpdbg.c 			zval zero;
zero              637 sapi/phpdbg/phpdbg.c 			ZVAL_LONG(&zero, 0);
zero              673 sapi/phpdbg/phpdbg.c 					num = zend_hash_index_add_new(insert_ht, insert_idx, &zero);