/PHP-7.3/ext/mbstring/oniguruma/doc/ |
H A D | RE | 193 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 D | SYNTAX.md | 146 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 D | imap_fetchheader_variation5.phpt | 25 $sequences = array (0, 4, // out of range
|
H A D | imap_fetch_overview_variation3.phpt | 15 * Test passing a range of values into the $options argument to imap_fetch_overview():
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | end.phpt | 17 range(1, 100 ), 18 range('a', 'z', 2 ),
|
H A D | end_64bit.phpt | 17 range(1, 100 ), 18 range('a', 'z', 2 ),
|
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | print_r.phpt | 35 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 D | print_r_64bit.phpt | 39 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 D | var_dump.phpt | 33 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 D | var_dump_64bit.phpt | 33 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 D | bug61642.phpt | 9 $weekdays = range(-11, 11);
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | strncmp_variation6.phpt | 27 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 D | strncasecmp_variation6.phpt | 27 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 D | mb_substr_variation4.phpt | 16 * Test how mb_substr() behaves when passed a range of integers as $start argument
|
H A D | mb_substr_variation5.phpt | 16 * Test how mb_substr() behaves when passed a range of integers as $length argument
|
H A D | mb_substr_variation6.phpt | 16 * Test how mb_substr() behaves when passed a range of integers as $start argument
|
H A D | mb_substr_variation7.phpt | 16 * Test how mb_substr() behaves when passed a range of integers as $length argument
|
H A D | illformed_utf_sequences.phpt | 74 echo "UTF-32 code range\n"; 195 UTF-32 code range
|
/PHP-7.3/ext/standard/tests/file/ |
H A D | fseek_variation2.phpt | 27 // outside of whence range
|
H A D | file_variation6.phpt | 2 file() with a range of integer flag values
|
/PHP-7.3/TSRM/ |
H A D | TSRM.c | 71 #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 D | mysqli_fetch_array_many_rows.phpt | 48 printf("[004] Unexpected result row[0] = '%s' (range 0...%d), [%d] %s\n",
|
H A D | mysqli_stmt_get_result_seek.phpt | 74 /* intentionally out of range! */
|
/PHP-7.3/ext/mbstring/ |
H A D | php_mbregex.c | 43 #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 D | HISTORY | 68 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 …]
|