Home
last modified time | relevance | path

Searched refs:low (Results 1 – 25 of 26) sorted by relevance

12

/PHP-5.3/ext/standard/tests/array/
H A Drange_variation.phpt26 *** Testing range() with various low and high values ***
67 -- creating an array with low = 'ABCD' and high = '' --
73 -- creating an array with low = 'ABCD' and high = '' --
371 -- creating an array with low = '' and high = '' --
377 -- creating an array with low = '' and high = '' --
383 -- creating an array with low = '' and high = '' --
437 -- creating an array with low = '' and high = '' --
443 -- creating an array with low = '' and high = '' --
449 -- creating an array with low = '' and high = '' --
503 -- creating an array with low = '' and high = '' --
[all …]
H A Drange_errors.phpt10 echo "\n-- Testing ( (low < high) && (step = 0) ) --";
14 echo "\n\n-- Testing ( (low > high) && (step = 0) ) --";
18 echo "\n\n-- Testing ( (low < high) && (high-low < step) ) --";
21 echo "\n\n-- Testing ( (low > high) && (low-high < step) ) --";
43 -- Testing ( (low < high) && (step = 0) ) --
51 -- Testing ( (low > high) && (step = 0) ) --
59 -- Testing ( (low < high) && (high-low < step) ) --
64 -- Testing ( (low > high) && (low-high < step) ) --
H A Drange.phpt11 echo "-- An array of elements from low to high --\n";
13 echo "\n-- An array of elements from high to low --\n";
17 echo "-- An array of elements from low to high --\n";
19 echo "\n-- An array of elements from high to low --\n";
23 echo "-- An array of elements from low to high --\n";
55 -- An array of elements from low to high --
79 -- An array of elements from high to low --
104 -- An array of elements from low to high --
128 -- An array of elements from high to low --
153 -- An array of elements from low to high --
[all …]
H A Dbug41121.phpt21 // low > high
/PHP-5.3/win32/
H A Dflock.c58 DWORD low = 1, high = 0; in flock() local
64 UnlockFileEx(hdl, 0, low, high, &offset); in flock()
69 0, low, high, &offset)) in flock()
74 0, low, high, &offset)) in flock()
/PHP-5.3/ext/standard/
H A Dflock_compat.c125 DWORD low = 1, high = 0;
131 UnlockFileEx(hdl, 0, low, high, &offset);
136 0, low, high, &offset))
141 0, low, high, &offset))
H A Darray.c1650 unsigned char *low, *high; in PHP_FUNCTION() local
1672 for (; *low >= *high; (*low) -= (unsigned int)lstep) { in PHP_FUNCTION()
1683 for (; *low <= *high; (*low) += (unsigned int)lstep) { in PHP_FUNCTION()
1694 double low, high, value; in PHP_FUNCTION() local
1699 low = Z_DVAL_P(zlow); in PHP_FUNCTION()
1709 for (value = low; value >= (high - DOUBLE_DRIFT_FIX); value = low - (++i * step)) { in PHP_FUNCTION()
1718 for (value = low; value <= (high + DOUBLE_DRIFT_FIX); value = low + (++i * step)) { in PHP_FUNCTION()
1725 double low, high; in PHP_FUNCTION() local
1730 low = Z_DVAL_P(zlow); in PHP_FUNCTION()
1739 for (; low >= high; low -= lstep) { in PHP_FUNCTION()
[all …]
H A Dbasic_functions.c355 ZEND_ARG_INFO(0, low)
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dqueue.c721 if(low < high) { in QuickSort()
722 i = low; in QuickSort()
725 key = list[ low ]; in QuickSort()
744 temp = list[low]; in QuickSort()
745 list[low] = list[j]; in QuickSort()
748 QuickSort(list, low, j-1, Comp); in QuickSort()
856 int low, mid, hi, val; in Q_BSearch() local
858 low = 0; in Q_BSearch()
861 while(low <= hi) { in Q_BSearch()
862 mid = (low + hi) / 2; in Q_BSearch()
[all …]
/PHP-5.3/ext/session/tests/
H A Dbug60634.phpt4 Long term low priority bug, working on it
H A Dbug60634_error_4.phpt4 Long term low priority bug, working on it
H A Dbug60634_error_5.phpt4 Long term low priority bug, working on it
H A Dbug60634_error_1.phpt4 Long term low priority bug, working on it
H A Dbug60634_error_2.phpt4 Long term low priority bug, working on it
H A Dbug60634_error_3.phpt4 Long term low priority bug, working on it
/PHP-5.3/ext/posix/tests/
H A Dposix_kill_basic.phpt15 // for now start at a low pid and find first pid which does not exist.
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregexec.c1363 for (low = 0, high = n; low < high; ) { in onig_is_in_code_range()
1364 x = (low + high) >> 1; in onig_is_in_code_range()
1366 low = x + 1; in onig_is_in_code_range()
1371 return ((low < n && code >= data[low * 2]) ? 1 : 0); in onig_is_in_code_range()
3381 *low = p; in forward_search_range()
3383 if (*low > s) in forward_search_range()
3392 *low = p - reg->dmax; in forward_search_range()
3393 if (*low > s) { in forward_search_range()
3752 if (s < low) { in onig_search()
3753 s = low; in onig_search()
[all …]
H A Dregenc.c972 unsigned int c, low; in onigenc_mbc_to_lower() local
975 low = m17n_tolower(enc, c); in onigenc_mbc_to_lower()
976 m17n_mbcput(enc, low, buf); in onigenc_mbc_to_lower()
978 return m17n_codelen(enc, low); in onigenc_mbc_to_lower()
H A Dregparse.c1667 int low, high, bound, x; in add_code_range_to_buf() local
1688 for (low = 0, bound = n; low < bound; ) { in add_code_range_to_buf()
1689 x = (low + bound) >> 1; in add_code_range_to_buf()
1691 low = x + 1; in add_code_range_to_buf()
1704 inc_n = low + 1 - high; in add_code_range_to_buf()
1709 if (from > data[low*2]) in add_code_range_to_buf()
1710 from = data[low*2]; in add_code_range_to_buf()
2284 int low, up, syn_allow, non_low = 0; in fetch_range_quantifier() local
2309 if (low > ONIG_MAX_REPEAT_NUM) in fetch_range_quantifier()
2315 low = 0; in fetch_range_quantifier()
[all …]
H A Dregint.h465 #define BBUF_EXPAND(buf,low) do{\ argument
466 do { (buf)->alloc *= 2; } while ((buf)->alloc < (unsigned int )low);\
/PHP-5.3/ext/filter/
H A Dsanitizing_filters.c67 …url(zval *value, const unsigned char* chars, const int char_len, int high, int low, int encode_nul) in php_filter_encode_url() argument
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DRE126 ..&&.. intersection (low precedence at the next of ^)
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt454 PCRE_UTF16_ERR1 Missing low surrogate at end of string
455 PCRE_UTF16_ERR2 Invalid low surrogate follows high surrogate
456 PCRE_UTF16_ERR3 Isolated low surrogate
4902 trolled by PCRE's low-valued character tables, and may vary if locale-
7763 are all low-valued characters, unless the PCRE_UCP option is set.
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog106 caselessly. Previously, the high codepoint matched the low one, but not
2139 the "low surrogate" sequence 0xD800 to 0xDFFF. Previously, PCRE allowed the
2300 concerned the use of low-level troff macros .br and .in. I have therefore
/PHP-5.3/
H A DNEWS5292 low). (Dmitry)
6123 - Changed sha1_file() and md5_file() functions to use streams instead of low
6788 - Fixed bug #31797 (exif_read_data() uses too low nesting limit). (Ilia)

Completed in 139 milliseconds

12