Home
last modified time | relevance | path

Searched refs:node_ce (Results 1 – 4 of 4) sorted by relevance

/PHP-8.4/ext/dom/parentnode/
H A Dtree.c434 …nd_result dom_sanity_check_node_list_types(zval *nodes, uint32_t nodesc, zend_class_entry *node_ce) in dom_sanity_check_node_list_types() argument
441 if (!instanceof_function(ce, node_ce)) { in dom_sanity_check_node_list_types()
442 …zend_argument_type_error(i + 1, "must be of type %s|string, %s given", ZSTR_VAL(node_ce->name), ze… in dom_sanity_check_node_list_types()
451 …zend_argument_type_error(i + 1, "must be of type %s|string, %s given", ZSTR_VAL(node_ce->name), ze… in dom_sanity_check_node_list_types()
/PHP-8.4/ext/dom/
H A Ddocument.c803 static void dom_modern_document_import_node(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *node_ce) in dom_modern_document_import_node() argument
811 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|b", &node, node_ce, &recursive) != SUCCESS) { in dom_modern_document_import_node()
1604 static void dom_document_save_xml(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *node_ce) in dom_document_save_xml() argument
1613 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|O!l", &nodep, node_ce, &options) != SUCCESS) { in dom_document_save_xml()
H A Dnode.c1216 static void dom_node_remove_child(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *node_ce) in dom_node_remove_child() argument
1223 Z_PARAM_OBJECT_OF_CLASS(node, node_ce) in dom_node_remove_child()
2381 …ic void dom_node_compare_document_position(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *node_ce) in dom_node_compare_document_position() argument
2388 Z_PARAM_OBJECT_OF_CLASS(node_zval, node_ce) in dom_node_compare_document_position()
H A Delement.c771 …tic void dom_element_remove_attribute_node(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *node_ce) in dom_element_remove_attribute_node() argument
778 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &node, node_ce) == FAILURE) { in dom_element_remove_attribute_node()

Completed in 56 milliseconds