Searched refs:xinclude (Results 1 – 7 of 7) sorted by relevance
13 $data = file_get_contents(__DIR__."/xinclude.xml");22 $dom->xinclude();
35 $doc->xinclude();
16 <error>xinclude: book.xml not found</error>
561 public function xinclude(int $options = 0): int|false {} function in DOMDocument
1567 PHP_METHOD(DOMDocument, xinclude) in PHP_METHOD() argument1588 PHP_LIBXML_SANITIZE_GLOBALS(xinclude); in PHP_METHOD()1590 PHP_LIBXML_RESTORE_GLOBALS(xinclude); in PHP_METHOD()
615 ZEND_METHOD(DOMDocument, xinclude);840 ZEND_ME(DOMDocument, xinclude, arginfo_class_DOMDocument_xinclude, ZEND_ACC_PUBLIC)
468 ctxt->xinclude = Z_LVAL_P(doXInclude); in php_xsl_apply_stylesheet()
Completed in 24 milliseconds