Home
last modified time | relevance | path

Searched refs:high (Results 26 – 50 of 70) sorted by relevance

123

/PHP-7.3/ext/zlib/tests/
H A Dzlib_scheme_file_get_contents_basic.phpt19 Destiny flying high above
H A Dzlib_scheme_fopen_basic.phpt20 Destiny flying high above
H A Dzlib_scheme_file_basic.phpt23 string(26) "Destiny flying high above
H A Dzlib_scheme_fopen_variation1.phpt25 Destiny flying high above
H A Dgzopen_variation7.phpt30 Destiny flying high abov"
H A Dgzpassthru_basic.phpt25 Destiny flying high above
H A Dgzread_basic.phpt30 Destiny flying high above
H A Dgzgetc_basic.phpt35 Destiny flying high above
H A Dgzgets_basic.phpt36 string(26) "Destiny flying high above
H A Dgzgetc_basic_1.phpt36 Destiny flying high above
H A Dgzseek_basic.phpt38 string(10) " high abov"
H A Dgzseek_variation2.phpt38 string(10) " high abov"
H A Dgzseek_variation3.phpt38 string(10) " high abov"
H A Dzlib_scheme_copy_variation2.phpt14 Destiny flying high above
H A Dgzeof_basic.phpt44 Destiny flying high above
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dunicode.c540 OnigCodePoint low, high, x; in wb_get_type() local
543 for (low = 0, high = (OnigCodePoint )WB_RANGE_NUM; low < high; ) { in wb_get_type()
544 x = (low + high) >> 1; in wb_get_type()
548 high = x; in wb_get_type()
824 OnigCodePoint low, high, x; in egcb_get_type() local
827 for (low = 0, high = (OnigCodePoint )EGCB_RANGE_NUM; low < high; ) { in egcb_get_type()
828 x = (low + high) >> 1; in egcb_get_type()
832 high = x; in egcb_get_type()
H A Dregexec.c4196 UChar* high; member
4251 sr[i].high = high; in regset_search_body_position_lead()
4287 sr[i].high = high; in regset_search_body_position_lead()
4334 sr[i].high = high; in regset_search_body_position_lead()
5020 *high = p; in forward_search()
5044 *high = (UChar* )str; in forward_search()
5146 *high = p; in backward_search()
5149 *high = onigenc_get_right_adjust_char_head(reg->enc, adjrange, *high); in backward_search()
5410 while (s <= high) { in search_in_range()
5484 if (s > high) in search_in_range()
[all …]
/PHP-7.3/ext/standard/tests/array/
H A Dbug41121.phpt21 // low > high
/PHP-7.3/ext/pdo/tests/
H A Dbug_36798.phpt2 PDO Common: Bug #36798 (Error parsing named parameters with queries containing high-ascii chars)
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug39832.phpt13 <parameters priority="high">
/PHP-7.3/ext/date/tests/
H A Dgmdate_variation14.phpt2 Test gmdate() function : usage variation - Passing high positive and negetive float values to times…
H A Dgetdate_variation7.phpt2 Test getdate() function : usage variation - Passing high positive and negative float values to time…
H A Ddate_sunrise_variation9.phpt2 Test date_sunrise() function : usage variation - Passing high positive and negative float values t…
H A Ddate_sunset_variation9.phpt2 Test date_sunset() function : usage variation - Passing high positive and negative float values to …
/PHP-7.3/ext/standard/
H A Darray.c2762 unsigned char low, high; local
2777 if (low > high) { /* Negative Steps */
2816 double low, high, element; local
2820 high = zval_get_double(zhigh);
2828 if (low > high) { /* Negative steps */
2829 if (low - high < step || step <= 0) {
2843 if (high - low < step || step <= 0) {
2862 zend_long low, high; local
2868 high = zval_get_long(zhigh);
2882 if (low > high) { /* Negative steps */
[all …]

Completed in 63 milliseconds

123