begin 61 Zend/zend_qsort.c register char *begin; begin 73 Zend/zend_qsort.c begin = begin_stack[loop]; begin 76 Zend/zend_qsort.c while (begin < end) { begin 77 Zend/zend_qsort.c offset = (end - begin) >> 1; begin 78 Zend/zend_qsort.c _zend_qsort_swap(begin, begin + (offset - (offset % siz)), siz); begin 80 Zend/zend_qsort.c seg1 = begin + siz; begin 84 Zend/zend_qsort.c for (; seg1 < seg2 && compare(begin, seg1 TSRMLS_CC, arg) > 0; begin 87 Zend/zend_qsort.c for (; seg2 >= seg1 && compare(seg2, begin TSRMLS_CC, arg) > 0; begin 99 Zend/zend_qsort.c _zend_qsort_swap(begin, seg2, siz); begin 103 Zend/zend_qsort.c if ((seg2p - begin) <= (end - seg2p)) { begin 111 Zend/zend_qsort.c if ((seg2p - siz) > begin) { begin 112 Zend/zend_qsort.c begin_stack[loop] = begin; begin 115 Zend/zend_qsort.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 3907 ext/date/php_date.c unsigned int i, begin = 0, found; begin 3945 ext/date/php_date.c begin = 0; begin 3948 ext/date/php_date.c begin = 0; begin 3952 ext/date/php_date.c if (tzobj->tzi.tz->trans[begin] > timestamp_begin) { begin 3953 ext/date/php_date.c if (begin > 0) { begin 3954 ext/date/php_date.c add(begin - 1, timestamp_begin); begin 3961 ext/date/php_date.c begin++; begin 3962 ext/date/php_date.c } while (begin < tzobj->tzi.tz->bit32.timecnt); begin 3973 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 327 ext/mysqlnd/mysqlnd_wireprotocol.c zend_uchar *begin = buf; begin 449 ext/mysqlnd/mysqlnd_wireprotocol.c DBG_ERR_FMT("GREET packet %d bytes shorter than expected", p - begin - packet->header.size); begin 451 ext/mysqlnd/mysqlnd_wireprotocol.c p - begin - packet->header.size); begin 649 ext/mysqlnd/mysqlnd_wireprotocol.c zend_uchar *begin = buf; begin 711 ext/mysqlnd/mysqlnd_wireprotocol.c packet->message_len = MIN(i, buf_len - (p - begin)); begin 725 ext/mysqlnd/mysqlnd_wireprotocol.c DBG_ERR_FMT("OK packet %d bytes shorter than expected", p - begin - packet->header.size); begin 727 ext/mysqlnd/mysqlnd_wireprotocol.c p - begin - packet->header.size); begin 812 ext/mysqlnd/mysqlnd_wireprotocol.c zend_uchar *begin = buf; begin 851 ext/mysqlnd/mysqlnd_wireprotocol.c packet->message_len = MIN(i, buf_len - (p - begin)); begin 866 ext/mysqlnd/mysqlnd_wireprotocol.c DBG_ERR_FMT("OK packet %d bytes shorter than expected", p - begin - packet->header.size); begin 868 ext/mysqlnd/mysqlnd_wireprotocol.c p - begin - packet->header.size); begin 904 ext/mysqlnd/mysqlnd_wireprotocol.c zend_uchar *begin = buf; begin 949 ext/mysqlnd/mysqlnd_wireprotocol.c DBG_ERR_FMT("EOF packet %d bytes shorter than expected", p - begin - packet->header.size); begin 951 ext/mysqlnd/mysqlnd_wireprotocol.c p - begin - packet->header.size); begin 1053 ext/mysqlnd/mysqlnd_wireprotocol.c zend_uchar *begin = buf; begin 1142 ext/mysqlnd/mysqlnd_wireprotocol.c DBG_ERR_FMT("RSET_HEADER packet %d bytes shorter than expected", p - begin - packet->header.size); begin 1144 ext/mysqlnd/mysqlnd_wireprotocol.c p - begin - packet->header.size); begin 1193 ext/mysqlnd/mysqlnd_wireprotocol.c zend_uchar *begin = buf; begin 1373 ext/mysqlnd/mysqlnd_wireprotocol.c DBG_ERR_FMT("RSET field packet %d bytes shorter than expected", p - begin - packet->header.size); begin 1375 ext/mysqlnd/mysqlnd_wireprotocol.c "shorter than expected", p - begin - packet->header.size); begin 1966 ext/mysqlnd/mysqlnd_wireprotocol.c zend_uchar *begin = buf; begin 2026 ext/mysqlnd/mysqlnd_wireprotocol.c DBG_ERR_FMT("PREPARE packet %d bytes shorter than expected", p - begin - packet->header.size); begin 2028 ext/mysqlnd/mysqlnd_wireprotocol.c p - begin - packet->header.size); begin 2054 ext/mysqlnd/mysqlnd_wireprotocol.c zend_uchar *begin = buf; begin 2101 ext/mysqlnd/mysqlnd_wireprotocol.c DBG_ERR_FMT("CHANGE_USER packet %d bytes shorter than expected", p - begin - packet->header.size); begin 2103 ext/mysqlnd/mysqlnd_wireprotocol.c p - begin - packet->header.size); begin 2171 ext/mysqlnd/mysqlnd_wireprotocol.c zend_uchar *begin = buf; begin 2191 ext/mysqlnd/mysqlnd_wireprotocol.c DBG_ERR_FMT("OK packet %d bytes shorter than expected", p - begin - packet->header.size); begin 2193 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 616 ext/pdo/pdo_dbh.c if (!dbh->methods->begin) { begin 623 ext/pdo/pdo_dbh.c if (dbh->methods->begin(dbh TSRMLS_CC)) { begin 313 ext/pdo/php_pdo_driver.h pdo_dbh_txn_func begin; begin 4065 ext/standard/string.c int begin, end, char_count, orig_begin; begin 4159 ext/standard/string.c begin=end=str_len-1; begin 4164 ext/standard/string.c while ((!max_chars || char_count < max_chars) && begin > 0) { begin 4166 ext/standard/string.c begin--; begin 4167 ext/standard/string.c if (begin <= 0 || _isnewline(heb_str[begin])) { begin 4168 ext/standard/string.c while (begin > 0 && _isnewline(heb_str[begin-1])) { begin 4169 ext/standard/string.c begin--; begin 4176 ext/standard/string.c int new_char_count=char_count, new_begin=begin; begin 4186 ext/standard/string.c begin=new_begin; begin 4189 ext/standard/string.c orig_begin=begin; begin 4191 ext/standard/string.c if (_isblank(heb_str[begin])) { begin 4192 ext/standard/string.c heb_str[begin]='\n'; begin 4194 ext/standard/string.c while (begin <= end && _isnewline(heb_str[begin])) { /* skip leading newlines */ begin 4195 ext/standard/string.c begin++; begin 4197 ext/standard/string.c for (i = begin; i <= end; i++) { /* copy content */ begin 4205 ext/standard/string.c begin=orig_begin; begin 4207 ext/standard/string.c if (begin <= 0) { begin 4211 ext/standard/string.c begin--; begin 4212 ext/standard/string.c end=begin;