Home
last modified time | relevance | path

Searched refs:validate (Results 1 – 22 of 22) sorted by relevance

/PHP-7.4/ext/dom/tests/
H A DDOMDocument_validate_error2.phpt2 DOMDocument::validate() should fail if called statically
13 DOMDocument::validate();
19 Non-static method DOMDocument::validate() cannot be called statically
H A DDOMDocument_validate_basic.phpt2 DOMDocument::validate() should validate an internal DTD declaration
28 var_dump($dom->validate());
H A DDOMDocument_validate_external_dtd.phpt2 DOMDocument::validate() should validate an external DTD declaration
17 var_dump($dom->validate());
H A DDOMDocument_relaxNGValidate_error1.phpt2 DOMDocument::relaxNGValidate() should fail if document doesn't validate
H A DDOMDocument_relaxNGValidateSource_error1.phpt2 DOMDocument::relaxNGValidateSource() should fail if document doesn't validate
/PHP-7.4/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation2.phpt30 var_dump($dd->validate());
34 var_dump($dd->validate());
41 Warning: DOMDocument::validate(): Could not load the external subset "foobar.dtd" in %s on line %d
H A Dlibxml_set_external_entity_loader_error1.phpt21 var_dump($dd->validate());
38 Warning: DOMDocument::validate(): Could not load the external subset "http://example.com/foobar" in…
H A Dlibxml_set_external_entity_loader_basic.phpt30 var_dump($dd->validate());
H A Dlibxml_set_external_entity_loader_variation1.phpt43 var_dump($dd->validate());
/PHP-7.4/sapi/cgi/tests/
H A Dbug60677.phpt2 Bug #60677: CGI doesn't properly validate shebang line contains #!
/PHP-7.4/ext/imap/tests/
H A Dbug80216.phpt2 Bug #80216 (imap_mail_compose() does not validate types/encodings)
H A Dimap_bodystruct_basic.phpt23 echo "\nGet and validate structure of body part 1\n";
82 Get and validate structure of body part 1
/PHP-7.4/ext/standard/tests/time/
H A Dbug60222.phpt2 Bug #60222 (time_nanosleep() does validate input params)
/PHP-7.4/ext/filter/tests/
H A Dbug49184.phpt2 Bug #67296 (filter_input doesn't validate variables)
/PHP-7.4/ext/sodium/tests/
H A Dcrypto_auth.phpt11 // This should validate
/PHP-7.4/ext/pgsql/tests/
H A Dbug60244.phpt2 Bug #60244 (pg_fetch_* functions do not validate that row param is >0)
/PHP-7.4/ext/dom/
H A Ddocument.c218 PHP_FALIAS(validate, dom_document_validate, arginfo_dom_document_validate)
1379 int validate, recover, resolve_externals, keep_blanks, substitute_ent; in dom_document_parser() local
1390 validate = doc_props->validateonparse; in dom_document_parser()
1448 if (validate && ! (options & XML_PARSE_DTDVALID)) { in dom_document_parser()
/PHP-7.4/
H A Dphp.ini-development1798 ; memory storage allocation. ("1" means validate once per second, but only
1799 ; once per request. "0" means always validate)
H A Dphp.ini-production1798 ; memory storage allocation. ("1" means validate once per second, but only
1799 ; once per request. "0" means always validate)
H A DNEWS619 . Fixed bug #80216 (imap_mail_compose() does not validate types/encodings).
1323 . Fixed bug #60677 (CGI doesn't properly validate shebang line contains #!).
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます12751 # validate and display sfnt font data like number of tables
H A Dmagic12751 # validate and display sfnt font data like number of tables

Completed in 133 milliseconds