Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/tests/
H A DDOMDocument_getElementsByTagName_liveness_xinclude.phpt2 DOMDocument::getElementsByTagName() liveness with DOMDocument::xinclude()
8 // Adapted from https://www.php.net/manual/en/domdocument.xinclude.php
16 <p>xinclude: book.xml not found</p>
27 @$dom->xinclude();
34 string(28) "xinclude: book.xml not found"
40 <p>xinclude: book.xml not found</p>
H A Ddom_xinclude.phpt13 $data = file_get_contents(__DIR__."/xinclude.xml");
22 $dom->xinclude();
H A Dgh14702.phpt2 GH-14702 (DOMDocument::xinclude() crash)
32 var_dump(@$doc->xinclude());
H A Dbug43364.phpt35 $doc->xinclude();
H A DDOMNode_isEqualNode.phpt248 // Adapted from https://www.php.net/manual/en/domdocument.xinclude.php
257 <p>xinclude: book.xml not found</p>
261 <para><p>xinclude: book.xml not found</p></para>
264 @$dom->xinclude();
H A DDOMDocument_getElementsByTagNameNS_match_any_namespace.phpt16 <error>xinclude: book.xml not found</error>
/PHP-8.3/ext/dom/
H A Ddocument.c1683 PHP_METHOD(DOMDocument, xinclude) in PHP_METHOD() argument
1706 PHP_LIBXML_SANITIZE_GLOBALS(xinclude); in PHP_METHOD()
1708 PHP_LIBXML_RESTORE_GLOBALS(xinclude); in PHP_METHOD()
H A Dphp_dom.stub.php835 public function xinclude(int $options = 0): int|false {} function in DOMDocument
H A Dphp_dom_arginfo.h665 ZEND_METHOD(DOMDocument, xinclude);
901 ZEND_ME(DOMDocument, xinclude, arginfo_class_DOMDocument_xinclude, ZEND_ACC_PUBLIC)
/PHP-8.3/ext/xsl/
H A Dxsltprocessor.c473 ctxt->xinclude = Z_LVAL_P(doXInclude); in php_xsl_apply_stylesheet()
/PHP-8.3/
H A DNEWS209 . Fixed bug GH-14702 (DOMDocument::xinclude() crash). (nielsdos)

Completed in 42 milliseconds