Home
last modified time | relevance | path

Searched refs:entries (Results 176 – 200 of 229) sorted by relevance

12345678910

/PHP-5.5/ext/standard/tests/array/
H A Darray_uintersect_variation1.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_uintersect_variation2.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_intersect_variation9.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_reverse_variation3.phpt6 * Description: Return input as a new array with the order of the entries reversed
H A Darray_intersect_assoc_variation1.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_intersect_assoc_variation2.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_intersect_variation1.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_intersect_variation2.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_diff_key_variation1.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
H A Darray_diff_key_variation2.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
H A Darray_diff_ukey_variation1.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
H A Darray_diff_ukey_variation2.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
H A Darray_intersect_key_variation1.phpt6 …* Description: Returns the entries of arr1 that have keys which are present in all the other argum…
H A Darray_intersect_key_variation2.phpt6 …* Description: Returns the entries of arr1 that have keys which are present in all the other argum…
H A Darray_uintersect_uassoc_variation3.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_uintersect_uassoc_variation4.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_uintersect_variation3.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_udiff_assoc_variation3.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
H A Darray_udiff_uassoc_variation3.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
H A Darray_udiff_uassoc_variation4.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
H A Darray_udiff_variation3.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfile.h443 protected void file_delmagic(struct magic *, int type, size_t entries);
H A Dapprentice.c2593 uint32_t version, entries, nentries; in apprentice_map() local
2694 entries = (uint32_t)(st.sb.st_size / sizeof(struct magic)); in apprentice_map()
2695 if ((off_t)(entries * sizeof(struct magic)) != st.sb.st_size) { in apprentice_map()
2713 if (NULL != fn && entries != nentries + 1) { in apprentice_map()
2715 dbname, entries, nentries + 1); in apprentice_map()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c917 } entries[FD_SETSIZE * 2]; in php_cli_server_poller_iter_on_active() local
920 struct socket_entry *n = entries, *m; in php_cli_server_poller_iter_on_active()
932 for (e = entries; e < m; e++) { in php_cli_server_poller_iter_on_active()
938 assert(n < entries + FD_SETSIZE * 2); in php_cli_server_poller_iter_on_active()
946 struct socket_entry *e = entries; in php_cli_server_poller_iter_on_active()
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt48 # You can modify some entries in php.ini request specific by adding it to the Service

Completed in 144 milliseconds

12345678910