Searched refs:relaxNGValidate (Results 1 – 6 of 6) sorted by relevance
2 DOMDocument::relaxNGValidate() should fail on invalid RelaxNG file source19 $result = $doc->relaxNGValidate($rng);23 Warning: DOMDocument::relaxNGValidate(): I/O %s : failed to load %s25 Warning: DOMDocument::relaxNGValidate(): xmlRelaxNGParse: could not load %s/foo.rng in %s on line %d27 Warning: DOMDocument::relaxNGValidate(): Invalid RelaxNG in %s on line %d
2 DOMDocument::relaxNGValidate() should fail if document doesn't validate19 $result = $doc->relaxNGValidate($rng);23 Warning: DOMDocument::relaxNGValidate(): Did not expect element pear there in %s on line %d
2 DOMDocument::relaxNGValidate()18 $result = $doc->relaxNGValidate($rng);
825 public function relaxNGValidate(string $filename): bool {} function in DOMDocument
659 ZEND_METHOD(DOMDocument, relaxNGValidate);895 ZEND_ME(DOMDocument, relaxNGValidate, arginfo_class_DOMDocument_relaxNGValidate, ZEND_ACC_PUBLIC)
1961 PHP_METHOD(DOMDocument, relaxNGValidate) in PHP_METHOD() argument
Completed in 39 milliseconds