Home
last modified time | relevance | path

Searched refs:proto (Results 226 – 250 of 267) sorted by relevance

1234567891011

/PHP-7.4/ext/standard/tests/strings/
H A Dstrspn_variation6.phpt5 /* Prototype : proto int strspn(string str, string mask [, int start [, int len]])
H A Dstrcspn_variation10.phpt5 /* Prototype : proto int strcspn(string str, string mask [, int start [, int len]])
H A Dstrspn_variation10.phpt5 /* Prototype : proto int strspn(string str, string mask [, int start [, int len]])
/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_variation2.phpt5 /* Prototype : proto array getimagesize(string imagefile [, array info])
/PHP-7.4/ext/standard/tests/class_object/
H A Dis_subclass_of_variation_004.phpt5 /* Prototype : proto bool is_subclass_of(object object, string class_name)
H A Dget_class_variation_001.phpt5 /* Prototype : proto string get_class([object object])
/PHP-7.4/ext/standard/tests/file/
H A Dfeof_basic.phpt7 /* Prototype : proto bool feof(resource fp)
H A Dbasename-win32.phpt14 * proto string basename(string path [, string suffix])
/PHP-7.4/tests/output/
H A Dob_start_basic_004.phpt8 * proto bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])
H A Dob_start_basic_006.phpt6 * proto bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])
/PHP-7.4/ext/hash/tests/
H A Dhash_pbkdf2_error.phpt6 /* {{{ proto string hash_pbkdf2(string algo, string password, string salt, int iterations [, int le…
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_release_savepoint.phpt19 /* {{{ proto bool mysqli_release_savepoint(object link, string name) */
H A Dmysqli_begin_transaction.phpt19 /* {{{ proto bool mysqli_begin_transaction(object link, [int flags [, string name]]) */
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt7 /* Prototype : proto string serialize(mixed variable)
12 /* Prototype : proto mixed unserialize(string variable_representation)
H A Dserialization_objects_005.phpt5 /* Prototype : proto string serialize(mixed variable)
10 /* Prototype : proto mixed unserialize(string variable_representation)
H A Dserialization_objects_013.phpt5 /* Prototype : proto string serialize(mixed variable)
10 /* Prototype : proto mixed unserialize(string variable_representation)
/PHP-7.4/
H A DCODING_STANDARDS.md283 /* {{{ proto int abs(int number)
298 The `proto` keyword there is just a helper for the `doc/genfuncsummary` script
306 /* {{{ proto object imap_header(int stream_id, int msg_no [, int from_length [, int subject_length …
337 documented. The proto should still be included, describing which function is
/PHP-7.4/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt5 /* Prototype : proto string base64_encode(string str)
H A Dbase64_decode_basic_003.phpt7 /* Prototype : proto string base64_decode(string str[, bool strict])
H A Dparse_url_basic_006.phpt5 /* Prototype : proto mixed parse_url(string url, [int url_component])
H A Dparse_url_basic_009.phpt5 /* Prototype : proto mixed parse_url(string url, [int url_component])
H A Dparse_url_basic_004.phpt5 /* Prototype : proto mixed parse_url(string url, [int url_component])
H A Dparse_url_basic_005.phpt5 /* Prototype : proto mixed parse_url(string url, [int url_component])
/PHP-7.4/ext/standard/
H A Dbasic_functions.c793 ZEND_ARG_INFO(0, proto)
5712 char *name, *proto; local
5718 Z_PARAM_STRING(proto, proto_len)
5730 serv = getservbyname(name, proto);
5738 serv = getservbyname("imap2", proto);
5755 char *proto; local
5762 Z_PARAM_STRING(proto, proto_len)
5765 serv = getservbyport(htons((unsigned short) port), proto);
5805 zend_long proto; local
5809 Z_PARAM_LONG(proto)
[all …]
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_replace_variation1.phpt12 /* Prototype : proto string mb_ereg_replace(string pattern, string replacement, string string [, s…

Completed in 49 milliseconds

1234567891011