mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
fixed libxml tests
This commit is contained in:
parent
3aa6f31abd
commit
c1d92d7925
2 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ string(10) "-//FOO/BAR"
|
|||
string(25) "http://example.com/foobar"
|
||||
array(4) {
|
||||
["directory"]=>
|
||||
string(36) "%s"
|
||||
string(%d) "%s"
|
||||
["intSubName"]=>
|
||||
string(3) "foo"
|
||||
["extSubURI"]=>
|
||||
|
@ -60,7 +60,7 @@ string(13) "-//FOO/ENTITY"
|
|||
string(32) "http://example.com/fooentity.ent"
|
||||
array(4) {
|
||||
["directory"]=>
|
||||
string(36) "%s"
|
||||
string(%d) "%s"
|
||||
["intSubName"]=>
|
||||
string(3) "foo"
|
||||
["extSubURI"]=>
|
||||
|
|
|
@ -37,7 +37,7 @@ echo "Done.\n";
|
|||
|
||||
--EXPECTF--
|
||||
string(10) "-//FOO/BAR"
|
||||
string(46) "%sfoobar.dtd"
|
||||
string(%d) "%sfoobar.dtd"
|
||||
|
||||
Warning: DOMDocument::validate(): Could not load the external subset "foobar.dtd" in %s on line %d
|
||||
bool(false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue