/PHP-8.2/ext/enchant/tests/ |
H A D | enchant_broker_set_dict_path.phpt | 2 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.2/Zend/ |
H A D | zend_inheritance.h | 41 …ry* (*zend_inheritance_cache_add)(zend_class_entry *ce, zend_class_entry *proto, zend_class_entry …
|
H A D | zend_inheritance.c | 766 || (proto->common.fn_flags & ZEND_ACC_ABSTRACT)); in zend_do_perform_implementation_check() 795 i < proto_num_args ? &proto->common.arg_info[i] : in zend_do_perform_implementation_check() 1093 zend_function *proto; in do_inheritance_check_on_method() local 1160 proto = parent->common.prototype ? in do_inheritance_check_on_method() 1169 parent = proto; in do_inheritance_check_on_method() 1173 && child->common.prototype != proto) { in do_inheritance_check_on_method() 1175 child->common.prototype = proto; in do_inheritance_check_on_method() 2868 zend_class_entry *proto = NULL; in zend_do_link_class() local 2963 proto = ce; in zend_do_link_class() 3182 zend_class_entry *proto = NULL; in zend_try_early_bind() local [all …]
|
/PHP-8.2/ext/mysqlnd/ |
H A D | mysqlnd_ext_plugin.h | 43 …ysqlnd_plugin_get_plugin_protocol_data(proto, p_id) mysqlnd_plugin_area_getters.get_protocol_dec… argument
|
/PHP-8.2/ext/pdo_pgsql/tests/ |
H A D | bug48764.phpt | 2 Bug #48764 (PDO_pgsql::query always uses implicit prepared statements if v3 proto available)
|
/PHP-8.2/main/streams/ |
H A D | xp_socket.c | 906 PHPAPI php_stream *php_stream_generic_socket_factory(const char *proto, size_t protolen, in php_stream_generic_socket_factory() argument 917 if (strncmp(proto, "tcp", protolen) == 0) { in php_stream_generic_socket_factory() 919 } else if (strncmp(proto, "udp", protolen) == 0) { in php_stream_generic_socket_factory() 923 else if (strncmp(proto, "unix", protolen) == 0) { in php_stream_generic_socket_factory() 925 } else if (strncmp(proto, "udg", protolen) == 0) { in php_stream_generic_socket_factory()
|
H A D | php_stream_transport.h | 26 typedef php_stream *(php_stream_transport_factory_func)(const char *proto, size_t protolen,
|
/PHP-8.2/ext/standard/ |
H A D | basic_functions.c | 2212 char *proto; local 2218 Z_PARAM_STRING(proto, proto_len) 2230 serv = getservbyname(ZSTR_VAL(name), proto); 2238 serv = getservbyname("imap2", proto); 2254 char *proto; local 2261 Z_PARAM_STRING(proto, proto_len) 2264 serv = getservbyport(htons((unsigned short) port), proto); 2306 zend_long proto; local 2310 Z_PARAM_LONG(proto) 2313 ent = getprotobynumber((int)proto);
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | strspn_variation5.phpt | 5 /* Prototype : proto int strspn(string str, string mask [, int start [, int len]])
|
H A D | strcspn_variation5.phpt | 5 /* Prototype : proto int strcspn(string str, string mask [, int start [, int len]])
|
H A D | strspn_variation9.phpt | 5 /* Prototype : proto int strspn(string str, string mask [, int start [, int len]])
|
H A D | strcspn_variation9.phpt | 5 /* Prototype : proto int strcspn(string str, string mask [, int start [, int len]])
|
/PHP-8.2/ext/openssl/ |
H A D | xp_ssl.c | 2765 php_stream *php_openssl_ssl_socket_factory(const char *proto, size_t protolen, in php_openssl_ssl_socket_factory() argument 2804 if (strncmp(proto, "ssl", protolen) == 0) { in php_openssl_ssl_socket_factory() 2807 } else if (strncmp(proto, "sslv2", protolen) == 0) { in php_openssl_ssl_socket_factory() 2811 } else if (strncmp(proto, "sslv3", protolen) == 0) { in php_openssl_ssl_socket_factory() 2821 } else if (strncmp(proto, "tls", protolen) == 0) { in php_openssl_ssl_socket_factory() 2824 } else if (strncmp(proto, "tlsv1.0", protolen) == 0) { in php_openssl_ssl_socket_factory() 2827 } else if (strncmp(proto, "tlsv1.1", protolen) == 0) { in php_openssl_ssl_socket_factory() 2837 } else if (strncmp(proto, "tlsv1.2", protolen) == 0) { in php_openssl_ssl_socket_factory() 2847 } else if (strncmp(proto, "tlsv1.3", protolen) == 0) { in php_openssl_ssl_socket_factory()
|
/PHP-8.2/ext/opcache/ |
H A D | ZendAccelerator.c | 124 …rator_orig_inheritance_cache_add)(zend_class_entry *ce, zend_class_entry *proto, zend_class_entry … 2337 … zend_accel_inheritance_cache_add(zend_class_entry *ce, zend_class_entry *proto, zend_class_entry … in zend_accel_inheritance_cache_add() argument 2355 for (i = 0; i < proto->num_traits + proto->num_interfaces; i++) { in zend_accel_inheritance_cache_add() 2365 entry = proto->inheritance_cache; in zend_accel_inheritance_cache_add() 2367 …entry = zend_accel_inheritance_cache_find(entry, proto, parent, traits_and_interfaces, &needs_auto… in zend_accel_inheritance_cache_add() 2386 (sizeof(void*) * (proto->num_traits + proto->num_interfaces))); in zend_accel_inheritance_cache_add() 2424 (sizeof(void*) * (proto->num_traits + proto->num_interfaces)))); in zend_accel_inheritance_cache_add() 2426 for (i = 0; i < proto->num_traits + proto->num_interfaces; i++) { in zend_accel_inheritance_cache_add() 2451 entry->next = proto->inheritance_cache; in zend_accel_inheritance_cache_add() 2452 proto->inheritance_cache = entry; in zend_accel_inheritance_cache_add()
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 15071 #>52 short x \b, proto %d
|
H A D | magic私はガラスを食べられます | 15071 #>52 short x \b, proto %d
|