Home
last modified time | relevance | path

Searched refs:schemaValidateSource (Results 1 – 10 of 10) sorted by relevance

/PHP-8.1/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_error1.phpt2 DomDocument::schemaValidateSource() - string that is not a schema
15 $result = $doc->schemaValidateSource('string that is not a schema');
20 Warning: DOMDocument::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<…
22 Warning: DOMDocument::schemaValidateSource(): string that is not a schema in %s.php on line %d
24 Warning: DOMDocument::schemaValidateSource(): ^ in %s.php on line %d
26 Warning: DOMDocument::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'. …
28 Warning: DOMDocument::schemaValidateSource(): Invalid Schema in %s.php on line %d
H A DDOMDocument_schemaValidateSource_error3.phpt2 DomDocument::schemaValidateSource() - empty string for schema string
16 $doc->schemaValidateSource('');
23 DOMDocument::schemaValidateSource(): Argument #1 ($source) must not be empty
H A DDOMDocument_schemaValidateSource_error2.phpt2 DomDocument::schemaValidateSource() - non-conforming schema
17 $result = $doc->schemaValidateSource($xsd);
22 Warning: DOMDocument::schemaValidateSource(): Element 'books': No matching global declaration avail…
H A DDOMDocument_schemaValidateSource_basic.phpt2 DomDocument::schemaValidateSource() - basic
17 $result = $doc->schemaValidateSource($xsd);
H A DDOMDocument_schemaValidateSource_missingAttrs.phpt2 DomDocument::schemaValidateSource() - Don't add missing attribute default values from schema
16 $doc->schemaValidateSource($xsd);
H A DDOMDocument_schemaValidateSource_addAttrs.phpt2 DomDocument::schemaValidateSource() - Add missing attribute default values from schema
16 $doc->schemaValidateSource($xsd, LIBXML_SCHEMA_CREATE);
/PHP-8.1/ext/libxml/tests/
H A Dbug76777.phpt31 $dom->schemaValidateSource($xsd);
/PHP-8.1/ext/dom/
H A Dphp_dom.stub.php548 public function schemaValidateSource(string $source, int $flags = 0): bool {} function in DOMDocument
H A Dphp_dom_arginfo.h606 ZEND_METHOD(DOMDocument, schemaValidateSource);
831 …ZEND_ME(DOMDocument, schemaValidateSource, arginfo_class_DOMDocument_schemaValidateSource, ZEND_AC…
H A Ddocument.c1750 PHP_METHOD(DOMDocument, schemaValidateSource) in PHP_METHOD() argument

Completed in 103 milliseconds