Home
last modified time | relevance | path

Searched refs:proto (Results 26 – 50 of 510) sorted by last modified time

12345678910>>...21

/PHP-5.5/tests/output/
H A Dob_clean_basic_001.phpt5 /* Prototype : proto bool ob_clean(void)
H A Dob_clean_error_001.phpt5 /* Prototype : proto bool ob_clean(void)
H A Dob_end_clean_basic_001.phpt6 * proto bool ob_end_clean(void)
H A Dob_end_clean_error_001.phpt6 * proto bool ob_end_clean(void)
H A Dflush_basic_001.phpt6 * proto void flush(void)
H A Dflush_error_001.phpt6 * proto void flush(void)
/PHP-5.5/main/streams/
H A Dxp_socket.c778 PHPAPI php_stream *php_stream_generic_socket_factory(const char *proto, long protolen, in php_stream_generic_socket_factory() argument
789 if (strncmp(proto, "tcp", protolen) == 0) { in php_stream_generic_socket_factory()
791 } else if (strncmp(proto, "udp", protolen) == 0) { in php_stream_generic_socket_factory()
795 else if (strncmp(proto, "unix", protolen) == 0) { in php_stream_generic_socket_factory()
797 } else if (strncmp(proto, "udg", protolen) == 0) { in php_stream_generic_socket_factory()
H A Dphp_stream_transport.h29 typedef php_stream *(php_stream_transport_factory_func)(const char *proto, long protolen,
/PHP-5.5/ext/xml/tests/
H A Dxml_set_external_entity_ref_handler_error.phpt11 /* Prototype : proto int xml_set_external_entity_ref_handler(resource parser, string hdl)
H A Dxml_set_notation_decl_handler_basic.phpt11 /* Prototype : proto bool xml_set_notation_decl_handler ( resource $parser , callback $handler )
H A Dxml_set_object_variation1.phpt11 /* Prototype : proto int xml_set_object(resource parser, object &obj)
H A Dxml_set_object_variation2.phpt11 /* Prototype : proto int xml_set_object(resource parser, object &obj)
H A Dxml_set_processing_instruction_handler_error.phpt11 /* Prototype : proto int xml_set_processing_instruction_handler(resource parser, string hdl)
H A Dxml_set_processing_instruction_handler_variation1.phpt11 /* Prototype : proto int xml_set_processing_instruction_handler(resource parser, string hdl)
H A Dxml_set_start_namespace_decl_handler_error.phpt11 /* Prototype : proto int xml_set_start_namespace_decl_handler(resource parser, string hdl)
H A Dxml_set_external_entity_ref_handler_variation1.phpt11 /* Prototype : proto int xml_set_external_entity_ref_handler(resource parser, string hdl)
H A Dxml_set_notation_decl_handler_error.phpt11 /* Prototype : proto int xml_set_notation_decl_handler(resource parser, string hdl)
H A Dxml_set_notation_decl_handler_variation1.phpt11 /* Prototype : proto int xml_set_notation_decl_handler(resource parser, string hdl)
H A Dxml_set_object_error.phpt11 /* Prototype : proto int xml_set_object(resource parser, object &obj)
H A Dxml_set_processing_instruction_handler_basic.phpt11 /* Prototype : proto bool xml_set_processing_instruction_handler ( resource $parser , callback $…
H A Dxml_set_start_namespace_decl_handler_variation1.phpt11 /* Prototype : proto int xml_set_start_namespace_decl_handler(resource parser, string hdl)
H A Dxml_set_unparsed_entity_decl_handler_error.phpt11 /* Prototype : proto int xml_set_unparsed_entity_decl_handler(resource parser, string hdl)
H A Dxml_set_unparsed_entity_decl_handler_variation1.phpt11 /* Prototype : proto int xml_set_unparsed_entity_decl_handler(resource parser, string hdl)
H A Dutf8_decode_error.phpt11 /* Prototype : proto string utf8_decode(string data)
H A Dutf8_encode_error.phpt11 /* Prototype : proto string utf8_encode(string data)

Completed in 56 milliseconds

12345678910>>...21