Searched refs:xinclude (Results 1 – 11 of 11) sorted by relevance
2 DOMDocument::getElementsByTagName() liveness with DOMDocument::xinclude()8 // Adapted from https://www.php.net/manual/en/domdocument.xinclude.php16 <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>
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();
248 // Adapted from https://www.php.net/manual/en/domdocument.xinclude.php257 <p>xinclude: book.xml not found</p>261 <para><p>xinclude: book.xml not found</p></para>264 @$dom->xinclude();
16 <error>xinclude: book.xml not found</error>
1683 PHP_METHOD(DOMDocument, xinclude) in PHP_METHOD() argument1706 PHP_LIBXML_SANITIZE_GLOBALS(xinclude); in PHP_METHOD()1708 PHP_LIBXML_RESTORE_GLOBALS(xinclude); in PHP_METHOD()
835 public function xinclude(int $options = 0): int|false {} function in DOMDocument
665 ZEND_METHOD(DOMDocument, xinclude);901 ZEND_ME(DOMDocument, xinclude, arginfo_class_DOMDocument_xinclude, ZEND_ACC_PUBLIC)
473 ctxt->xinclude = Z_LVAL_P(doXInclude); in php_xsl_apply_stylesheet()
490 . Fixed bug GH-14702 (DOMDocument::xinclude() crash). (nielsdos)
Completed in 31 milliseconds