Home
last modified time | relevance | path

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

12345678910

/PHP-7.1/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.1/ext/standard/tests/general_functions/
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.1/ext/date/tests/
H A Dbug61642.phpt9 $weekdays = range(-11, 11);
/PHP-7.1/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.1/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
H A Dmb_strpos.phpt69 // Out of range - should return false
H A Dmb_stripos.phpt69 // Out of range - should return false
/PHP-7.1/TSRM/
H A DTSRM.c70 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
76 } else if ((unshuffled_offset)>=0 && (unshuffled_offset)<(range)) { \
88 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
/PHP-7.1/ext/mbstring/oniguruma/doc/
H A DRE152 x-y range from x to y
397 + allow the range of single byte char and multibyte char in character
400 + effect range of isolated option is to next ')'.
412 + In the range quantifier, the number of the minimum is omissible.
/PHP-7.1/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! */
H A Dmysqli_get_warnings.phpt125 /* out of range, three warnings */
/PHP-7.1/ext/mbstring/oniguruma/
H A DHISTORY129 2007/03/02: [impl] move range > start check position in end_buf process.
202 the string range.
330 out of range access in bm_search_notrev().
343 out of range access in bm_search_notrev().
387 should check repeat-count >= range-upper and
388 range-upper may be infinite.
589 should not call enc_len() for s == range
847 illegal check in char-class range in UTF-8.
1579 2003/06/12: [bug] range should be from - 1 in not_wc_range_buf().
1602 it is start of range. (ex. /[--a]/)
[all …]
/PHP-7.1/ext/standard/html_tables/
H A Dhtml_table_gen.php254 $a = range(0, $maxencnum);
/PHP-7.1/ext/xml/tests/
H A Dxml_parser_set_option_variation2.phpt36 // outside of range int data
H A Dxml_parser_get_option_variation2.phpt37 // outside of range int data
/PHP-7.1/Zend/
H A Dbench.php322 $flags = range (0,8192);
/PHP-7.1/sapi/apache2handler/
H A Dphp_functions.c145 ADD_STRING(range); in PHP_FUNCTION()

Completed in 45 milliseconds

12345678910