Searched refs:validate (Results 1 – 22 of 22) sorted by relevance
/PHP-7.0/ext/dom/tests/ |
H A D | DOMDocument_validate_error1.phpt | 2 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 D | DOMDocument_validate_error2.phpt | 2 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 D | DOMDocument_validate_basic.phpt | 2 DOMDocument::validate() should validate an internal DTD declaration 28 var_dump($dom->validate());
|
H A D | DOMDocument_validate_external_dtd.phpt | 2 DOMDocument::validate() should validate an external DTD declaration 17 var_dump($dom->validate());
|
H A D | DOMDocument_relaxNGValidate_error1.phpt | 2 DOMDocument::relaxNGValidate() should fail if document doesn't validate
|
H A D | DOMDocument_relaxNGValidateSource_error1.phpt | 2 DOMDocument::relaxNGValidateSource() should fail if document doesn't validate
|
/PHP-7.0/ext/dom/examples/ |
H A D | note.php | 5 if (!$dom->validate('note.dtd')) { 13 if (!$dom->validate('note.dtd')) {
|
/PHP-7.0/ext/libxml/tests/ |
H A D | libxml_set_external_entity_loader_variation2.phpt | 30 var_dump($dd->validate()); 34 var_dump($dd->validate()); 42 Warning: DOMDocument::validate(): Could not load the external subset "foobar.dtd" in %s on line %d
|
H A D | libxml_set_external_entity_loader_error1.phpt | 20 var_dump($dd->validate()); 37 Warning: DOMDocument::validate(): Could not load the external subset "http://example.com/foobar" in…
|
H A D | libxml_set_external_entity_loader_basic.phpt | 30 var_dump($dd->validate());
|
H A D | libxml_set_external_entity_loader_variation1.phpt | 43 var_dump($dd->validate());
|
/PHP-7.0/ext/zip/lib/ |
H A D | zip_source_crc.c | 42 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.0/ext/standard/tests/time/ |
H A D | bug60222.phpt | 2 Bug #60222 (time_nanosleep() does validate input params)
|
/PHP-7.0/ext/filter/tests/ |
H A D | bug49184.phpt | 2 Bug #67296 (filter_input doesn't validate variables)
|
/PHP-7.0/ext/imap/tests/ |
H A D | imap_bodystruct_basic.phpt | 23 echo "\nGet and validate structure of body part 1\n"; 82 Get and validate structure of body part 1
|
/PHP-7.0/ext/pgsql/tests/ |
H A D | bug60244.phpt | 2 Bug #60244 (pg_fetch_* functions do not validate that row param is >0)
|
/PHP-7.0/ext/opcache/ |
H A D | README | 117 memory storage allocation. ("1" means validate once per second, but only 118 once per request. "0" means always validate)
|
/PHP-7.0/ext/filter/docs/ |
H A D | filter.txt | 269 filter does `not` validate if the e-mail address has 276 filter does `not` validate if a URI has the correct
|
/PHP-7.0/ext/dom/ |
H A D | document.c | 220 PHP_FALIAS(validate, dom_document_validate, arginfo_dom_document_validate) 1359 int validate, recover, resolve_externals, keep_blanks, substitute_ent; in dom_document_parser() local 1370 validate = doc_props->validateonparse; in dom_document_parser() 1428 if (validate && ! (options & XML_PARSE_DTDVALID)) { in dom_document_parser()
|
/PHP-7.0/ |
H A D | UPGRADING.INTERNALS | 301 must validate if requested session ID exists in session data storage or not.
|
H A D | php.ini-development | 1796 ; memory storage allocation. ("1" means validate once per second, but only 1797 ; once per request. "0" means always validate)
|
H A D | php.ini-production | 1796 ; memory storage allocation. ("1" means validate once per second, but only 1797 ; once per request. "0" means always validate)
|
Completed in 58 milliseconds