/PHP-8.0/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.0/Zend/ |
H A D | zend_inheritance.c | 561 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 D | mysqlnd_ext_plugin.h | 45 …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 D | bug48764.phpt | 2 Bug #48764 (PDO_pgsql::query always uses implicit prepared statements if v3 proto available)
|
/PHP-8.0/main/streams/ |
H A D | xp_socket.c | 892 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 D | php_stream_transport.h | 26 typedef php_stream *(php_stream_transport_factory_func)(const char *proto, size_t protolen,
|
/PHP-8.0/ext/standard/ |
H A D | basic_functions.c | 2263 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 D | strcspn_variation5.phpt | 5 /* Prototype : proto int strcspn(string str, string mask [, int start [, int len]])
|
H A D | strspn_variation5.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]])
|
H A D | strspn_variation9.phpt | 5 /* Prototype : proto int strspn(string str, string mask [, int start [, int len]])
|
/PHP-8.0/ext/openssl/ |
H A D | xp_ssl.c | 2603 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 D | magic私はガラスを食べられます | 14545 #>52 short x \b, proto %d
|
H A D | magic | 14545 #>52 short x \b, proto %d
|