Home
last modified time | relevance | path

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

123456789

/PHP-7.4/ext/phar/tests/
H A Dphar_oo_002.phpt2 Phar object: iterator & entries
/PHP-7.4/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_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_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_diff_variation2.phpt6 * Description: Returns the entries of $arr1 that have values which are
H A Darray_intersect_variation3.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_intersect_variation4.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_reverse_variation4.phpt6 * Description: Return input as a new array with the order of the entries reversed
/PHP-7.4/ext/phar/
H A Dgdbhelp83 …displays all open file pointers in phar, and the phars plus entries that are open with reference c…
/PHP-7.4/ext/ldap/tests/
H A Dldap_search_sort_controls.phpt58 'count' => 0, // We have no idea how many entries there are
/PHP-7.4/ext/standard/
H A Ddns.c573 zval entries; in php_parserr() local
579 array_init(&entries); in php_parserr()
589 add_next_index_stringl(&entries, (char *) cp + l1 + 1, n); in php_parserr()
599 add_assoc_zval(subarray, "entries", &entries); in php_parserr()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c2983 uint32_t version, entries = 0, nentries; in apprentice_map() local
3078 entries = (uint32_t)(st.sb.st_size / sizeof(struct magic)); in apprentice_map()
3079 if ((zend_off_t)(entries * sizeof(struct magic)) != st.sb.st_size) { in apprentice_map()
3097 if (NULL != fn && entries != nentries + 1) { in apprentice_map()
3099 dbname, entries, nentries + 1); in apprentice_map()
3127 uint32_t entries, nentries;
3150 entries = CAST(uint32_t, map->len / sizeof(struct magic));
3151 if ((entries * sizeof(struct magic)) != map->len) {
3168 if (entries != nentries + 1) {
3170 dbname, entries, nentries + 1);

Completed in 49 milliseconds

123456789