Home
last modified time | relevance | path

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

/PHP-8.2/ext/dom/tests/
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 DDOMDocument_getElementsByTagNameNS_match_any_namespace.phpt16 <error>xinclude: book.xml not found</error>
/PHP-8.2/ext/dom/
H A Dphp_dom.stub.php796 public function xinclude(int $options = 0): int|false {} function in DOMDocument
H A Ddocument.c1624 PHP_METHOD(DOMDocument, xinclude) in PHP_METHOD() argument
1647 PHP_LIBXML_SANITIZE_GLOBALS(xinclude); in PHP_METHOD()
1649 PHP_LIBXML_RESTORE_GLOBALS(xinclude); in PHP_METHOD()
H A Dphp_dom_arginfo.h615 ZEND_METHOD(DOMDocument, xinclude);
840 ZEND_ME(DOMDocument, xinclude, arginfo_class_DOMDocument_xinclude, ZEND_ACC_PUBLIC)
/PHP-8.2/ext/xsl/
H A Dxsltprocessor.c461 ctxt->xinclude = Z_LVAL_P(doXInclude); in php_xsl_apply_stylesheet()
/PHP-8.2/
H A DNEWS494 . Fixed bug GH-14702 (DOMDocument::xinclude() crash). (nielsdos)

Completed in 28 milliseconds