Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/
H A Dtext.c80 …while (node->prev && ((node->prev->type == XML_TEXT_NODE) || (node->prev->type == XML_CDATA_SECTIO… in dom_text_whole_text_read()
85 while (node && ((node->type == XML_TEXT_NODE) || (node->type == XML_CDATA_SECTION_NODE))) { in dom_text_whole_text_read()
128 if (node->type != XML_TEXT_NODE && node->type != XML_CDATA_SECTION_NODE) { in PHP_METHOD()
162 nnode->type = XML_TEXT_NODE; in PHP_METHOD()
H A Dnode.c120 case XML_TEXT_NODE: in dom_node_node_name_read()
148 case XML_TEXT_NODE: in dom_node_node_value_read()
194 case XML_TEXT_NODE: in dom_node_node_value_write()
935 if (child->type == XML_TEXT_NODE && (refp->type == XML_TEXT_NODE || in PHP_METHOD()
936 (refp->prev != NULL && refp->prev->type == XML_TEXT_NODE))) { in PHP_METHOD()
989 …if (child->type == XML_TEXT_NODE && parentp->last != NULL && parentp->last->type == XML_TEXT_NODE)… in PHP_METHOD()
1230 if (child->type == XML_TEXT_NODE && nodep->last != NULL && nodep->last->type == XML_TEXT_NODE) { in PHP_METHOD()
1575 …} else if (this->type == XML_TEXT_NODE || this->type == XML_COMMENT_NODE || this->type == XML_CDAT… in PHP_DOM_DEFINE_LIST_COUNTER_HELPER()
H A Dparentnode.c195 …bool will_free = newNode->type == XML_TEXT_NODE && fragment->last && fragment->last->type == XML_T… in dom_zvals_to_fragment()
H A Dphp_dom.c139 case XML_TEXT_NODE: in dom_node_children_valid()
945 case XML_TEXT_NODE: in node_list_unlink()
1218 case XML_TEXT_NODE: in php_dom_create_object()
1410 case XML_TEXT_NODE: in dom_normalize()
1413 if (nextp->type == XML_TEXT_NODE) { in dom_normalize()
1773 if (nodep->type == XML_TEXT_NODE in php_dom_get_content_into_zval()
H A Dphp_dom.stub.php19 const XML_TEXT_NODE = UNKNOWN; define
H A Dphp_dom_arginfo.h971 REGISTER_LONG_CONSTANT("XML_TEXT_NODE", XML_TEXT_NODE, CONST_PERSISTENT); in register_php_dom_symbols()
/PHP-8.3/ext/dom/tests/
H A DDOMNode_removeChild_basic.phpt29 …$title = ($current->nodeType != XML_TEXT_NODE && $current->hasAttribute('title')) ? $current->getA…
45 if ($current->nodeType == XML_TEXT_NODE) {
H A DDOMNode_cloneNode_basic.phpt29 …$title = ($current->nodeType != XML_TEXT_NODE && $current->hasAttribute('title')) ? $current->getA…
43 if ($current->nodeType == XML_TEXT_NODE) {
/PHP-8.3/ext/simplexml/
H A Dphp_simplexml_exports.h25 if ((__p)->type == XML_TEXT_NODE) { \
H A Dsimplexml.c744 (!node->children || (node->children->type == XML_TEXT_NODE && !node->children->next && in sxe_prop_dim_exists()
926 if (node->children && node->children->type == XML_TEXT_NODE && !xmlIsBlankNode(node->children)) { in _get_base_node_value()
1024 if (node->type == XML_TEXT_NODE) { in sxe_prop_is_empty()
1145 if (node->type == XML_TEXT_NODE) { in sxe_get_prop_hash()
1317 …if (nodeptr->type == XML_TEXT_NODE || nodeptr->type == XML_ELEMENT_NODE || nodeptr->type == XML_AT… in PHP_METHOD()
1323 if (nodeptr->type == XML_TEXT_NODE) { in PHP_METHOD()
/PHP-8.3/ext/soap/
H A Dphp_xml.c51 if (trav->type == XML_TEXT_NODE) { in cleanup_xml_node()
H A Dphp_encoding.c658 if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { in to_zval_string()
690 if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { in to_zval_stringr()
723 if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { in to_zval_stringc()
758 if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { in to_zval_base64()
789 if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { in to_zval_hexbin()
1016 if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { in to_zval_double()
1054 if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { in to_zval_long()
1134 if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { in to_zval_bool()
/PHP-8.3/ext/libxml/
H A Dlibxml.c367 case XML_TEXT_NODE: in php_libxml_node_free_list()
1435 case XML_TEXT_NODE: in php_libxml_node_free_resource()

Completed in 51 milliseconds