Home
last modified time | relevance | path

Searched refs:php_dom_throw_error_with_message (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/dom/
H A Ddomexception.c33 void php_dom_throw_error_with_message(dom_exception_code error_code, const char *error_message, boo… in php_dom_throw_error_with_message() function
102 php_dom_throw_error_with_message(error_code, error_message, strict_error); in php_dom_throw_error()
H A Ddomexception.h50 void php_dom_throw_error_with_message(dom_exception_code error_code, const char *error_message, boo…
H A Dinner_html_mixin.c106php_dom_throw_error_with_message(SYNTAX_ERR, "The resulting XML serialization is not well-formed",… in dom_element_inner_html_read()
301 php_dom_throw_error_with_message(SYNTAX_ERR, "XML fragment is not well-formed", true); in dom_xml_fragment_parsing_algorithm()
315 php_dom_throw_error_with_message(SYNTAX_ERR, "XML fragment is not well-formed", true); in dom_xml_fragment_parsing_algorithm()
H A Dtoken_list.c422 php_dom_throw_error_with_message(SYNTAX_ERR, "The empty string is not a valid token", true); in dom_validate_token()
428php_dom_throw_error_with_message(INVALID_CHARACTER_ERR, "The token must not contain any ASCII whit… in dom_validate_token()
H A Dxml_document.c185 php_dom_throw_error_with_message(SYNTAX_ERR, "XML fragment is not well-formed", true); in load_from_helper()
H A Dnode.c1038php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot insert text as a child of a docume… in dom_replace_node_validity_checks()
1042php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot insert a document type into anythi… in dom_replace_node_validity_checks()
1060php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot have more than one element child i… in dom_replace_node_validity_checks()
1065php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Document types must be the first child in… in dom_replace_node_validity_checks()
1074php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Document types must be the first child in… in dom_replace_node_validity_checks()
1318php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "A document may only contain one document … in dom_node_append_child_legacy()
H A Delement.c2009php_dom_throw_error_with_message(INVALID_MODIFICATION_ERR, "An attribute with the given name in th… in PHP_METHOD()
2020 php_dom_throw_error_with_message( in PHP_METHOD()
2026 php_dom_throw_error_with_message( in PHP_METHOD()
2037 php_dom_throw_error_with_message( in PHP_METHOD()
H A Dxpath.c343 php_dom_throw_error_with_message(NOT_SUPPORTED_ERR, in php_xpath_eval()
H A Ddocument.c603php_dom_throw_error_with_message(NOT_SUPPORTED_ERR, "This operation is not supported for HTML docu… in PHP_METHOD()
608php_dom_throw_error_with_message(INVALID_CHARACTER_ERR, "Invalid character sequence \"]]>\" in CDA… in PHP_METHOD()
648php_dom_throw_error_with_message(INVALID_CHARACTER_ERR, "Invalid character sequence \"?>\" in proc… in dom_document_create_processing_instruction()
H A Dhtml_document.c1447php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "A body can only be set if there is a docu… in dom_html_document_body_write()
1459php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "The new body must either be a body or a f… in dom_html_document_body_write()
/php-src/ext/dom/parentnode/
H A Dtree.c93php_dom_throw_error_with_message(INVALID_MODIFICATION_ERR, "Unable to allocate temporary nodes", /… in dom_cannot_create_temp_nodes()
157php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot have more than one element child i… in dom_fragment_common_hierarchy_check_part()
162php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot insert text as a child of a docume… in dom_fragment_common_hierarchy_check_part()
183php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot have more than one element child i… in php_dom_fragment_insertion_hierarchy_check_pre_insertion()
188php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Document types must be the first child in… in php_dom_fragment_insertion_hierarchy_check_pre_insertion()
211php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot have more than one element child i… in php_dom_fragment_insertion_hierarchy_check_replace()
219php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Document types must be the first child in… in php_dom_fragment_insertion_hierarchy_check_replace()
276php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot insert text as a child of a docume… in dom_is_pre_insert_valid_without_step_1()
303php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Document types must be the first child in… in dom_is_pre_insert_valid_without_step_1()
311php_dom_throw_error_with_message(HIERARCHY_REQUEST_ERR, "Cannot have more than one document type",… in dom_is_pre_insert_valid_without_step_1()
[all …]
H A Dcss_selectors.c100 php_dom_throw_error_with_message(SYNTAX_ERR, error, true); in dom_parse_selector()
103 php_dom_throw_error_with_message(SYNTAX_ERR, "Invalid selector", true); in dom_parse_selector()
/php-src/ext/dom/lexbor/lexbor/selectors-adapted/
H A Dselectors.c1442php_dom_throw_error_with_message(NOT_SUPPORTED_ERR, ":blank selector is not implemented because CS… in lxb_selectors_pseudo_class()

Completed in 66 milliseconds