Searched refs:node_ce (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/dom/parentnode/ |
H A D | tree.c | 437 …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 444 if (!instanceof_function(ce, node_ce)) { in dom_sanity_check_node_list_types() 445 …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() 454 …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-src/ext/dom/ |
H A D | document.c | 803 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() 1603 static void dom_document_save_xml(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *node_ce) in dom_document_save_xml() argument 1612 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|O!l", &nodep, node_ce, &options) != SUCCESS) { in dom_document_save_xml()
|
H A D | node.c | 1263 static void dom_node_remove_child(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *node_ce) in dom_node_remove_child() argument 1270 Z_PARAM_OBJECT_OF_CLASS(node, node_ce) in dom_node_remove_child() 2429 …ic void dom_node_compare_document_position(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *node_ce) in dom_node_compare_document_position() argument 2436 Z_PARAM_OBJECT_OF_CLASS(node_zval, node_ce) in dom_node_compare_document_position()
|
H A D | element.c | 770 …tic void dom_element_remove_attribute_node(INTERNAL_FUNCTION_PARAMETERS, zend_class_entry *node_ce) in dom_element_remove_attribute_node() argument 777 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &node, node_ce) == FAILURE) { in dom_element_remove_attribute_node()
|
Completed in 24 milliseconds