Home
last modified time | relevance | path

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

/PHP-8.2/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()
165 nnode->type = XML_TEXT_NODE; in PHP_METHOD()
H A Dnode.c97 case XML_TEXT_NODE: in dom_node_node_name_read()
137 case XML_TEXT_NODE: in dom_node_node_value_read()
188 case XML_TEXT_NODE: in dom_node_node_value_write()
871 …if (parentp->type == XML_ATTRIBUTE_NODE && child->type != XML_TEXT_NODE && child->type != XML_ENTI… in dom_node_check_legacy_insertion_validity()
940 if (child->type == XML_TEXT_NODE && (refp->type == XML_TEXT_NODE || in PHP_METHOD()
941 (refp->prev != NULL && refp->prev->type == XML_TEXT_NODE))) { in PHP_METHOD()
994 …if (child->type == XML_TEXT_NODE && parentp->last != NULL && parentp->last->type == XML_TEXT_NODE)… in PHP_METHOD()
1222 if (child->type == XML_TEXT_NODE && nodep->last != NULL && nodep->last->type == XML_TEXT_NODE) { in PHP_METHOD()
H A Dparentnode.c200 …bool will_free = newNode->type == XML_TEXT_NODE && fragment->last && fragment->last->type == XML_T… in dom_zvals_to_fragment()
H A Dphp_dom.c140 case XML_TEXT_NODE: in dom_node_children_valid()
936 case XML_TEXT_NODE: in node_list_unlink()
1192 case XML_TEXT_NODE: in php_dom_create_object()
1361 case XML_TEXT_NODE: in dom_normalize()
1364 if (nextp->type == XML_TEXT_NODE) { in dom_normalize()
H A Dphp_dom.stub.php19 const XML_TEXT_NODE = UNKNOWN; define
H A Dphp_dom_arginfo.h909 REGISTER_LONG_CONSTANT("XML_TEXT_NODE", XML_TEXT_NODE, CONST_PERSISTENT); in register_php_dom_symbols()
/PHP-8.2/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.2/ext/simplexml/
H A Dphp_simplexml_exports.h25 if ((__p)->type == XML_TEXT_NODE) { \
H A Dsimplexml.c755 (!node->children || (node->children->type == XML_TEXT_NODE && !node->children->next && in sxe_prop_dim_exists()
935 if (node->children && node->children->type == XML_TEXT_NODE && !xmlIsBlankNode(node->children)) { in _get_base_node_value()
1033 if (node->type == XML_TEXT_NODE) { in sxe_prop_is_empty()
1154 if (node->type == XML_TEXT_NODE) { in sxe_get_prop_hash()
1326 …if (nodeptr->type == XML_TEXT_NODE || nodeptr->type == XML_ELEMENT_NODE || nodeptr->type == XML_AT… in PHP_METHOD()
1332 if (nodeptr->type == XML_TEXT_NODE) { in PHP_METHOD()
/PHP-8.2/ext/soap/
H A Dphp_xml.c51 if (trav->type == XML_TEXT_NODE) { in cleanup_xml_node()
H A Dphp_encoding.c657 if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { in to_zval_string()
689 if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { in to_zval_stringr()
722 if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { in to_zval_stringc()
757 if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { in to_zval_base64()
788 if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { in to_zval_hexbin()
980 if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { in to_zval_double()
1018 if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { in to_zval_long()
1098 if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { in to_zval_bool()
/PHP-8.2/ext/libxml/
H A Dlibxml.c202 case XML_TEXT_NODE: in php_libxml_node_free_list()
1276 case XML_TEXT_NODE: in php_libxml_node_free_resource()

Completed in 63 milliseconds