Home
last modified time | relevance | path

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

/PHP-7.3/ext/dom/tests/
H A DDOMDocument_validate_error1.phpt2 DOMDocument::validate() should fail if any parameter is given
13 $dom->validate(true);
16 Warning: DOMDocument::validate() expects exactly 0 parameters, 1 given in %s on line %d
H A DDOMDocument_validate_error2.phpt2 DOMDocument::validate() should fail if called statically
12 DOMDocument::validate();
15 Fatal error: Uncaught Error: 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.3/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.3/ext/zip/lib/
H A Dzip_source_crc.c42 int validate; /* whether to check CRC on EOF and return error on mismatch */ member
55 zip_source_crc(zip_t *za, zip_source_t *src, int validate) in zip_source_crc() argument
70 ctx->validate = validate; in zip_source_crc()
104 if (ctx->validate) { in crc_read()
/PHP-7.3/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.3/ext/standard/tests/time/
H A Dbug60222.phpt2 Bug #60222 (time_nanosleep() does validate input params)
/PHP-7.3/ext/filter/tests/
H A Dbug49184.phpt2 Bug #67296 (filter_input doesn't validate variables)
/PHP-7.3/ext/sodium/tests/
H A Dcrypto_auth.phpt11 // This should validate
/PHP-7.3/ext/pgsql/tests/
H A Dbug60244.phpt2 Bug #60244 (pg_fetch_* functions do not validate that row param is >0)
/PHP-7.3/ext/opcache/
H A DREADME122 memory storage allocation. ("1" means validate once per second, but only
123 once per request. "0" means always validate)
/PHP-7.3/ext/dom/
H A Ddocument.c218 PHP_FALIAS(validate, dom_document_validate, arginfo_dom_document_validate)
1357 int validate, recover, resolve_externals, keep_blanks, substitute_ent; in dom_document_parser() local
1368 validate = doc_props->validateonparse; in dom_document_parser()
1426 if (validate && ! (options & XML_PARSE_DTDVALID)) { in dom_document_parser()
/PHP-7.3/
H A Dphp.ini-development1816 ; memory storage allocation. ("1" means validate once per second, but only
1817 ; once per request. "0" means always validate)
H A Dphp.ini-production1818 ; memory storage allocation. ("1" means validate once per second, but only
1819 ; once per request. "0" means always validate)
H A DNEWS114 . Fixed bug #80216 (imap_mail_compose() does not validate types/encodings).
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic11748 # validate and display sfnt font data like number of tables
H A Dmagic私はガラスを食べられます11748 # validate and display sfnt font data like number of tables

Completed in 172 milliseconds