Home
last modified time | relevance | path

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

/php-src/ext/dom/tests/
H A DDOMDocument_getElementsByTagName_liveness_xinclude.phpt2 DOMDocument::getElementsByTagName() liveness with DOMDocument::xinclude()
8 // Adapted from https://www.php.net/manual/en/domdocument.xinclude.php
16 <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>
H A Ddom_xinclude_errors.phpt12 $dom->xinclude(PHP_INT_MAX);
16 $dom->xinclude(PHP_INT_MAX);
22 Warning: DOMDocument::xinclude(): Invalid flags in %s on line %d
23 Dom\XMLDocument::xinclude(): Argument #1 ($options) is too large
H A Ddom_xinclude.phpt11 $data = file_get_contents(__DIR__."/xinclude.xml");
20 $dom->xinclude();
27 $dom->xinclude();
H A Dgh14702.phpt2 GH-14702 (DOMDocument::xinclude() crash)
32 var_dump(@$doc->xinclude());
H A Dbug43364.phpt35 $doc->xinclude();
H A DDOMNode_isEqualNode.phpt248 // Adapted from https://www.php.net/manual/en/domdocument.xinclude.php
257 <p>xinclude: book.xml not found</p>
261 <para><p>xinclude: book.xml not found</p></para>
264 @$dom->xinclude();
H A DDOMDocument_getElementsByTagNameNS_match_any_namespace.phpt16 <error>xinclude: book.xml not found</error>
/php-src/ext/xsl/tests/
H A Dspecial_operations_with_properties.phpt55 $xinclude =& $xslt->doXInclude;
/php-src/ext/dom/
H A Ddocument.c1747 PHP_LIBXML_SANITIZE_GLOBALS(xinclude); in dom_perform_xinclude()
1749 PHP_LIBXML_RESTORE_GLOBALS(xinclude); in dom_perform_xinclude()
1769 PHP_METHOD(DOMDocument, xinclude) in PHP_METHOD() argument
1795 PHP_METHOD(Dom_XMLDocument, xinclude) in PHP_METHOD() argument
H A Dphp_dom.stub.php1051 public function xinclude(int $options = 0): int|false {} function in DOMDocument
2091 public function xinclude(int $options = 0): int {} function in Dom\\XMLDocument
H A Dphp_dom_arginfo.h1239 ZEND_METHOD(DOMDocument, xinclude);
1315 ZEND_METHOD(Dom_XMLDocument, xinclude);
1506 ZEND_ME(DOMDocument, xinclude, arginfo_class_DOMDocument_xinclude, ZEND_ACC_PUBLIC)
1772 ZEND_ME(Dom_XMLDocument, xinclude, arginfo_class_Dom_XMLDocument_xinclude, ZEND_ACC_PUBLIC)
/php-src/ext/xsl/
H A Dxsltprocessor.c353 ctxt->xinclude = zend_is_true(doXInclude); in php_xsl_apply_stylesheet()

Completed in 44 milliseconds