Home
last modified time | relevance | path

Searched refs:range (Results 276 – 300 of 313) sorted by relevance

1...<<111213

/php-src/ext/mbstring/tests/
H A Dgb18030_encoding.phpt256 // Test one random 4-byte code for each range used for Unicode codepoints in BMP
282 // Invalid 4-byte codes in range for BMP
H A Dgb18030_2022_encoding.phpt257 // Test one random 4-byte code for each range used for Unicode codepoints in BMP
275 // Invalid 4-byte codes in range for BMP
H A Dhz_encoding.phpt99 findInvalidChars($fromUnicode, $invalid, $unused, array_fill_keys(range(0,0xFF), 2));
H A Dencoding_tests.inc280 findInvalidChars($fromUnicode, $invalid, $unused, array_fill_keys(range(0,0xFF), 2));
H A Dsjis_mobile_encodings.phpt248 $lenTable = array_fill_keys(range(0xE0, 0xFC), 2) + array_fill_keys(range(0x81, 0x9F), 2);
H A Dcp936_encoding.phpt323 findInvalidChars($fromUnicode, $invalid, $unused, array_fill_keys(range(0,0xFF), 2));
/php-src/Zend/Optimizer/
H A Dsccp.c1813 && !info->range.overflow && !info->range.underflow in value_from_type_and_range()
1814 && info->range.min == info->range.max) { in value_from_type_and_range()
1815 ZVAL_LONG(tmp, info->range.min); in value_from_type_and_range()
/php-src/ext/standard/tests/strings/
H A Dbug49785.phpt57 foreach (array_map('chr', range(0xa0, 0xdf)) as $c) {
66 foreach (array_map('chr', array_merge(range(0x81, 0x9f), range(0xe0, 0xfc))) as $c) {
81 foreach (array_map('chr', array_merge(range(0x80, 0x8d), range(0x90, 0x9f))) as $c) {
96 foreach (array_map('chr', array_merge(range(0xa1, 0xfe))) as $c) {
127 foreach (array_map('chr', range(0x81, 0xfe)) as $c) {
H A Dget_html_translation_table_basic5.phpt1261 [⦥] => &range;
H A Dhtml_entity_decode_html5.phpt1684 "&range;",
3818 &range; => ⦥ e2a6a5
/php-src/ext/com_dotnet/tests/
H A Dvariants.phpt621 exception Out of present range
H A Dvariants_x64.phpt624 exception Out of present range
/php-src/build/
H A Dphp_cxx_compile_stdcxx.m4714 struct range
729 range r {};
/php-src/ext/opcache/jit/ir/
H A Dir_dump.c385 p = &ival->range; in ir_dump_live_ranges()
459 ir_live_range *p = &ival->range; in ir_dump_live_ranges()
H A Dir_private.h1220 ir_live_range range; member
/php-src/ext/hash/tests/
H A Dcrc32.phpt82 echo hash('crc32c', "If the enemy is within range, then so are you."), "\n";
/php-src/ext/dom/
H A Dconfig.m422 …IR/encoding/jis0208.c $LEXBOR_DIR/encoding/jis0212.c $LEXBOR_DIR/encoding/range.c $LEXBOR_DIR/enco…
/php-src/ext/random/
H A Drandom.c424 return php_random_algo_mt19937.range(php_random_default_status(), min, max);
/php-src/
H A DNEWS256 . Cast large floats that are within int range to int in number_format so
/php-src/ext/standard/
H A Darray.c2963 PHP_FUNCTION(range) argument
3258 rnd_idx = algo->range(state, 0, n_left);
3286 rnd_idx = algo->range(state, 0, n_left);
6225 randval = algo->range(state, 0, num_avail - 1);
6248 randval = algo->range(state, 0, ht->nNumUsed - 1);
6260 randval = algo->range(state, 0, ht->nNumUsed - 1);
6298 randval = algo->range(state, 0, num_avail - 1);
H A Dvar_unserializer.re428 php_error_docref(NULL, E_WARNING, "Numerical result out of range");
1093 /* use iv() not uiv() in order to check data range */
/php-src/ext/mbstring/tests/data/
H A DMacJapanese-SJIS.txt121 # c) Two-byte characters with first/lead/high byte in the range
123 # range 0x40-0x7E or 0x80-0xFC. The first byte range was chosen
129 # X0208 characters have code points in the range 0x2121 to
130 # 0x7E7E (corresponding to "ku-ten" codes in the range 1,1 to
133 # - A user-defined range using Shift-JIS code points
167 # Shift-JIS codes in the range 0x8540-0x886D. These include
172 # using Shift-JIS codes in the range 0xEB41-0xED96. These are
238 # the range 0x8641-0x8896.
243 # 1. Mapping the user-defined range
346 # range 0x86A2-0x879C.
[all …]
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_big_prepare.phpt24 $cleanupIds = range(1000, 3007);
/php-src/docs-old/
H A Dstreams.md71 streams there are a range of functions to do this defined in `php_streams.h`. A
/php-src/sapi/fpm/
H A Dwww.conf.in362 ; - the response code is outwith the successful range of 200 to 299

Completed in 85 milliseconds

1...<<111213