Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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.5/ext/standard/
H A Dflock_compat.c125 DWORD low = 1, high = 0;
135 UnlockFileEx(hdl, 0, low, high, &offset);
140 0, low, high, &offset))
145 0, low, high, &offset))
H A Darray.c1621 unsigned char *low, *high; in PHP_FUNCTION() local
1639 unsigned char ch = *low; in PHP_FUNCTION()
1652 unsigned char ch = *low; in PHP_FUNCTION()
1669 double low, high, value; in PHP_FUNCTION() local
1674 low = Z_DVAL_P(zlow); in PHP_FUNCTION()
1684 for (value = low; value >= (high - DOUBLE_DRIFT_FIX); value = low - (++i * step)) { in PHP_FUNCTION()
1693 for (value = low; value <= (high + DOUBLE_DRIFT_FIX); value = low + (++i * step)) { in PHP_FUNCTION()
1700 double low, high; in PHP_FUNCTION() local
1705 low = Z_DVAL_P(zlow); in PHP_FUNCTION()
1714 for (; low >= high; low -= lstep) { in PHP_FUNCTION()
[all …]
H A Dbasic_functions.c358 ZEND_ARG_INFO(0, low)
/PHP-5.5/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.5/Zend/tests/
H A Ddval_to_lval_64.phpt2 zend_dval_to_lval preserves low bits (64 bit long)
H A Ddval_to_lval_32.phpt2 zend_dval_to_lval preserves low bits (32 bit long)
/PHP-5.5/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.5/ext/mbstring/oniguruma/
H A Dregexec.c3199 *low = p; in forward_search_range()
3201 if (*low > s) in forward_search_range()
3210 *low = p - reg->dmax; in forward_search_range()
3211 if (*low > s) { in forward_search_range()
3216 (pprev ? pprev : s), *low); in forward_search_range()
3247 UChar** low, UChar** high) in backward_search_range() argument
3329 *low = p - reg->dmax; in backward_search_range()
3601 if (s < low) { in onig_search()
3602 s = low; in onig_search()
3663 &low, &high) <= 0) in onig_search()
[all …]
H A Dregparse.c1692 int low, high, bound, x; in add_code_range_to_buf() local
1713 for (low = 0, bound = n; low < bound; ) { in add_code_range_to_buf()
1714 x = (low + bound) >> 1; in add_code_range_to_buf()
1716 low = x + 1; in add_code_range_to_buf()
1729 inc_n = low + 1 - high; in add_code_range_to_buf()
1734 if (from > data[low*2]) in add_code_range_to_buf()
1735 from = data[low*2]; in add_code_range_to_buf()
2312 int low, up, syn_allow, non_low = 0; in fetch_range_quantifier() local
2337 if (low > ONIG_MAX_REPEAT_NUM) in fetch_range_quantifier()
2343 low = 0; in fetch_range_quantifier()
[all …]
H A Dregint.h357 #define BBUF_EXPAND(buf,low) do{\ argument
358 do { (buf)->alloc *= 2; } while ((buf)->alloc < (unsigned int )low);\
H A Dregcomp.c5607 OnigCodePoint low, high, x; in onig_is_in_code_range() local
5613 for (low = 0, high = n; low < high; ) { in onig_is_in_code_range()
5614 x = (low + high) >> 1; in onig_is_in_code_range()
5616 low = x + 1; in onig_is_in_code_range()
5621 return ((low < n && code >= data[low * 2]) ? 1 : 0); in onig_is_in_code_range()
/PHP-5.5/ext/odbc/tests/
H A Dbug60616.phpt20 ini_set("odbc.defaultlrl", 4); // Set artifically low
/PHP-5.5/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.5/ext/mbstring/oniguruma/doc/
H A DRE154 ..&&.. intersection (low precedence at the next of ^)
/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c76 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) argument
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt473 PCRE_UTF16_ERR1 Missing low surrogate at end of string
474 PCRE_UTF16_ERR2 Invalid low surrogate follows high surrogate
475 PCRE_UTF16_ERR3 Isolated low surrogate
5212 trolled by PCRE's low-valued character tables, and may vary if locale-
8273 are all low-valued characters, unless the PCRE_UCP option is set.
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog1042 caselessly. Previously, the high codepoint matched the low one, but not
3076 the "low surrogate" sequence 0xD800 to 0xDFFF. Previously, PCRE allowed the
3237 concerned the use of low-level troff macros .br and .in. I have therefore
/PHP-5.5/
H A DNEWS1560 low). (Julien)
8342 low). (Dmitry)
9173 - Changed sha1_file() and md5_file() functions to use streams instead of low
9838 - Fixed bug #31797 (exif_read_data() uses too low nesting limit). (Ilia)
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1751 # there were many low-quality sigs, i.e. easy to trigger false positives.
4924 # skip many JPG. ZIP, BZ2 by test for reserved bytes NULL , 0|2 , 0|1 , low byte of block size
4926 # skip many RAR by test for low byte 0 ,high byte 0|2|even of block size, 0|a|e|d7 , 0|64h
8083 # 28: low order byte of the current PTD entry, always 0 since the
11600 # yes, this is separate from the low-order magic number bit

Completed in 178 milliseconds