Home
last modified time | relevance | path

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

/PHP-5.6/ext/dom/tests/
H A DDOMDocument_validate_error2.phpt2 DOMDocument::validate() should fail if called statically
12 DOMDocument::validate();
15 Fatal error: Non-static method DOMDocument::validate() cannot be called statically in %s on line %d
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_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-5.6/ext/dom/examples/
H A Dnote.php5 if (!$dom->validate('note.dtd')) {
13 if (!$dom->validate('note.dtd')) {
/PHP-5.6/ext/zip/lib/
H A Dzip_source_crc.c43 int validate; member
55 zip_source_crc(struct zip *za, struct zip_source *src, int validate) in zip_source_crc() argument
70 ctx->validate = validate; in zip_source_crc()
106 if (ctx->validate) { in crc_read()
/PHP-5.6/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation2.phpt30 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 Dlibxml_set_external_entity_loader_error1.phpt20 var_dump($dd->validate());
37 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-5.6/ext/standard/tests/time/
H A Dbug60222.phpt2 Bug #60222 (time_nanosleep() does validate input params)
/PHP-5.6/ext/filter/tests/
H A Dbug49184.phpt2 Bug #67296 (filter_input doesn't validate variables)
/PHP-5.6/ext/imap/tests/
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-5.6/ext/pgsql/tests/
H A Dbug60244.phpt2 Bug #60244 (pg_fetch_* functions do not validate that row param is >0)
/PHP-5.6/ext/opcache/
H A DREADME117 memory storage allocation. ("1" means validate once per second, but only
118 once per request. "0" means always validate)
/PHP-5.6/ext/filter/docs/
H A Dfilter.txt269 filter does `not` validate if the e-mail address has
276 filter does `not` validate if a URI has the correct
/PHP-5.6/ext/dom/
H A Ddocument.c219 PHP_FALIAS(validate, dom_document_validate, arginfo_dom_document_validate)
1498 int validate, recover, resolve_externals, keep_blanks, substitute_ent; in dom_document_parser() local
1509 validate = doc_props->validateonparse; in dom_document_parser()
1567 if (validate && ! (options & XML_PARSE_DTDVALID)) { in dom_document_parser()
/PHP-5.6/
H A Dphp.ini-development1934 ; memory storage allocation. ("1" means validate once per second, but only
1935 ; once per request. "0" means always validate)
H A Dphp.ini-production1934 ; memory storage allocation. ("1" means validate once per second, but only
1935 ; once per request. "0" means always validate)
H A DNEWS4681 . Fixed bug #60222 (time_nanosleep() does validate input params). (Ilia)
5225 . Fixed bug #60222 (time_nanosleep() does validate input params). (Ilia)
5561 . Fixed bug #60244 (pg_fetch_* functions do not validate that row param
5959 . Fixed bug #53924 (FILTER_VALIDATE_URL doesn't validate port number).
6175 . Added '-t/--test' to php-fpm to check and validate FPM conf file. (fat)
8510 - Fixed bug #44594 (imap_open() does not validate # of retries parameter). (Ilia)
8530 - Fixed bug #44189 (PDO setAttribute() does not properly validate values for native numeric options…
9414 - Fixed the validate email filter so that the letter "v" can also be used in

Completed in 100 milliseconds