Home
last modified time | relevance | path

Searched refs:entries (Results 151 – 175 of 203) sorted by relevance

123456789

/PHP-7.4/ext/standard/tests/array/
H A Darray_reverse_variation5.phpt8 * Description: Return input as a new array with the order of the entries reversed
H A Darray_diff_ukey_variation3.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
H A Darray_udiff_variation2.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
H A Darray_udiff_variation4.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
H A Darray_uintersect_uassoc_variation1.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_uintersect_uassoc_variation2.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_uintersect_uassoc_variation5.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
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_uintersect_variation4.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_diff_key_variation3.phpt6 …* Description: Returns the entries of arr1 that have keys which are not present in any of the othe…
H A Darray_intersect_key_variation3.phpt6 …* Description: Returns the entries of arr1 that have keys which are present in all the other argum…
H A Darray_udiff_assoc_variation1.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
H A Darray_udiff_assoc_variation2.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
H A Darray_udiff_assoc_variation4.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
H A Darray_udiff_uassoc_variation1.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
H A Darray_udiff_uassoc_variation2.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
H A Darray_udiff_uassoc_variation5.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
H A Darray_udiff_variation1.phpt6 …* Description: Returns the entries of arr1 that have values which are not present in any of the ot…
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_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…
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c883 } entries[FD_SETSIZE * 2]; in php_cli_server_poller_iter_on_active() local
885 struct socket_entry *n = entries, *m; in php_cli_server_poller_iter_on_active()
897 for (e = entries; e < m; e++) { in php_cli_server_poller_iter_on_active()
903 assert(n < entries + FD_SETSIZE * 2); in php_cli_server_poller_iter_on_active()
911 struct socket_entry *e = entries; in php_cli_server_poller_iter_on_active()

Completed in 34 milliseconds

123456789