diff options
| author | Stanislav Malyshev <stas@php.net> | 2013-08-10 17:49:52 -0700 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2013-08-10 17:56:23 -0700 |
| commit | 473d66553d64f1b76ba969eabb105b1fdc7497b1 (patch) | |
| tree | 2f84bdac6b9ee2de8890aedc3965af4747a4fcd1 /ext/dom/tests/DOMDocument_schemaValidateSource_error4.phpt | |
| parent | 6b4971a29b9ad42998f3581b251bb0e35c780eb5 (diff) | |
| parent | c091819f4030701e636e13f8e10a665607fab9a8 (diff) | |
| download | php-git-473d66553d64f1b76ba969eabb105b1fdc7497b1.tar.gz | |
Merge branch 'pull-request/325' into PHP-5.5
* pull-request/325:
Add schema default/fixed value support
Diffstat (limited to 'ext/dom/tests/DOMDocument_schemaValidateSource_error4.phpt')
| -rw-r--r-- | ext/dom/tests/DOMDocument_schemaValidateSource_error4.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/tests/DOMDocument_schemaValidateSource_error4.phpt b/ext/dom/tests/DOMDocument_schemaValidateSource_error4.phpt index 65c8d8678f..f841b87428 100644 --- a/ext/dom/tests/DOMDocument_schemaValidateSource_error4.phpt +++ b/ext/dom/tests/DOMDocument_schemaValidateSource_error4.phpt @@ -17,5 +17,5 @@ var_dump($result); ?> --EXPECTF-- -Warning: DOMDocument::schemaValidateSource() expects exactly 1 parameter, 0 given in %s.php on line %d +Warning: DOMDocument::schemaValidateSource() expects at least 1 parameter, 0 given in %s.php on line %d NULL |
