Home
last modified time | relevance | path

Searched refs:schemaValidate (Results 1 – 11 of 11) sorted by relevance

/PHP-8.0/ext/dom/tests/
H A DDOMDocument_schemaValidate_error6.phpt2 DomDocument::schemaValidate() - invalid path to schema
13 $doc->schemaValidate("/path/with/\0/byte");
18 var_dump($doc->schemaValidate(str_repeat(" ", PHP_MAXPATHLEN + 1)));
22 DOMDocument::schemaValidate(): Argument #1 ($filename) must not contain any null bytes
24 Warning: DOMDocument::schemaValidate(): Invalid Schema file source in %s on line %d
H A DDOMDocument_schemaValidate_error1.phpt2 DomDocument::schemaValidate() - file that is not a schema
15 $result = $doc->schemaValidate(__DIR__."/book-not-a-schema.xsd");
20 Warning: DOMDocument::schemaValidate(): %sbook-not-a-schema.xsd:1: parser error : Start tag expecte…
22 Warning: DOMDocument::schemaValidate(): Let's see what happens upon parsing a file that doesn't con…
24 Warning: DOMDocument::schemaValidate(): ^ in %s.php on line %d
26 Warning: DOMDocument::schemaValidate(): Failed to parse the XML resource '%sbook-not-a-schema.xsd'.…
28 Warning: DOMDocument::schemaValidate(): Invalid Schema in %s.php on line %d
H A DDOMDocument_schemaValidate_error5.phpt2 DomDocument::schemaValidate() - non-existent schema file
15 $result = $doc->schemaValidate(__DIR__."/non-existent-file");
20 Warning: DOMDocument::schemaValidate(): I/O warning : failed to load external entity "%snon-existen…
22 Warning: DOMDocument::schemaValidate(): Failed to locate the main schema resource at '%s/non-existe…
24 Warning: DOMDocument::schemaValidate(): Invalid Schema in %s.php on line %d
H A DDOMDocument_schemaValidate_error3.phpt2 DomDocument::schemaValidate() - empty string for schema file name
16 $doc->schemaValidate('');
23 DOMDocument::schemaValidate(): Argument #1 ($filename) must not be empty
H A DDOMDocument_schemaValidate_error2.phpt2 DomDocument::schemaValidate() - non-conforming schema file
15 $result = $doc->schemaValidate(__DIR__."/book-non-conforming-schema.xsd");
20 Warning: DOMDocument::schemaValidate(): Element 'books': No matching global declaration available f…
H A DDOMDocument_schemaValidate_basic.phpt2 DomDocument::schemaValidate() - basic
15 $result = $doc->schemaValidate(__DIR__."/book.xsd");
H A DDOMDocument_schemaValidate_missingAttrs.phpt2 DomDocument::schemaValidate() - Don't add missing attribute default values from schema
14 $doc->schemaValidate(__DIR__."/book.xsd");
H A DDOMDocument_schemaValidate_addAttrs.phpt2 DomDocument::schemaValidate() - Add missing attribute default values from schema
14 $doc->schemaValidate(__DIR__."/book.xsd", LIBXML_SCHEMA_CREATE);
/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php333 public function schemaValidate(string $filename, int $flags = 0) {} function in DOMDocument
H A Dphp_dom_arginfo.h545 ZEND_METHOD(DOMDocument, schemaValidate);
766 ZEND_ME(DOMDocument, schemaValidate, arginfo_class_DOMDocument_schemaValidate, ZEND_ACC_PUBLIC)
H A Ddocument.c1709 PHP_METHOD(DOMDocument, schemaValidate) in PHP_METHOD() argument

Completed in 39 milliseconds