Searched refs:relaxNGValidate (Results 1 – 6 of 6) sorted by relevance
2 DOMDocument::relaxNGValidate() should fail on invalid RelaxNG file source21 $result = $doc->relaxNGValidate($rng);25 Warning: DOMDocument::relaxNGValidate(): I/O warning : failed to load external entity "%s/foo.rng" …27 Warning: DOMDocument::relaxNGValidate(): xmlRelaxNGParse: could not load %s/foo.rng in %s on line %d29 Warning: DOMDocument::relaxNGValidate(): Invalid RelaxNG in %s on line %d
2 DOMDocument::relaxNGValidate() should fail if document doesn't validate21 $result = $doc->relaxNGValidate($rng);25 Warning: DOMDocument::relaxNGValidate(): Did not expect element pear there in %s on line %d
2 DOMDocument::relaxNGValidate()20 $result = $doc->relaxNGValidate($rng);
339 public function relaxNGValidate(string $filename) {} function in DOMDocument
551 ZEND_METHOD(DOMDocument, relaxNGValidate);772 ZEND_ME(DOMDocument, relaxNGValidate, arginfo_class_DOMDocument_relaxNGValidate, ZEND_ACC_PUBLIC)
1805 PHP_METHOD(DOMDocument, relaxNGValidate) in PHP_METHOD() argument
Completed in 15 milliseconds