Home
last modified time | relevance | path

Searched refs:proto (Results 1 – 14 of 14) sorted by relevance

/PHP-8.0/ext/enchant/tests/
H A Denchant_broker_set_dict_path.phpt2 proto bool enchant_broker_set_dict_path(resource broker, int dict_type, string value) function
3 proto string enchant_broker_get_dict_path(resource broker, int dict_type) function
/PHP-8.0/Zend/
H A Dzend_inheritance.c561 ZEND_ASSERT(!(proto->common.fn_flags & ZEND_ACC_PRIVATE) in zend_do_perform_implementation_check()
562 || (proto->common.fn_flags & ZEND_ACC_ABSTRACT)); in zend_do_perform_implementation_check()
570 if ((proto->common.fn_flags & ZEND_ACC_RETURN_REFERENCE) in zend_do_perform_implementation_check()
591 i < proto_num_args ? &proto->common.arg_info[i] : in zend_do_perform_implementation_check()
626 if (proto->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE) { in zend_do_perform_implementation_check()
634 proto_scope, proto->common.arg_info[-1].type); in zend_do_perform_implementation_check()
847 zend_function *proto; in do_inheritance_check_on_method_ex() local
898 proto = parent->common.prototype ? in do_inheritance_check_on_method_ex()
904 if (!(proto->common.fn_flags & ZEND_ACC_ABSTRACT)) { in do_inheritance_check_on_method_ex()
907 parent = proto; in do_inheritance_check_on_method_ex()
[all …]
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h45 …ysqlnd_plugin_get_plugin_protocol_data(proto, p_id) mysqlnd_plugin_area_getters.get_protocol_dec… argument
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dbug48764.phpt2 Bug #48764 (PDO_pgsql::query always uses implicit prepared statements if v3 proto available)
/PHP-8.0/main/streams/
H A Dxp_socket.c892 PHPAPI php_stream *php_stream_generic_socket_factory(const char *proto, size_t protolen, in php_stream_generic_socket_factory() argument
903 if (strncmp(proto, "tcp", protolen) == 0) { in php_stream_generic_socket_factory()
905 } else if (strncmp(proto, "udp", protolen) == 0) { in php_stream_generic_socket_factory()
909 else if (strncmp(proto, "unix", protolen) == 0) { in php_stream_generic_socket_factory()
911 } else if (strncmp(proto, "udg", protolen) == 0) { in php_stream_generic_socket_factory()
H A Dphp_stream_transport.h26 typedef php_stream *(php_stream_transport_factory_func)(const char *proto, size_t protolen,
/PHP-8.0/ext/standard/
H A Dbasic_functions.c2263 char *name, *proto; local
2269 Z_PARAM_STRING(proto, proto_len)
2281 serv = getservbyname(name, proto);
2289 serv = getservbyname("imap2", proto);
2305 char *proto; local
2312 Z_PARAM_STRING(proto, proto_len)
2315 serv = getservbyport(htons((unsigned short) port), proto);
2353 zend_long proto; local
2357 Z_PARAM_LONG(proto)
2360 ent = getprotobynumber((int)proto);
/PHP-8.0/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_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-8.0/ext/openssl/
H A Dxp_ssl.c2603 php_stream *php_openssl_ssl_socket_factory(const char *proto, size_t protolen, in php_openssl_ssl_socket_factory() argument
2642 if (strncmp(proto, "ssl", protolen) == 0) { in php_openssl_ssl_socket_factory()
2645 } else if (strncmp(proto, "sslv2", protolen) == 0) { in php_openssl_ssl_socket_factory()
2649 } else if (strncmp(proto, "sslv3", protolen) == 0) { in php_openssl_ssl_socket_factory()
2659 } else if (strncmp(proto, "tls", protolen) == 0) { in php_openssl_ssl_socket_factory()
2662 } else if (strncmp(proto, "tlsv1.0", protolen) == 0) { in php_openssl_ssl_socket_factory()
2665 } else if (strncmp(proto, "tlsv1.1", protolen) == 0) { in php_openssl_ssl_socket_factory()
2675 } else if (strncmp(proto, "tlsv1.2", protolen) == 0) { in php_openssl_ssl_socket_factory()
2685 } else if (strncmp(proto, "tlsv1.3", protolen) == 0) { in php_openssl_ssl_socket_factory()
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます14545 #>52 short x \b, proto %d
H A Dmagic14545 #>52 short x \b, proto %d

Completed in 148 milliseconds