Home
last modified time | relevance | path

Searched refs:entries (Results 126 – 150 of 229) sorted by relevance

12345678910

/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_assoc_variation6.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_intersect_variation6.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_diff_variation8.phpt6 * Description: Returns the entries of $arr1 that have values which are
H A Darray_intersect_assoc_variation5.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_intersect_variation5.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_rand_variation4.phpt6 * Description: Return key/keys for random entry/entries in the array
H A Darray_intersect_assoc_variation7.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_intersect_assoc_variation8.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_intersect_variation7.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_intersect_variation8.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_intersect_assoc_variation9.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_diff_variation9.phpt6 * Description: Returns the entries of arr1 that have values which are
H A Darray_sum_variation1.phpt6 * Description: Returns the sum of the array entries
H A Darray_diff_assoc_variation1.phpt6 * Description: Returns the entries of $arr1 that have values which are not present
H A Darray_diff_assoc_variation2.phpt6 * Description: Returns the entries of arr1 that have values which are not present
H A Darray_diff_variation1.phpt6 * Description: Returns the entries of $arr1 that have values which are not
H A Darray_intersect_assoc_variation3.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_intersect_assoc_variation4.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_diff_variation2.phpt6 * Description: Returns the entries of $arr1 that have values which are
/PHP-5.5/ext/phar/
H A Dgdbhelp83 …displays all open file pointers in phar, and the phars plus entries that are open with reference c…
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_002.phpt2 Phar object: iterator & entries
H A Dphar_oo_002U.phpt2 Phar object: iterator & entries
/PHP-5.5/ext/spl/internal/
H A Drecursivetreeiterator.inc15 * entries in a RecursiveIterator
/PHP-5.5/sapi/thttpd/
H A DREADME26 thttpd and setting these entries:
/PHP-5.5/ext/standard/
H A Dstring.c2822 STRLEN entries[1]; member
2826 int entries[1]; member
2878 shift->entries[i] = max_shift;
2884 shift->entries[h] = MIN(shift->entries[h], m - j - B);
3028 res->hash->entries[i] = -1;
3039 res->hash->entries[h] = i;
3046 if (res->hash->entries[i] == -1) {
3047 res->hash->entries[i] = res->hash->entries[i + 1];
3077 STRLEN shift = d->shift->entries[h];
3085 int offset_start = d->hash->entries[h2],
[all …]

Completed in 61 milliseconds

12345678910