Home
last modified time | relevance | path

Searched refs:range (Results 126 – 150 of 180) sorted by relevance

12345678

/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_variation3.phpt15 * Test passing a range of values into the $options argument to imap_fetch_overview():
H A Dimap_fetchheader_variation5.phpt25 $sequences = array (0, 4, // out of range
/PHP-5.5/ext/standard/tests/general_functions/
H A Dprint_r.phpt39 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 Dprint_r_64bit.phpt40 range(1,10), // positive values
41 range(-1,-10), // negative values
44 -2147483648, // min range of integer
45 -2147483647, // min range of integer + 1
47 -0x80000000, // min range of hexadecimal integer
49 -020000000000 // min range of octal integer
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-5.5/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-5.5/ext/date/tests/
H A Dbug61642.phpt9 $weekdays = range(-11, 11);
/PHP-5.5/ext/standard/tests/file/
H A Dfseek_variation2.phpt25 // outside of whence range
H A Dfile_variation6.phpt2 file() with a range of integer flag values
/PHP-5.5/ext/mbstring/tests/
H A Dmb_substr_variation7.phpt16 * Test how mb_substr() behaves when passed a range of integers as $length argument
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 Dillformed_utf_sequences.phpt74 echo "UTF-32 code range\n";
195 UTF-32 code range
H A Dmb_strpos.phpt51 // Out of range - should return false
/PHP-5.5/TSRM/
H A DTSRM.c66 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
72 } else if ((unshuffled_offset)>=0 && (unshuffled_offset)<(range)) { \
84 #define TSRM_SAFE_RETURN_RSRC(array, offset, range) \ argument
/PHP-5.5/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-5.5/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! */
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY105 2007/03/02: [impl] move range > start check position in end_buf process.
178 the string range.
306 out of range access in bm_search_notrev().
319 out of range access in bm_search_notrev().
363 should check repeat-count >= range-upper and
364 range-upper may be infinite.
565 should not call enc_len() for s == range
823 illegal check in char-class range in UTF-8.
1555 2003/06/12: [bug] range should be from - 1 in not_wc_range_buf().
1578 it is start of range. (ex. /[--a]/)
[all …]
/PHP-5.5/ext/standard/html_tables/
H A Dhtml_table_gen.php254 $a = range(0, $maxencnum);
/PHP-5.5/ext/xml/tests/
H A Dxml_parser_set_option_variation2.phpt35 // outside of range int data
H A Dxml_parser_get_option_variation2.phpt37 // outside of range int data

Completed in 40 milliseconds

12345678