begin              32 Zend/zend_sort.c 	register char  *begin;
begin              44 Zend/zend_sort.c 		begin = begin_stack[loop];
begin              47 Zend/zend_sort.c 		while (begin < end) {
begin              48 Zend/zend_sort.c 			offset = (end - begin) >> Z_L(1);
begin              49 Zend/zend_sort.c 			swp(begin, begin + (offset - (offset % siz)));
begin              51 Zend/zend_sort.c 			seg1 = begin + siz;
begin              55 Zend/zend_sort.c 				for (; seg1 < seg2 && compare(begin, seg1) > 0;
begin              58 Zend/zend_sort.c 				for (; seg2 >= seg1 && compare(seg2, begin) > 0;
begin              70 Zend/zend_sort.c 			swp(begin, seg2);
begin              74 Zend/zend_sort.c 			if ((seg2p - begin) <= (end - seg2p)) {
begin              82 Zend/zend_sort.c 				if ((seg2p - siz) > begin) {
begin              83 Zend/zend_sort.c 					begin_stack[loop] = begin;
begin              86 Zend/zend_sort.c 				begin = seg2p + siz;
begin             451 ext/date/lib/parse_date.c 	char *begin, *end, *str;
begin             461 ext/date/lib/parse_date.c 	begin = *ptr;
begin             468 ext/date/lib/parse_date.c 		*scanned_length = end - begin;
begin             470 ext/date/lib/parse_date.c 	str = timelib_calloc(1, end - begin + 1);
begin             471 ext/date/lib/parse_date.c 	memcpy(str, begin, end - begin);
begin             494 ext/date/lib/parse_date.c 	char *begin, *end, *str;
begin             504 ext/date/lib/parse_date.c 	begin = *ptr;
begin             510 ext/date/lib/parse_date.c 	str = timelib_calloc(1, end - begin + 1);
begin             511 ext/date/lib/parse_date.c 	memcpy(str, begin, end - begin);
begin             544 ext/date/lib/parse_date.c 	char *begin = *ptr, *end;
begin             552 ext/date/lib/parse_date.c 	word = timelib_calloc(1, end - begin + 1);
begin             553 ext/date/lib/parse_date.c 	memcpy(word, begin, end - begin);
begin             577 ext/date/lib/parse_date.c 	char *begin = *ptr, *end;
begin             585 ext/date/lib/parse_date.c 	word = timelib_calloc(1, end - begin + 1);
begin             586 ext/date/lib/parse_date.c 	memcpy(word, begin, end - begin);
begin             624 ext/date/lib/parse_date.c 	char *begin = *ptr, *end;
begin             632 ext/date/lib/parse_date.c 	word = timelib_calloc(1, end - begin + 1);
begin             633 ext/date/lib/parse_date.c 	memcpy(word, begin, end - begin);
begin             719 ext/date/lib/parse_date.c 	char *begin = *ptr, *end;
begin             727 ext/date/lib/parse_date.c 	word = timelib_calloc(1, end - begin + 1);
begin             728 ext/date/lib/parse_date.c 	memcpy(word, begin, end - begin);
begin            24706 ext/date/lib/parse_date.c 			add_pbf_error(s, "Unexpected data found.", string, begin); \
begin            24738 ext/date/lib/parse_date.c 	char       *begin;
begin            24767 ext/date/lib/parse_date.c 		begin = ptr;
begin            24776 ext/date/lib/parse_date.c 						add_pbf_error(s, "A textual day could not be found", string, begin);
begin            24790 ext/date/lib/parse_date.c 					add_pbf_error(s, "A two digit day could not be found", string, begin);
begin            24799 ext/date/lib/parse_date.c 					add_pbf_error(s, "A three digit day-of-year could not be found", string, begin);
begin            24811 ext/date/lib/parse_date.c 					add_pbf_error(s, "A two digit month could not be found", string, begin);
begin            24818 ext/date/lib/parse_date.c 					add_pbf_error(s, "A textual month could not be found", string, begin);
begin            24828 ext/date/lib/parse_date.c 						add_pbf_error(s, "A two digit year could not be found", string, begin);
begin            24836 ext/date/lib/parse_date.c 					add_pbf_error(s, "A four digit year could not be found", string, begin);
begin            24843 ext/date/lib/parse_date.c 					add_pbf_error(s, "A two digit hour could not be found", string, begin);
begin            24846 ext/date/lib/parse_date.c 					add_pbf_error(s, "Hour can not be higher than 12", string, begin);
begin            24853 ext/date/lib/parse_date.c 					add_pbf_error(s, "A two digit hour could not be found", string, begin);
begin            24859 ext/date/lib/parse_date.c 					add_pbf_error(s, "Meridian can only come after an hour has been found", string, begin);
begin            24861 ext/date/lib/parse_date.c 					add_pbf_error(s, "A meridian could not be found", string, begin);
begin            24874 ext/date/lib/parse_date.c 						add_pbf_error(s, "A two digit minute could not be found", string, begin);
begin            24888 ext/date/lib/parse_date.c 						add_pbf_error(s, "A two digit second could not be found", string, begin);
begin            24902 ext/date/lib/parse_date.c 						add_pbf_error(s, "A six digit millisecond could not be found", string, begin);
begin            24935 ext/date/lib/parse_date.c 						add_pbf_error(s, "The timezone could not be found in the database", string, begin);
begin            24944 ext/date/lib/parse_date.c 					add_pbf_error(s, "The separation symbol ([;:/.,-]) could not be found", string, begin);
begin            24959 ext/date/lib/parse_date.c 					add_pbf_error(s, "The separation symbol could not be found", string, begin);
begin            24977 ext/date/lib/parse_date.c 					add_pbf_error(s, "Escaped character expected", string, begin);
begin            24984 ext/date/lib/parse_date.c 					add_pbf_error(s, "The escaped character could not be found", string, begin);
begin            24998 ext/date/lib/parse_date.c 					add_pbf_error(s, "The format separator does not match", string, begin);
begin             101 ext/date/lib/parse_iso_intervals.c 	struct timelib_time     *begin;
begin             141 ext/date/lib/parse_iso_intervals.c 	char *begin, *end, *str;
begin             151 ext/date/lib/parse_iso_intervals.c 	begin = *ptr;
begin             157 ext/date/lib/parse_iso_intervals.c 	str = timelib_calloc(1, end - begin + 1);
begin             158 ext/date/lib/parse_iso_intervals.c 	memcpy(str, begin, end - begin);
begin             815 ext/date/lib/parse_iso_intervals.c 			current = s->begin;
begin             914 ext/date/lib/parse_iso_intervals.c                            timelib_time **begin, timelib_time **end,
begin             956 ext/date/lib/parse_iso_intervals.c 	in.begin = timelib_time_ctor();
begin             957 ext/date/lib/parse_iso_intervals.c 	in.begin->y = TIMELIB_UNSET;
begin             958 ext/date/lib/parse_iso_intervals.c 	in.begin->d = TIMELIB_UNSET;
begin             959 ext/date/lib/parse_iso_intervals.c 	in.begin->m = TIMELIB_UNSET;
begin             960 ext/date/lib/parse_iso_intervals.c 	in.begin->h = TIMELIB_UNSET;
begin             961 ext/date/lib/parse_iso_intervals.c 	in.begin->i = TIMELIB_UNSET;
begin             962 ext/date/lib/parse_iso_intervals.c 	in.begin->s = TIMELIB_UNSET;
begin             963 ext/date/lib/parse_iso_intervals.c 	in.begin->f = 0;
begin             964 ext/date/lib/parse_iso_intervals.c 	in.begin->z = 0;
begin             965 ext/date/lib/parse_iso_intervals.c 	in.begin->dst = 0;
begin             966 ext/date/lib/parse_iso_intervals.c 	in.begin->is_localtime = 0;
begin             967 ext/date/lib/parse_iso_intervals.c 	in.begin->zone_type = TIMELIB_ZONETYPE_OFFSET;
begin            1010 ext/date/lib/parse_iso_intervals.c 		*begin = in.begin;
begin            1012 ext/date/lib/parse_iso_intervals.c 		timelib_time_dtor(in.begin);
begin             313 ext/date/lib/timelib.c         char *begin = *ptr, *end;
begin             320 ext/date/lib/timelib.c         switch (end - begin) {
begin             323 ext/date/lib/timelib.c                         return HOUR(strtol(begin, NULL, 10));
begin             327 ext/date/lib/timelib.c                         if (begin[1] == ':') {
begin             328 ext/date/lib/timelib.c                                 tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 2, NULL, 10);
begin             330 ext/date/lib/timelib.c                         } else if (begin[2] == ':') {
begin             331 ext/date/lib/timelib.c                                 tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 3, NULL, 10);
begin             334 ext/date/lib/timelib.c                                 tmp = strtol(begin, NULL, 10);
begin             338 ext/date/lib/timelib.c                         tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 3, NULL, 10);
begin              96 ext/date/lib/timelib.h                            timelib_time **begin, timelib_time **end,
begin            3833 ext/date/php_date.c 	unsigned int         i, begin = 0, found;
begin            3869 ext/date/php_date.c 		begin = 0;
begin            3872 ext/date/php_date.c 		begin = 0;
begin            3876 ext/date/php_date.c 				if (tzobj->tzi.tz->trans[begin] > timestamp_begin) {
begin            3877 ext/date/php_date.c 					if (begin > 0) {
begin            3878 ext/date/php_date.c 						add(begin - 1, timestamp_begin);
begin            3885 ext/date/php_date.c 				begin++;
begin            3886 ext/date/php_date.c 			} while (begin < tzobj->tzi.tz->bit32.timecnt);
begin            3897 ext/date/php_date.c 		for (i = begin; i < tzobj->tzi.tz->bit32.timecnt; ++i) {
begin               2 ext/mbstring/libmbfl/mbfl/eaw_table.h 	int begin;
begin            1757 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (c < mbfl_eaw_table[0].begin) {
begin            1762 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (mbfl_eaw_table[i].begin <= c && c <= mbfl_eaw_table[i].end) {
begin              65 ext/mysqlnd/mysqlnd_wireprotocol.c 	if ((size_t)(p - begin) > packet->header.size) { \
begin             325 ext/mysqlnd/mysqlnd_wireprotocol.c 	zend_uchar *begin = buf;
begin             447 ext/mysqlnd/mysqlnd_wireprotocol.c 	DBG_ERR_FMT("GREET packet %d bytes shorter than expected", p - begin - packet->header.size);
begin             449 ext/mysqlnd/mysqlnd_wireprotocol.c 					 p - begin - packet->header.size);
begin             685 ext/mysqlnd/mysqlnd_wireprotocol.c 	zend_uchar *begin = buf;
begin             747 ext/mysqlnd/mysqlnd_wireprotocol.c 			packet->message_len = MIN(i, buf_len - (p - begin));
begin             761 ext/mysqlnd/mysqlnd_wireprotocol.c 	DBG_ERR_FMT("OK packet %d bytes shorter than expected", p - begin - packet->header.size);
begin             763 ext/mysqlnd/mysqlnd_wireprotocol.c 					 p - begin - packet->header.size);
begin             848 ext/mysqlnd/mysqlnd_wireprotocol.c 	zend_uchar *begin = buf;
begin             887 ext/mysqlnd/mysqlnd_wireprotocol.c 		packet->message_len = MIN(i, buf_len - (p - begin));
begin             902 ext/mysqlnd/mysqlnd_wireprotocol.c 	DBG_ERR_FMT("OK packet %d bytes shorter than expected", p - begin - packet->header.size);
begin             904 ext/mysqlnd/mysqlnd_wireprotocol.c 					 p - begin - packet->header.size);
begin             940 ext/mysqlnd/mysqlnd_wireprotocol.c 	zend_uchar *begin = buf;
begin             985 ext/mysqlnd/mysqlnd_wireprotocol.c 	DBG_ERR_FMT("EOF packet %d bytes shorter than expected", p - begin - packet->header.size);
begin             987 ext/mysqlnd/mysqlnd_wireprotocol.c 					 p - begin - packet->header.size);
begin            1089 ext/mysqlnd/mysqlnd_wireprotocol.c 	zend_uchar *begin = buf;
begin            1178 ext/mysqlnd/mysqlnd_wireprotocol.c 	DBG_ERR_FMT("RSET_HEADER packet %d bytes shorter than expected", p - begin - packet->header.size);
begin            1180 ext/mysqlnd/mysqlnd_wireprotocol.c 					 p - begin - packet->header.size);
begin            1229 ext/mysqlnd/mysqlnd_wireprotocol.c 	zend_uchar *begin = buf;
begin            1413 ext/mysqlnd/mysqlnd_wireprotocol.c 	DBG_ERR_FMT("RSET field packet %d bytes shorter than expected", p - begin - packet->header.size);
begin            1415 ext/mysqlnd/mysqlnd_wireprotocol.c 			 		"shorter than expected", p - begin - packet->header.size);
begin            1956 ext/mysqlnd/mysqlnd_wireprotocol.c 	zend_uchar *begin = buf;
begin            2016 ext/mysqlnd/mysqlnd_wireprotocol.c 	DBG_ERR_FMT("PREPARE packet %d bytes shorter than expected", p - begin - packet->header.size);
begin            2018 ext/mysqlnd/mysqlnd_wireprotocol.c 					 p - begin - packet->header.size);
begin            2044 ext/mysqlnd/mysqlnd_wireprotocol.c 	zend_uchar *begin = buf;
begin            2091 ext/mysqlnd/mysqlnd_wireprotocol.c 	DBG_ERR_FMT("CHANGE_USER packet %d bytes shorter than expected", p - begin - packet->header.size);
begin            2093 ext/mysqlnd/mysqlnd_wireprotocol.c 						 p - begin - packet->header.size);
begin            2161 ext/mysqlnd/mysqlnd_wireprotocol.c 	zend_uchar *begin = buf;
begin            2181 ext/mysqlnd/mysqlnd_wireprotocol.c 	DBG_ERR_FMT("OK packet %d bytes shorter than expected", p - begin - packet->header.size);
begin            2183 ext/mysqlnd/mysqlnd_wireprotocol.c 					 p - begin - packet->header.size);
begin             164 ext/pcre/pcrelib/pcre_jit_compile.c   const pcre_uchar *begin;
begin             923 ext/pcre/pcrelib/pcre_jit_compile.c static BOOL detect_repeat(compiler_common *common, pcre_uchar *begin)
begin             925 ext/pcre/pcrelib/pcre_jit_compile.c pcre_uchar *end = bracketend(begin);
begin             930 ext/pcre/pcrelib/pcre_jit_compile.c sljit_sw length = end - begin;
begin             945 ext/pcre/pcrelib/pcre_jit_compile.c   if (*next != *begin)
begin             948 ext/pcre/pcrelib/pcre_jit_compile.c   if (next_end - next != length || memcmp(begin, next, IN_UCHARS(length)) != 0)
begin             964 ext/pcre/pcrelib/pcre_jit_compile.c     if (next[0] != type || next[1] != OP_BRA || next[2 + LINK_SIZE] != *begin)
begin             967 ext/pcre/pcrelib/pcre_jit_compile.c     if (next_end - next != (length + 2 + LINK_SIZE) || memcmp(begin, next + 2 + LINK_SIZE, IN_UCHARS(length)) != 0)
begin             973 ext/pcre/pcrelib/pcre_jit_compile.c   if (next[0] == type && next[1] == *begin && max >= 1)
begin             976 ext/pcre/pcrelib/pcre_jit_compile.c     if (next_end - next == (length + 1) && memcmp(begin, next + 1, IN_UCHARS(length)) == 0)
begin            2176 ext/pcre/pcrelib/pcre_jit_compile.c OP2(SLJIT_SUB, SLJIT_R0, 0, SLJIT_MEM1(SLJIT_S0), SLJIT_OFFSETOF(jit_arguments, begin), SLJIT_IMM, IN_UCHARS(1));
begin            2269 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_R0, 0, SLJIT_MEM1(SLJIT_R0), SLJIT_OFFSETOF(jit_arguments, begin));
begin            2317 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_S0, 0, SLJIT_MEM1(SLJIT_R1), SLJIT_OFFSETOF(jit_arguments, begin));
begin            3897 ext/pcre/pcrelib/pcre_jit_compile.c   OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, begin));
begin            4153 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, begin));
begin            5304 ext/pcre/pcrelib/pcre_jit_compile.c   OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, begin));
begin            5580 ext/pcre/pcrelib/pcre_jit_compile.c   OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, begin));
begin            5588 ext/pcre/pcrelib/pcre_jit_compile.c   OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, begin));
begin            5837 ext/pcre/pcrelib/pcre_jit_compile.c     OP1(SLJIT_MOV, TMP3, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, begin));
begin            5848 ext/pcre/pcrelib/pcre_jit_compile.c     OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, begin));
begin            6361 ext/pcre/pcrelib/pcre_jit_compile.c const pcre_uchar *begin = arguments->begin;
begin            6373 ext/pcre/pcrelib/pcre_jit_compile.c callout_block->subject_length = arguments->end - arguments->begin;
begin            6374 ext/pcre/pcrelib/pcre_jit_compile.c callout_block->start_match = (pcre_uchar*)callout_block->subject - arguments->begin;
begin            6375 ext/pcre/pcrelib/pcre_jit_compile.c callout_block->current_position = (pcre_uchar*)callout_block->offset_vector - arguments->begin;
begin            6377 ext/pcre/pcrelib/pcre_jit_compile.c callout_block->subject = (PCRE_SPTR)begin;
begin            6379 ext/pcre/pcrelib/pcre_jit_compile.c callout_block->subject = (PCRE_SPTR16)begin;
begin            6381 ext/pcre/pcrelib/pcre_jit_compile.c callout_block->subject = (PCRE_SPTR32)begin;
begin            6389 ext/pcre/pcrelib/pcre_jit_compile.c   offset_vector[i] = jit_ovector[i] - begin;
begin            6390 ext/pcre/pcrelib/pcre_jit_compile.c   offset_vector[i + 1] = jit_ovector[i + 1] - begin;
begin            6391 ext/pcre/pcrelib/pcre_jit_compile.c   if (jit_ovector[i] >= begin)
begin            10434 ext/pcre/pcrelib/pcre_jit_compile.c arguments.begin = subject;
begin            10527 ext/pcre/pcrelib/pcre_jit_compile.c arguments.begin = subject_ptr;
begin             580 ext/pdo/pdo_dbh.c 	if (!dbh->methods->begin) {
begin             587 ext/pdo/pdo_dbh.c 	if (dbh->methods->begin(dbh)) {
begin             303 ext/pdo/php_pdo_driver.h 	pdo_dbh_txn_func		begin;
begin            4202 ext/standard/string.c 	size_t begin, end, char_count, orig_begin;
begin            4297 ext/standard/string.c 	begin = end = str_len-1;
begin            4302 ext/standard/string.c 		while ((!max_chars || (max_chars > 0 && char_count < max_chars)) && begin > 0) {
begin            4304 ext/standard/string.c 			begin--;
begin            4305 ext/standard/string.c 			if (begin <= 0 || _isnewline(heb_str[begin])) {
begin            4306 ext/standard/string.c 				while (begin > 0 && _isnewline(heb_str[begin-1])) {
begin            4307 ext/standard/string.c 					begin--;
begin            4314 ext/standard/string.c 			size_t new_char_count=char_count, new_begin=begin;
begin            4324 ext/standard/string.c 				begin=new_begin;
begin            4327 ext/standard/string.c 		orig_begin=begin;
begin            4329 ext/standard/string.c 		if (_isblank(heb_str[begin])) {
begin            4330 ext/standard/string.c 			heb_str[begin]='\n';
begin            4332 ext/standard/string.c 		while (begin <= end && _isnewline(heb_str[begin])) { /* skip leading newlines */
begin            4333 ext/standard/string.c 			begin++;
begin            4335 ext/standard/string.c 		for (i = begin; i <= end; i++) { /* copy content */
begin            4343 ext/standard/string.c 		begin=orig_begin;
begin            4345 ext/standard/string.c 		if (begin <= 0) {
begin            4349 ext/standard/string.c 		begin--;
begin            4350 ext/standard/string.c 		end=begin;