Home
last modified time | relevance | path

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

/PHP-8.1/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.1/Zend/
H A Dzend_inheritance.h40 …ry* (*zend_inheritance_cache_add)(zend_class_entry *ce, zend_class_entry *proto, zend_class_entry …
H A Dzend_inheritance.c723 || (proto->common.fn_flags & ZEND_ACC_ABSTRACT)); in zend_do_perform_implementation_check()
752 i < proto_num_args ? &proto->common.arg_info[i] : in zend_do_perform_implementation_check()
1042 zend_function *proto; in do_inheritance_check_on_method_ex() local
1093 proto = parent->common.prototype ? in do_inheritance_check_on_method_ex()
1099 if (!(proto->common.fn_flags & ZEND_ACC_ABSTRACT)) { in do_inheritance_check_on_method_ex()
1102 parent = proto; in do_inheritance_check_on_method_ex()
1118 child->common.prototype = proto; in do_inheritance_check_on_method_ex()
2705 zend_class_entry *proto = NULL; in zend_do_link_class() local
2800 proto = ce; in zend_do_link_class()
3015 zend_class_entry *proto = NULL; in zend_try_early_bind() local
[all …]
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h43 …ysqlnd_plugin_get_plugin_protocol_data(proto, p_id) mysqlnd_plugin_area_getters.get_protocol_dec… argument
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug48764.phpt2 Bug #48764 (PDO_pgsql::query always uses implicit prepared statements if v3 proto available)
/PHP-8.1/main/streams/
H A Dxp_socket.c893 PHPAPI php_stream *php_stream_generic_socket_factory(const char *proto, size_t protolen, in php_stream_generic_socket_factory() argument
904 if (strncmp(proto, "tcp", protolen) == 0) { in php_stream_generic_socket_factory()
906 } else if (strncmp(proto, "udp", protolen) == 0) { in php_stream_generic_socket_factory()
910 else if (strncmp(proto, "unix", protolen) == 0) { in php_stream_generic_socket_factory()
912 } 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.1/ext/standard/
H A Dbasic_functions.c2247 char *proto; local
2253 Z_PARAM_STRING(proto, proto_len)
2265 serv = getservbyname(ZSTR_VAL(name), proto);
2273 serv = getservbyname("imap2", proto);
2289 char *proto; local
2296 Z_PARAM_STRING(proto, proto_len)
2299 serv = getservbyport(htons((unsigned short) port), proto);
2337 zend_long proto; local
2341 Z_PARAM_LONG(proto)
2344 ent = getprotobynumber((int)proto);
/PHP-8.1/ext/standard/tests/strings/
H A Dstrspn_variation5.phpt5 /* Prototype : proto int strspn(string str, string mask [, int start [, int len]])
H A Dstrcspn_variation5.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]])
H A Dstrcspn_variation9.phpt5 /* Prototype : proto int strcspn(string str, string mask [, int start [, int len]])
/PHP-8.1/ext/openssl/
H A Dxp_ssl.c2656 php_stream *php_openssl_ssl_socket_factory(const char *proto, size_t protolen, in php_openssl_ssl_socket_factory() argument
2695 if (strncmp(proto, "ssl", protolen) == 0) { in php_openssl_ssl_socket_factory()
2698 } else if (strncmp(proto, "sslv2", protolen) == 0) { in php_openssl_ssl_socket_factory()
2702 } else if (strncmp(proto, "sslv3", protolen) == 0) { in php_openssl_ssl_socket_factory()
2712 } else if (strncmp(proto, "tls", protolen) == 0) { in php_openssl_ssl_socket_factory()
2715 } else if (strncmp(proto, "tlsv1.0", protolen) == 0) { in php_openssl_ssl_socket_factory()
2718 } else if (strncmp(proto, "tlsv1.1", protolen) == 0) { in php_openssl_ssl_socket_factory()
2728 } else if (strncmp(proto, "tlsv1.2", protolen) == 0) { in php_openssl_ssl_socket_factory()
2738 } else if (strncmp(proto, "tlsv1.3", protolen) == 0) { in php_openssl_ssl_socket_factory()
/PHP-8.1/ext/opcache/
H A DZendAccelerator.c122 …rator_orig_inheritance_cache_add)(zend_class_entry *ce, zend_class_entry *proto, zend_class_entry …
2338 … zend_accel_inheritance_cache_add(zend_class_entry *ce, zend_class_entry *proto, zend_class_entry … in zend_accel_inheritance_cache_add() argument
2356 for (i = 0; i < proto->num_traits + proto->num_interfaces; i++) { in zend_accel_inheritance_cache_add()
2366 entry = proto->inheritance_cache; in zend_accel_inheritance_cache_add()
2368 …entry = zend_accel_inheritance_cache_find(entry, proto, parent, traits_and_interfaces, &needs_auto… in zend_accel_inheritance_cache_add()
2387 (sizeof(void*) * (proto->num_traits + proto->num_interfaces))); in zend_accel_inheritance_cache_add()
2425 (sizeof(void*) * (proto->num_traits + proto->num_interfaces)))); in zend_accel_inheritance_cache_add()
2427 for (i = 0; i < proto->num_traits + proto->num_interfaces; i++) { in zend_accel_inheritance_cache_add()
2452 entry->next = proto->inheritance_cache; in zend_accel_inheritance_cache_add()
2453 proto->inheritance_cache = entry; in zend_accel_inheritance_cache_add()
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic15071 #>52 short x \b, proto %d
H A Dmagic私はガラスを食べられます15071 #>52 short x \b, proto %d

Completed in 182 milliseconds