Home
last modified time | relevance | path

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

/PHP-8.0/ext/dom/tests/
H A Ddom_xinclude.phpt12 $data = file_get_contents(__DIR__."/xinclude.xml");
21 $dom->xinclude();
H A Dbug43364.phpt35 $doc->xinclude();
/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php349 public function xinclude(int $options = 0) {} function in DOMDocument
H A Dphp_dom_arginfo.h557 ZEND_METHOD(DOMDocument, xinclude);
778 ZEND_ME(DOMDocument, xinclude, arginfo_class_DOMDocument_xinclude, ZEND_ACC_PUBLIC)
H A Ddocument.c1531 PHP_METHOD(DOMDocument, xinclude) in PHP_METHOD() argument
1552 PHP_LIBXML_SANITIZE_GLOBALS(xinclude); in PHP_METHOD()
1554 PHP_LIBXML_RESTORE_GLOBALS(xinclude); in PHP_METHOD()
/PHP-8.0/ext/xsl/
H A Dxsltprocessor.c461 ctxt->xinclude = Z_LVAL_P(doXInclude); in php_xsl_apply_stylesheet()

Completed in 22 milliseconds