diff options
| author | Anatol Belski <ab@php.net> | 2017-09-11 12:18:06 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2017-09-11 12:18:06 +0200 |
| commit | 9ca0cd0a1a3b590d6366142c1f773c948cfea5a9 (patch) | |
| tree | 82091fc655fb70dacc0865ebb4a8be46947c54a2 /ext/xmlreader/tests | |
| parent | c40c0b8111655d635c4990cd6bf5e416bfe564fa (diff) | |
| parent | 5f9ae45e22f6b545c1ff630fe5e415acb2ec35ec (diff) | |
| download | php-git-9ca0cd0a1a3b590d6366142c1f773c948cfea5a9.tar.gz | |
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fix test compatibility with libxml2 2.9.5
Diffstat (limited to 'ext/xmlreader/tests')
| -rw-r--r-- | ext/xmlreader/tests/bug64230.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/xmlreader/tests/bug64230.phpt b/ext/xmlreader/tests/bug64230.phpt index 0b070925f3..fb1ab4932f 100644 --- a/ext/xmlreader/tests/bug64230.phpt +++ b/ext/xmlreader/tests/bug64230.phpt @@ -38,11 +38,11 @@ Done --EXPECTF-- Test Internal errors TRUE -Internal: Specification mandate value for attribute att +Internal: Specification mandate%A value for attribute att Internal errors FALSE -Warning: XMLReader::read(): %s: parser error : Specification mandate value for attribute att in %s on line %d +Warning: XMLReader::read(): %s: parser error : Specification mandate%A value for attribute att in %s on line %d Warning: XMLReader::read(): <root att/> in %s on line %d |
