Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/
H A Delement.c1429 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent()
1438 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent()
1451 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent()
1463 if (!php_dom_adopt_node(otherp, this_intern, thisp->doc)) { in dom_insert_adjacent()
1468 php_dom_throw_error(SYNTAX_ERR, dom_get_strict_error(this_intern->document)); in dom_insert_adjacent()
1483 dom_object *this_intern, *other_intern; in PHP_METHOD() local
1490 DOM_GET_THIS_OBJ(thisp, id, xmlNodePtr, this_intern); in PHP_METHOD()
1493 xmlNodePtr result = dom_insert_adjacent(where, thisp, this_intern, otherp); in PHP_METHOD()
1510 dom_object *this_intern; in PHP_METHOD() local
1518 DOM_GET_THIS_OBJ(thisp, id, xmlNodePtr, this_intern); in PHP_METHOD()
[all …]

Completed in 10 milliseconds