Home
last modified time | relevance | path

Searched refs:high (Results 26 – 50 of 69) sorted by path

123

/PHP-5.5/ext/shmop/
H A DREADME9 offers high level features which are extremly bothersome for basic SHM
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug39832.phpt13 <parameters priority="high">
/PHP-5.5/ext/standard/
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 …]
H A Dbasic_functions.c359 ZEND_ARG_INFO(0, high)
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))
/PHP-5.5/ext/standard/tests/array/
H A Dbug41121.phpt21 // low > high
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 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 …]
/PHP-5.5/ext/standard/tests/strings/
H A Dbug54055.phpt2 Bug #54055: PHP crashes when executing strval when precision setting is very high
/PHP-5.5/ext/wddx/tests/
H A Dbug37569.phpt2 Bug #37569 (WDDX incorrectly encodes high-ascii characters)
/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/zlib/tests/
H A D004.phpt31 string(26) "Destiny flying high above
51 string(26) "Destiny flying high above
H A D004.txt.gz
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 Dgzgetc_basic.phpt35 Destiny flying high above
H A Dgzgetc_basic_1.phpt36 Destiny flying high above
H A Dgzgets_basic.phpt36 string(26) "Destiny flying high above
H A Dgzopen_basic.phpt40 Destiny flying high above
46 Destiny flying high above
H A Dgzopen_variation7.phpt30 Destiny flying high abov"
H A Dgzpassthru_basic.phpt25 Destiny flying high above

Completed in 133 milliseconds

123