Home
last modified time | relevance | path

Searched refs:range (Results 176 – 200 of 234) sorted by relevance

12345678910

/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DRE193 x-y range from x to y
344 limited by the range that does not include the string
350 This works like "exp", but it is limited by the range
356 After passed this operator, string right range is limited
547 + allow the range of single byte char and multibyte char in character
550 + effect range of isolated option is to next ')'.
562 + In the range quantifier, the number of the minimum is optional.
H A DSYNTAX.md146 Enables support for the `r{lower,upper}` range form, common to more advanced
147 regex engines, which lets you specify precisely a minimum and maximum range on how many r's
163 Enables support for an escaped `r\{lower,upper\}` range form. This is useful if you
164 have disabled support for the normal `r{...}` range form and want curly braces to simply
166 "range" behavior.
310 U+2000 (en quad) through U+200A (hair space) (this range includes several widths of Unicode spaces),
852 This flag, if set, causes an invalid range, like `foo{bar}` or `foo{}`, to be
854 range will produce an error message.
942 If this flag is set, then a trailing `-` after a character range will be taken as a
944 `-` after a character range will produce an error message.
[all …]
/PHP-7.3/ext/imap/tests/
H A Dimap_fetchheader_variation5.phpt25 $sequences = array (0, 4, // out of range
H A Dimap_fetch_overview_variation3.phpt15 * Test passing a range of values into the $options argument to imap_fetch_overview():
/PHP-7.3/ext/standard/tests/array/
H A Dend.phpt17 range(1, 100 ),
18 range('a', 'z', 2 ),
H A Dend_64bit.phpt17 range(1, 100 ),
18 range('a', 'z', 2 ),
/PHP-7.3/ext/standard/tests/general_functions/
H A Dprint_r.phpt35 range(1,10), // positive values
36 range(-1,-10), // negative values
39 -2147483648, // min range of integer
40 -2147483647, // min range of integer + 1
42 -0x80000000, // min range of hexadecimal integer
44 -020000000000 // min range of octal integer
H A Dprint_r_64bit.phpt39 range(1,10), // positive values
40 range(-1,-10), // negative values
43 -2147483648, // min range of integer
44 -2147483647, // min range of integer + 1
46 -0x80000000, // min range of hexadecimal integer
48 -020000000000 // min range of octal integer
H A Dvar_dump.phpt33 range(1,10), // positive values
34 range(-1,-10), // negative values
37 -2147483648, // min range of integer
38 -2147483647, // min range of integer + 1
40 -0x80000000, // min range of hexadecimal integer
42 -020000000000 // min range of octal integer
H A Dvar_dump_64bit.phpt33 range(1,10), // positive values
34 range(-1,-10), // negative values
37 -2147483648, // min range of integer
38 -2147483647, // min range of integer + 1
40 -0x80000000, // min range of hexadecimal integer
42 -020000000000 // min range of octal integer
/PHP-7.3/ext/date/tests/
H A Dbug61642.phpt9 $weekdays = range(-11, 11);
/PHP-7.3/ext/standard/tests/strings/
H A Dstrncmp_variation6.phpt27 echo "\n-- Checking with out of character's range, given in binary format --\n";
28 /* Checking with the out of range ASCII value(given in binary format) */
808 -- Checking with out of character's range, given in binary format --
H A Dstrncasecmp_variation6.phpt27 echo "\n-- Checking with out of character's range, given in binary format --\n";
807 -- Checking with out of character's range, given in binary format --
/PHP-7.3/ext/mbstring/tests/
H A Dmb_substr_variation4.phpt16 * Test how mb_substr() behaves when passed a range of integers as $start argument
H A Dmb_substr_variation5.phpt16 * Test how mb_substr() behaves when passed a range of integers as $length argument
H A Dmb_substr_variation6.phpt16 * Test how mb_substr() behaves when passed a range of integers as $start argument
H A Dmb_substr_variation7.phpt16 * Test how mb_substr() behaves when passed a range of integers as $length argument
H A Dillformed_utf_sequences.phpt74 echo "UTF-32 code range\n";
195 UTF-32 code range
/PHP-7.3/ext/standard/tests/file/
H A Dfseek_variation2.phpt27 // outside of whence range
H A Dfile_variation6.phpt2 file() with a range of integer flag values
/PHP-7.3/TSRM/
H A DTSRM.c71 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
77 } else if ((unshuffled_offset)>=0 && (unshuffled_offset)<(range)) { \
89 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_fetch_array_many_rows.phpt48 printf("[004] Unexpected result row[0] = '%s' (range 0...%d), [%d] %s\n",
H A Dmysqli_stmt_get_result_seek.phpt74 /* intentionally out of range! */
/PHP-7.3/ext/mbstring/
H A Dphp_mbregex.c43 #define onig_search_with_param(reg, str, end, start, range, region, option, mp) \ argument
44 onig_search(reg, str, end, start, range, region, option)
872 const OnigUChar* range, OnigRegion* region, OnigOptionType option) { in _php_mb_onig_search() argument
880 err = onig_search_with_param(reg, str, end, start, range, region, option, mp); in _php_mb_onig_search()
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY68 2018/10/06: UTF-8 supports code range from 0x0000 to 0x10FFFF
485 the string range.
613 out of range access in bm_search_notrev().
626 out of range access in bm_search_notrev().
670 should check repeat-count >= range-upper and
671 range-upper may be infinite.
872 should not call enc_len() for s == range
1130 illegal check in char-class range in UTF-8.
1862 2003/06/12: [bug] range should be from - 1 in not_wc_range_buf().
1885 it is start of range. (ex. /[--a]/)
[all …]

Completed in 69 milliseconds

12345678910