Home
last modified time | relevance | path

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

12345678910

/PHP-7.2/ext/phar/tests/
H A Dphar_mount.phpt33 // test copying of a phar with mounted entries
H A Dphar_oo_002.phpt2 Phar object: iterator & entries
/PHP-7.2/ext/standard/tests/array/
H A Darray_diff_assoc_variation3.phpt6 * Description: Returns the entries of arr1 that have values which are not present
H A Darray_diff_assoc_variation9.phpt6 * Description: Returns the entries of $arr1 that have values which are not
H A Darray_rand_variation6.phpt6 * Description: Return key/keys for random entry/entries in the array
H A Darray_diff_assoc_variation4.phpt6 * Description: Returns the entries of arr1 that have values which are not present
H A Darray_diff_assoc_variation6.phpt6 * Description: Returns the entries of $arr1 that have values which are not
H A Darray_reverse_variation6.phpt6 * Description: Return input as a new array with the order of the entries reversed
H A Darray_rand_variation3.phpt6 * Description: Return key/keys for random entry/entries in the array
H A Darray_rand_variation5.phpt6 * Description: Return key/keys for random entry/entries in the array
H A Darray_diff_assoc_variation5.phpt6 * Description: Returns the entries of arr1 that have values which are not present
H A Darray_diff_basic.phpt6 * Description: Returns the entries of $arr1 that have values which are not present
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…
/PHP-7.2/ext/standard/tests/dir/
H A Dscandir_variation8-win32-mb.phpt70 // suppress errors as won't be able to remove "." and ".." entries
H A Dscandir_variation8.phpt64 // suppress errors as won't be able to remove "." and ".." entries
/PHP-7.2/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.2/ext/standard/
H A Ddns.c564 zval entries; in php_parserr() local
570 array_init(&entries); in php_parserr()
580 add_next_index_stringl(&entries, (char *) cp + l1 + 1, n); in php_parserr()
590 add_assoc_zval(subarray, "entries", &entries); in php_parserr()
/PHP-7.2/ext/spl/internal/
H A Drecursivetreeiterator.inc15 * entries in a RecursiveIterator
/PHP-7.2/ext/fileinfo/libmagic/
H A Dapprentice.c2879 uint32_t version, entries, nentries; in apprentice_map() local
2975 entries = (uint32_t)(st.sb.st_size / sizeof(struct magic)); in apprentice_map()
2976 if ((zend_off_t)(entries * sizeof(struct magic)) != st.sb.st_size) { in apprentice_map()
2994 if (NULL != fn && entries != nentries + 1) { in apprentice_map()
2996 dbname, entries, nentries + 1); in apprentice_map()
3023 uint32_t entries, nentries; in check_buffer() local
3046 entries = (uint32_t)(map->len / sizeof(struct magic)); in check_buffer()
3047 if ((entries * sizeof(struct magic)) != map->len) { in check_buffer()
3064 if (entries != nentries + 1) { in check_buffer()
3066 dbname, entries, nentries + 1); in check_buffer()

Completed in 41 milliseconds

12345678910