Home
last modified time | relevance | path

Searched refs:proto (Results 176 – 200 of 267) sorted by relevance

1234567891011

/PHP-7.4/ext/standard/tests/array/
H A Darray_fill_keys_variation1.phpt5 /* Prototype : proto array array_fill_keys(array keys, mixed val)
H A Darray_fill_keys_variation2.phpt5 /* Prototype : proto array array_fill_keys(array keys, mixed val)
H A Darray_fill_keys_variation4.phpt5 /* Prototype : proto array array_fill_keys(array keys, mixed val)
H A Darray_shuffle_basic.phpt6 * proto bool shuffle ( array &$array )
H A Darray_splice_basic.phpt6 * proto array array_splice(array input, int offset [, int length [, array replacement]])
H A Darray_splice_variation1.phpt6 * proto array array_splice(array input, int offset [, int length [, array replacement]])
H A Darray_walk_recursive_variation7.phpt5 /* Prototype : proto bool array_walk_recursive(array $input, string $funcname [, mixed $userdata])
H A Darray_walk_variation7.phpt5 /* Prototype : proto bool array_walk(array $input, string $funcname [, mixed $userdata])
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_all_basic.phpt6 * proto int preg_match_all(string pattern, string subject, [array subpatterns [, int flags [, int o…
H A Dpreg_replace_error1.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
H A Dpreg_replace_basic.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
H A Dpreg_split_error1.phpt6 * proto array preg_split(string pattern, string subject [, int limit [, int flags]])
H A Dpreg_grep_error1.phpt6 * proto array preg_grep(string regex, array input [, int flags])
H A Dpreg_match_error1.phpt6 …* proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int of…
H A Dpreg_replace_edit_basic.phpt5 /* Prototype : proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [,…
H A Dpreg_grep_basic.phpt6 * proto array preg_grep(string regex, array input [, int flags])
/PHP-7.4/ext/standard/tests/class_object/
H A Dget_object_vars_basic_001.phpt5 /* Prototype : proto array get_object_vars(object obj)
H A Dtrait_exists_basic_001.phpt5 /* Prototype : proto bool trait_exists(string traitname [, bool autoload])
/PHP-7.4/ext/standard/tests/network/
H A Dgethostbyaddr_error.phpt5 /* Prototype : proto string gethostbyaddr(string ip_address)
/PHP-7.4/main/streams/
H A Dxp_socket.c888 PHPAPI php_stream *php_stream_generic_socket_factory(const char *proto, size_t protolen, in php_stream_generic_socket_factory() argument
899 if (strncmp(proto, "tcp", protolen) == 0) { in php_stream_generic_socket_factory()
901 } else if (strncmp(proto, "udp", protolen) == 0) { in php_stream_generic_socket_factory()
905 else if (strncmp(proto, "unix", protolen) == 0) { in php_stream_generic_socket_factory()
907 } else if (strncmp(proto, "udg", protolen) == 0) { in php_stream_generic_socket_factory()
/PHP-7.4/ext/standard/tests/file/
H A Dfread_fwrite_basic.phpt9 * proto int fwrite(resource fp, string str [, int length])
/PHP-7.4/ext/hash/tests/
H A Dhash_hmac_error.phpt6 * proto string hash_hmac ( string algo, string data, string key [, bool raw_output] )
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_miscTypes_001.phpt13 /* Prototype : proto string serialize(mixed variable)
18 /* Prototype : proto mixed unserialize(string variable_representation)
H A Dserialization_objects_014.phpt5 /* Prototype : proto string serialize(mixed variable)
10 /* Prototype : proto mixed unserialize(string variable_representation)
H A Dserialization_objects_011.phpt5 /* Prototype : proto string serialize(mixed variable)
10 /* Prototype : proto mixed unserialize(string variable_representation)

Completed in 23 milliseconds

1234567891011