Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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
69 ctx->validate = validate; in zip_source_crc()
102 if (ctx->validate) { in crc_read()
/PHP-5.5/ext/dom/examples/
H A Dnote.php5 if (!$dom->validate('note.dtd')) {
13 if (!$dom->validate('note.dtd')) {
/PHP-5.5/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.5/ext/standard/tests/time/
H A Dbug60222.phpt2 Bug #60222 (time_nanosleep() does validate input params)
/PHP-5.5/ext/filter/tests/
H A Dbug49184.phpt2 Bug #67296 (filter_input doesn't validate variables)
/PHP-5.5/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.5/ext/pgsql/tests/
H A Dbug60244.phpt2 Bug #60244 (pg_fetch_* functions do not validate that row param is >0)
/PHP-5.5/ext/opcache/
H A DREADME107 memory storage allocation. ("1" means validate once per second, but only
108 once per request. "0" means always validate)
/PHP-5.5/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.5/ext/dom/
H A Ddocument.c219 PHP_FALIAS(validate, dom_document_validate, arginfo_dom_document_validate)
1559 int validate, recover, resolve_externals, keep_blanks, substitute_ent; in dom_document_parser() local
1570 validate = doc_props->validateonparse; in dom_document_parser()
1628 if (validate && ! (options & XML_PARSE_DTDVALID)) { in dom_document_parser()
/PHP-5.5/
H A Dphp.ini-development1864 ; memory storage allocation. ("1" means validate once per second, but only
1865 ; once per request. "0" means always validate)
H A Dphp.ini-production1864 ; memory storage allocation. ("1" means validate once per second, but only
1865 ; once per request. "0" means always validate)
H A DNEWS3103 . Fixed bug #60222 (time_nanosleep() does validate input params). (Ilia)
3647 . Fixed bug #60222 (time_nanosleep() does validate input params). (Ilia)
3983 . Fixed bug #60244 (pg_fetch_* functions do not validate that row param
4381 . Fixed bug #53924 (FILTER_VALIDATE_URL doesn't validate port number).
4597 . Added '-t/--test' to php-fpm to check and validate FPM conf file. (fat)
6932 - Fixed bug #44594 (imap_open() does not validate # of retries parameter). (Ilia)
6952 - Fixed bug #44189 (PDO setAttribute() does not properly validate values for native numeric options…
7836 - Fixed the validate email filter so that the letter "v" can also be used in

Completed in 116 milliseconds