Skip to content

Commit 3b68e84

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Fix DOM test
2 parents 4bee574 + 9a358b2 commit 3b68e84

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 (41) {
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"]=>
@@ -97,7 +97,7 @@ object(DOMDocument)#1 (41) {
9797
["localName"]=>
9898
NULL
9999
["baseURI"]=>
100-
string(46) "/run/media/niels/MoreData/php-src-FOR-MERGING/"
100+
string(%d) %s
101101
["textContent"]=>
102102
string(12) "
103103
foobar

0 commit comments

Comments
 (0)