Home
last modified time | relevance | path

Searched refs:range (Results 151 – 175 of 180) sorted by relevance

12345678

/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c125 ADD_STRING(range); in PHP_FUNCTION()
/PHP-5.5/ext/mbstring/tests/
H A Dmb_stripos.phpt54 // Out of range - should return false
/PHP-5.5/Zend/
H A Dbench.php322 $flags = range (0,8192);
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_warnings.phpt125 /* out of range, three warnings */
H A Dmysqli_stmt_big_prepare.phpt24 $cleanupIds = range(1000, 3007);
/PHP-5.5/sapi/apache2handler/
H A Dphp_functions.c145 ADD_STRING(range); in PHP_FUNCTION()
/PHP-5.5/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-5.5/ext/com_dotnet/tests/
H A Dvariants.phpt619 exception Out of present range.
/PHP-5.5/
H A DREADME.PARAMETER_PARSING_API62 L - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (long)
H A DREADME.STREAMS73 streams there are a range of functions to do this defined in php_streams.h.
H A Dphp.ini-development1621 ; Valid range 0 - 2147483647. Default = 4096.
1624 ; Valid range 0 - 2147483647. Default = 4096.
H A Dphp.ini-production1621 ; Valid range 0 - 2147483647. Default = 4096.
1624 ; Valid range 0 - 2147483647. Default = 4096.
/PHP-5.5/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 …]
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt214 encoded ENCODED string Encodes all characters outside the range
/PHP-5.5/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-5.5/ext/standard/
H A Dvar_unserializer.re664 /* use iv() not uiv() in order to check data range */
/PHP-5.5/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-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja374 - single byte charactor in range of 00h-7fh which is compatible
/PHP-5.5/ext/standard/html_tables/
H A Dents_html5.txt1679 range 029A5
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE396 generous contributions to the wide range of software distributed

Completed in 174 milliseconds

12345678