Home
last modified time | relevance | path

Searched refs:proto (Results 201 – 225 of 267) sorted by relevance

1234567891011

/PHP-7.4/ext/standard/tests/strings/
H A Dstrcspn_variation5.phpt5 /* Prototype : proto int strcspn(string str, string mask [, int start [, int len]])
H A Dstrspn_variation5.phpt5 /* Prototype : proto int strspn(string str, string mask [, int start [, int len]])
H A Dstrcspn_variation6.phpt5 /* Prototype : proto int strcspn(string str, string mask [,int start [,int len]])
H A Dstrcspn_variation9.phpt5 /* Prototype : proto int strcspn(string str, string mask [, int start [, int len]])
H A Dstrspn_variation9.phpt5 /* Prototype : proto int strspn(string str, string mask [, int start [, int len]])
/PHP-7.4/main/streams/
H A Dphp_stream_transport.h28 typedef php_stream *(php_stream_transport_factory_func)(const char *proto, size_t protolen,
/PHP-7.4/ext/standard/tests/file/
H A Dtouch_basic-win32-mb.phpt13 /* Prototype : proto bool touch(string filename [, int time [, int atime]])
H A Dtouch_basic-win32.phpt13 /* Prototype : proto bool touch(string filename [, int time [, int atime]])
H A Dtouch_basic.phpt14 /* Prototype : proto bool touch(string filename [, int time [, int atime]])
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_all_error1.phpt6 * proto int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int of…
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c1783 long proto = SSL_version(ssl_handle); in php_openssl_capture_session_meta() local
1786 switch (proto) { in php_openssl_capture_session_meta()
2657 php_stream *php_openssl_ssl_socket_factory(const char *proto, size_t protolen, in php_openssl_ssl_socket_factory() argument
2696 if (strncmp(proto, "ssl", protolen) == 0) { in php_openssl_ssl_socket_factory()
2699 } else if (strncmp(proto, "sslv2", protolen) == 0) { in php_openssl_ssl_socket_factory()
2703 } else if (strncmp(proto, "sslv3", protolen) == 0) { in php_openssl_ssl_socket_factory()
2713 } else if (strncmp(proto, "tls", protolen) == 0) { in php_openssl_ssl_socket_factory()
2716 } else if (strncmp(proto, "tlsv1.0", protolen) == 0) { in php_openssl_ssl_socket_factory()
2719 } else if (strncmp(proto, "tlsv1.1", protolen) == 0) { in php_openssl_ssl_socket_factory()
2729 } else if (strncmp(proto, "tlsv1.2", protolen) == 0) { in php_openssl_ssl_socket_factory()
[all …]
/PHP-7.4/ext/xml/tests/
H A Dxml_parser_set_option_variation3.phpt11 /* Prototype : proto int xml_parser_set_option(resource parser, int option, mixed value)
H A Dxml_set_notation_decl_handler_basic.phpt11 /* Prototype : proto bool xml_set_notation_decl_handler ( resource $parser , callback $handler )
/PHP-7.4/ext/standard/tests/class_object/
H A Dget_class_methods_variation_001.phpt5 /* Prototype : proto array get_class_methods(mixed class)
H A Dis_a_variation_001.phpt5 /* Prototype : proto bool is_a(object object, string class_name)
H A Dget_class_methods_basic_002.phpt5 /* Prototype : proto array get_class_methods(mixed class)
H A Dget_parent_class_variation_002.phpt5 /* Prototype : proto string get_parent_class([mixed object])
H A Dis_subclass_of_variation_001.phpt5 /* Prototype : proto bool is_subclass_of(object object, string class_name)
H A Dmethod_exists_basic_001.phpt5 /* Prototype : proto bool is_subclass_of(object object, string class_name)
H A Dmethod_exists_variation_001.phpt5 /* Prototype : proto bool method_exists(object object, string method)
/PHP-7.4/ext/standard/tests/network/
H A Dfsockopen_error.phpt5 /* Prototype : proto resource fsockopen(string hostname, int port [, int errno [, string errstr [,…
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_set_timeout_error.phpt5 /* Prototype : proto bool stream_set_timeout(resource stream, int seconds, int microseconds)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_savepoint.phpt19 /* {{{ proto bool mysqli_savepoint(object link, string name) */
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_arrays_005.phpt5 /* Prototype : proto string serialize(mixed variable)
10 /* Prototype : proto mixed unserialize(string variable_representation)
H A Dserialization_arrays_002.phpt5 /* Prototype : proto string serialize(mixed variable)
10 /* Prototype : proto mixed unserialize(string variable_representation)

Completed in 52 milliseconds

1234567891011