Searched refs:xinclude (Results 1 – 9 of 9) sorted by relevance
13 $data = file_get_contents(__DIR__."/xinclude.xml");22 $dom->xinclude();
2 GH-14702 (DOMDocument::xinclude() crash)32 var_dump(@$doc->xinclude());
35 $doc->xinclude();
16 <error>xinclude: book.xml not found</error>
796 public function xinclude(int $options = 0): int|false {} function in DOMDocument
1624 PHP_METHOD(DOMDocument, xinclude) in PHP_METHOD() argument1647 PHP_LIBXML_SANITIZE_GLOBALS(xinclude); in PHP_METHOD()1649 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)
461 ctxt->xinclude = Z_LVAL_P(doXInclude); in php_xsl_apply_stylesheet()
494 . Fixed bug GH-14702 (DOMDocument::xinclude() crash). (nielsdos)
Completed in 28 milliseconds