Skip to content

Commit 9a358b2

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Fix DOM test
2 parents 86580c6 + bed0e54 commit 9a358b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/dom/tests/domobject_debug_handler.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ object(DOMDocument)#1 (39) {
4545
["strictErrorChecking"]=>
4646
bool(true)
4747
["documentURI"]=>
48-
string(46) "/run/media/niels/MoreData/php-src-FOR-MERGING/"
48+
string(%d) %s
4949
["formatOutput"]=>
5050
bool(false)
5151
["validateOnParse"]=>
@@ -93,7 +93,7 @@ object(DOMDocument)#1 (39) {
9393
["localName"]=>
9494
NULL
9595
["baseURI"]=>
96-
string(46) "/run/media/niels/MoreData/php-src-FOR-MERGING/"
96+
string(%d) %s
9797
["textContent"]=>
9898
string(12) "
9999
foobar

0 commit comments

Comments
 (0)