Home
last modified time | relevance | path

Searched refs:range (Results 201 – 225 of 227) sorted by relevance

12345678910

/PHP-7.1/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 [⦥] => ⦥
H A Dhtml_entity_decode_html5.phpt1684 "⦥",
3818 ⦥ => ⦥ e2a6a5
H A Dhtmlentities_html5.phpt1196 ⦥ U+029A5
/PHP-7.1/Zend/
H A Dzend_execute.c2499 const zend_live_range *range = &EX(func)->op_array.live_range[i]; in cleanup_live_vars() local
2500 if (range->start > op_num) { in cleanup_live_vars()
2503 } else if (op_num < range->end) { in cleanup_live_vars()
2504 if (!catch_op_num || catch_op_num >= range->end) { in cleanup_live_vars()
2505 uint32_t kind = range->var & ZEND_LIVE_MASK; in cleanup_live_vars()
2506 uint32_t var_num = range->var & ~ZEND_LIVE_MASK; in cleanup_live_vars()
H A Dzend_compile.c596 zend_live_range *range; in zend_start_live_range() local
600 range = op_array->live_range + op_array->last_live_range - 1; in zend_start_live_range()
601 range->start = start; in zend_start_live_range()
670 zend_live_range *range = op_array->live_range + offset; in zend_end_live_range() local
672 if (range->start == end && offset == (uint32_t)op_array->last_live_range - 1) { in zend_end_live_range()
675 range->end = end; in zend_end_live_range()
676 range->var = (var * sizeof(zval)) | kind; in zend_end_live_range()
7198 uint32_t range; in zend_compile_silence() local
7213 zend_end_live_range(CG(active_op_array), range, get_next_op_number(CG(active_op_array)), in zend_compile_silence()
7545 uint32_t range = zend_start_live_range(CG(active_op_array), rope_init_lineno); in zend_compile_encaps_list() local
[all …]
/PHP-7.1/ext/com_dotnet/tests/
H A Dvariants.phpt620 exception Out of present range.
H A Dvariants_x64.phpt623 exception Out of present range.
/PHP-7.1/
H A DREADME.PARAMETER_PARSING_API62 …L - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (zend_long, ZEND_LONG_MAX/ZEND_LONG_MI…
H A DREADME.STREAMS73 streams there are a range of functions to do this defined in php_streams.h.
H A DNEWS510 . Fixed bug #75969 (Assertion failure in live range DCE due to block pass
1674 range). (bugs dot php dot net at majkl578 dot cz)
2542 range). (bugs dot php dot net at majkl578 dot cz)
2822 . Fixed bug #72017 (range() with float step produces unexpected result).
3300 . Fixed bug #71132, #71197 (range() segfaults). (Thomas Punt)
/PHP-7.1/ext/pcre/pcrelib/
H A DHACKING335 are less than 256, followed by a list of pairs (for a range) and single
349 If a range starts with a code point less than 256 and ends with one greater
521 range 0 to 254 for manual callouts, or 255 for an automatic callout. In both
H A DChangeLog146 38. Fixed a corner case of range optimization in JIT.
170 45. [:punct:] in UCP mode was matching some characters in the range 128-255
275 adjacent to the end of the range, and the range contained characters with
277 mode. In that example, the range a-j was left out of the class.
469 6. Improve character range checks in JIT. Characters are read by an inprecise
500 than one alternative case was not the first character of a range, not all
1244 mode the bug would be provoked by values in the range 0xfc00 to 0xdc00. In
2817 It amalgamated them into a single range, with the script of the first of
3075 This restricts code points to be within the range 0 to 0x10FFFF, excluding
3077 full range 0 to 0x7FFFFFFF, as defined by RFC 2279. Internally, it still
[all …]
H A DREADME728 isprint() function yields TRUE for characters in the range 128-255, the use of
/PHP-7.1/ext/filter/docs/
H A Dfilter.txt214 encoded ENCODED string Encodes all characters outside the range
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt442 that they can range from 0 to 0xffff instead of 0 to 0xff. Character
447 In UTF-16 mode, the character code is Unicode, in the range 0 to
448 0x10ffff, with the exception of values in the range 0xd800 to 0xdfff
773 that they can range from 0 to 0x7fffffff instead of 0 to 0xff. Charac-
802 PCRE_UTF32_ERR1 Surrogate character (range from 0xd800 to 0xdfff)
2424 8 range out of order in character class
2503 83 invalid range in character class
4944 - indicates character range
5812 a range.
7834 [x-y] range (can be used for hex characters)
[all …]
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_stmt_big_prepare.phpt24 $cleanupIds = range(1000, 3007);
/PHP-7.1/ext/standard/
H A Dvar_unserializer.re797 /* use iv() not uiv() in order to check data range */
H A Darray.c2091 PHP_FUNCTION(range) argument
H A Dbasic_functions.c3313 PHP_FE(range, arginfo_range)
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput2139 Failed: range out of order in character class at offset 3
881 Failed: range out of order in character class at offset 4
917 Failed: range out of order in character class at offset 4
2177 Failed: range out of order in character class at offset 9
11996 Failed: invalid range in character class at offset 5
14043 Failed: invalid range in character class at offset 3
14046 Failed: invalid range in character class at offset 3
14049 Failed: invalid range in character class at offset 3
14052 Failed: invalid range in character class at offset 3
14055 Failed: range out of order in character class at offset 3
[all …]
H A Dtestoutput5256 Failed: range out of order in character class at offset 15
/PHP-7.1/ext/mbstring/
H A DREADME_PHP3-i18n-ja374 - single byte character in range of 00h-7fh which is compatible
/PHP-7.1/ext/standard/html_tables/
H A Dents_html5.txt1679 range 029A5
/PHP-7.1/ext/mbstring/libmbfl/
H A DLICENSE396 generous contributions to the wide range of software distributed

Completed in 150 milliseconds

12345678910