Home
last modified time | relevance | path

Searched refs:high (Results 26 – 50 of 69) sorted by last modified time

123

/PHP-5.5/ext/zlib/tests/
H A Dgzeof_basic.phpt44 Destiny flying high above
H A Dgzfile_variation10.phpt38 string(26) "Destiny flying high above
58 string(26) "Destiny flying high above
84 string(26) "Destiny flying high above
104 string(26) "Destiny flying high above
H A Dgzfile_variation11.phpt34 string(26) "Destiny flying high above
54 string(26) "Destiny flying high above
74 string(26) "Destiny flying high above
94 string(26) "Destiny flying high above
114 string(26) "Destiny flying high above
H A Dgzfile_variation12.phpt33 string(26) "Destiny flying high above
53 string(26) "Destiny flying high above
73 string(26) "Destiny flying high above
93 string(26) "Destiny flying high above
H A Dgzfile_variation9.phpt32 string(26) "Destiny flying high above
52 string(26) "Destiny flying high above
72 string(26) "Destiny flying high above
92 string(26) "Destiny flying high above
H A D004.phpt31 string(26) "Destiny flying high above
51 string(26) "Destiny flying high above
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dqueue.c107 static void QuickSort(void *list[], int low, int high,
715 static void QuickSort(void *list[], int low, int high, in QuickSort() argument
721 if(low < high) { in QuickSort()
723 j = high + 1; in QuickSort()
749 QuickSort(list, j+1, high, Comp); in QuickSort()
/PHP-5.5/ext/wddx/tests/
H A Dbug37569.phpt2 Bug #37569 (WDDX incorrectly encodes high-ascii characters)
/PHP-5.5/ext/standard/tests/array/
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_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.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/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 Dbasic_functions.c359 ZEND_ARG_INFO(0, high)
H A Darray.c1621 unsigned char *low, *high; in PHP_FUNCTION() local
1669 double low, high, value; in PHP_FUNCTION() local
1675 high = Z_DVAL_P(zhigh); in PHP_FUNCTION()
1678 if (low > high) { /* Negative steps */ in PHP_FUNCTION()
1679 if (low - high < step || step <= 0) { in PHP_FUNCTION()
1688 if (high - low < step || step <= 0) { in PHP_FUNCTION()
1700 double low, high; in PHP_FUNCTION() local
1706 high = Z_DVAL_P(zhigh); in PHP_FUNCTION()
1709 if (low > high) { /* Negative steps */ in PHP_FUNCTION()
1714 for (; low >= high; low -= lstep) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug39832.phpt13 <parameters priority="high">
/PHP-5.5/ext/shmop/
H A DREADME9 offers high level features which are extremly bothersome for basic SHM
/PHP-5.5/ext/posix/tests/
H A Dposix_getgrgid_wrongparams.phpt16 $gid = PHP_INT_MAX; // obscene high gid
/PHP-5.5/ext/pdo/tests/
H A Dbug_36798.phpt2 PDO Common: Bug #36798 (Error parsing named parameters with queries containing high-ascii chars)
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt474 PCRE_UTF16_ERR2 Invalid low surrogate follows high surrogate
5240 ASCII characters by default, these always match certain high-valued
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog1042 caselessly. Previously, the high codepoint matched the low one, but not
3051 11. Because Perl interprets \Q...\E at a high level, and ignores orphan \E
3454 and pcrecpp.cc because they annoy compilers at high warning levels.
3661 because it contains high-valued characters or Unicode property items, e.g.
H A DNEWS195 that are reserved for coding high values in UTF-16.)
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_many_columns.phpt2 mysqli_stmt_bind_param() - Binding with very high number of columns
/PHP-5.5/ext/mbstring/oniguruma/
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()
5618 high = x; in onig_is_in_code_range()
H A Dregexec.c3226 *high = p - reg->dmin; in forward_search_range()
3247 UChar** low, UChar** high) in backward_search_range() argument
3330 *high = p - reg->dmin; in backward_search_range()
3331 *high = onigenc_get_right_adjust_char_head(reg->enc, adjrange, *high); in backward_search_range()
3336 (int )(*low - str), (int )(*high - str)); in backward_search_range()
3582 UChar *sch_range, *low, *high, *low_prev; in onig_search() local
3605 while (s <= high) { in onig_search()
3663 &low, &high) <= 0) in onig_search()
3666 if (s > high) in onig_search()
3667 s = high; in onig_search()
[all …]

Completed in 120 milliseconds

123