Home
last modified time | relevance | path

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

/PHP-8.1/ext/dom/tests/
H A Dbug46335.phpt8 $text = 'This is an ‘example’ of using DOM splitText';
18 $matched = $node->splitText($start);
19 $matched->splitText($length);
20 print "splitText (ASCII): $matched->textContent\n";
27 $matched = $node->splitText($start);
28 $matched->splitText($length);
29 print "splitText (UTF-8): $matched->textContent\n";
32 Text: This is an "example" of using DOM splitText
33 splitText (ASCII): DOM
34 Text: This is an ‘example’ of using DOM splitText
[all …]
H A Dbug52656.phpt2 Bug #52656 (DOMCdataSection does not work with splitText).
8 $CDataSplit = $CData->splitText(5);
H A Ddomchardata.phpt57 $text2 = $text->splitText(9);
60 $text3 = $text2->splitText(1);
/PHP-8.1/ext/dom/
H A Dtext.c105 PHP_METHOD(DOMText, splitText) in PHP_METHOD() argument
H A Dphp_dom.stub.php599 public function splitText(int $offset) {} function in DOMText
H A Dphp_dom_arginfo.h621 ZEND_METHOD(DOMText, splitText);
857 ZEND_ME(DOMText, splitText, arginfo_class_DOMText_splitText, ZEND_ACC_PUBLIC)

Completed in 19 milliseconds