Home
last modified time | relevance | path

Searched refs:offsets (Results 26 – 50 of 88) sorted by relevance

1234

/PHP-5.5/ext/mbstring/tests/
H A Dbug43840.phpt22 $offsets = array(20, 21, 22, 53, 54);
26 foreach($offsets as $i) {
H A Dbug43841.phpt19 $offsets = array(-25, -24, -13, -12);
25 foreach ($offsets as $i) {
/PHP-5.5/tests/strings/
H A Doffsets_general.phpt2 testing the behavior of string offsets
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug44327_2.phpt2 Bug #44327.2 (PDORow::queryString property & numeric offsets / Crash)
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrpos_variation7.phpt11 * and with various needles & offsets
H A Dstripos_variation8.phpt11 * and with various needles & offsets
27 /* loop through to consider various offsets in getting the position of the needle in haystack strin…
H A Dstrrpos_variation5.phpt11 * and with various needles & offsets
H A Dstripos_variation5.phpt11 * and with various needles & offsets
H A Dstripos_variation3.phpt11 * with various needles & offsets
H A Dstrripos_variation5.phpt11 * and with various needles & offsets
H A Dstrrpos_variation3.phpt11 * with various needles & offsets
H A Dstripos_variation7.phpt11 * and with various needles & offsets
H A Dstrrpos_variation6.phpt11 * and with various needles & offsets
H A Dstripos_variation6.phpt11 * and with various needles & offsets
/PHP-5.5/Zend/tests/
H A Doffset_array.phpt2 using different variables to access array offsets
H A Doffset_string.phpt2 using different variables to access string offsets
/PHP-5.5/ext/date/tests/
H A DDateTime_setISODate_basic1.phpt6 …* Description: Set a date according to the ISO 8601 standard - using weeks and day offsets rather …
H A Ddate_isodate_set_basic1.phpt6 …* Description: Set a date according to the ISO 8601 standard - using weeks and day offsets rather …
H A DDateTime_setISODate_error.phpt7 …* Description: Set a date according to the ISO 8601 standard - using weeks and day offsets rather …
H A Ddate_isodate_set_error.phpt7 …* Description: Set a date according to the ISO 8601 standard - using weeks and day offsets rather …
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug44327.phpt2 Bug #44327 (PDORow::queryString property & numeric offsets / Crash)
H A Dbug53551.phpt2 Bug #44327 (PDORow::queryString property & numeric offsets / Crash)
/PHP-5.5/ext/standard/tests/array/
H A Darray_splice_variation3.phpt2 Test array_splice() function : usage variations - lengths and offsets
10 echo "*** array_splice() function : usage variations - lengths and offsets\n";
76 *** array_splice() function : usage variations - lengths and offsets
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c166 int *offsets; member
3581 int offsets[3]; in fast_forward_first_n_chars() local
3659 offsets[0] = -1; in fast_forward_first_n_chars()
3673 offsets[1] = -1; in fast_forward_first_n_chars()
3682 if (offsets[1] == -1 && offsets[0] == 0 && range_right < 0) in fast_forward_first_n_chars()
3690 for (i = (offsets[0] + offsets[1]) / 2 + 1; i < offsets[1]; i++) in fast_forward_first_n_chars()
3699 for (i = (offsets[0] + offsets[1]) / 2; i > offsets[0]; i--) in fast_forward_first_n_chars()
3708 SLJIT_ASSERT(offsets[1] == -1 || (offsets[0] < offsets[1])); in fast_forward_first_n_chars()
3709 SLJIT_ASSERT(offsets[2] == -1 || (offsets[0] < offsets[2] && offsets[1] > offsets[2])); in fast_forward_first_n_chars()
10445 arguments.offsets = offsets; in PRIV()
[all …]
H A Dpcre_exec.c6449 offsets[0] = erroroffset; in pcre_exec()
6450 offsets[1] = errorcode; in pcre_exec()
6484 start_offset, options, offsets, offsetcount); in pcre_exec()
6671 else md->offset_vector = offsets; in pcre_exec()
7063 memcpy(offsets + 2, md->offset_vector + 2, in pcre_exec()
7093 iptr = offsets + md->end_offset_top; in pcre_exec()
7094 iend = offsets + resetcount; in pcre_exec()
7105 offsets[1] = (int)(md->end_match_ptr - md->start_subject); in pcre_exec()
7147 offsets[0] = (int)(start_partial - (PCRE_PUCHAR)subject); in pcre_exec()
7148 offsets[1] = (int)(end_subject - (PCRE_PUCHAR)subject); in pcre_exec()
[all …]

Completed in 71 milliseconds

1234