Home
last modified time | relevance | path

Searched refs:index (Results 176 – 200 of 630) sorted by last modified time

12345678910>>...26

/PHP-5.5/ext/standard/tests/array/
H A Duasort_variation4.phpt6 …* Description: Sort an array with a user-defined comparison function and maintain index associatio…
H A Duasort_variation5.phpt6 …* Description: Sort an array with a user-defined comparison function and maintain index associatio…
H A Duasort_variation6.phpt6 …* Description: Sort an array with a user-defined comparison function and maintain index associatio…
H A Duasort_variation7.phpt6 …* Description: Sort an array with a user-defined comparison function and maintain index associatio…
H A Duasort_variation8.phpt6 …* Description: Sort an array with a user-defined comparison function and maintain index associatio…
H A Dkey_exists_variation2.phpt10 // there is not a index = 0 element
15 // 1 has index = 0
19 // 42 has index = 0, netherless its position is the latest
24 // 'bar' has index = 0, netherless it is a string
28 // 'baz' has index = 0, netherless its position is the latest
40 // object has index = 0, netherless its position is the latest
44 // object has index = 0, netherless its position is the first
49 // stream resource has index = 0, netherless its position is the first
54 // stream resource has index = 0, netherless its position is the latest
H A Dkrsort_variation2.phpt76 for($index = 0; $index < count($unexpected_values); $index ++) {
78 $value = $unexpected_values [$index];
H A Dksort_variation1.phpt80 for($index = 0; $index < count($unexpected_values); $index ++) {
82 $value = $unexpected_values [$index];
H A Dkrsort_variation1.phpt80 for($index = 0; $index < count($unexpected_values); $index ++) {
82 $value = $unexpected_values [$index];
H A Dksort_variation2.phpt76 for($index = 0; $index < count($unexpected_values); $index ++) {
78 $value = $unexpected_values [$index];
H A Dbug61058.phpt2 Bug #61058 (array_fill leaks if start index is PHP_INT_MAX)
H A Darsort_variation6.phpt6 * Description: Sort an array and maintain index association.
H A Darsort_variation8.phpt6 * Description: Sort an array and maintain index association.
H A Darsort_variation9.phpt6 * Description: Sort an array and maintain index association.
H A Dasort_basic.phpt6 * Description: Sort an array and maintain index association
H A Dasort_object1.phpt6 * Description: Sort an array and maintain index association.
H A Dasort_object2.phpt6 * Description: Sort an array and maintain index association.
H A Dasort_variation1.phpt6 * Description: Sort an array and maintain index association
82 for($index = 0; $index < count($unexpected_values); $index ++) {
84 $value = $unexpected_values [$index];
H A Dasort_variation10.phpt6 * Description: Sort an array and maintain index association.
H A Dasort_variation11.phpt6 * Description: Sort an array and maintain index association.
H A Dasort_variation2.phpt6 * Description: Sort an array and maintain index association
77 for($index = 0; $index < count($unexpected_values); $index ++) {
79 $value = $unexpected_values [$index];
H A Dasort_variation3.phpt6 * Description: Sort an array and maintain index association
H A Darray_walk_recursive_variation3.phpt20 * $count - extra parameter used as an index
H A Darray_walk_variation3.phpt20 * $count - extra parameter used as an index
H A Darsort_basic.phpt6 * Description: Sort an array and maintain index association

Completed in 72 milliseconds

12345678910>>...26