Skip to content

Commit bed0e54

Browse files
committed
Fix DOM test
1 parent bf4e7bd commit bed0e54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/dom/tests/domobject_debug_handler.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $d->dynamicProperty = new stdclass;
1414
$d->loadXML($xml);
1515
var_dump($d);
1616
?>
17-
--EXPECT--
17+
--EXPECTF--
1818
object(DOMDocument)#1 (39) {
1919
["config"]=>
2020
NULL
@@ -44,7 +44,7 @@ object(DOMDocument)#1 (39) {
4444
["strictErrorChecking"]=>
4545
bool(true)
4646
["documentURI"]=>
47-
string(46) "/run/media/niels/MoreData/php-src-FOR-MERGING/"
47+
string(%d) %s
4848
["formatOutput"]=>
4949
bool(false)
5050
["validateOnParse"]=>
@@ -92,7 +92,7 @@ object(DOMDocument)#1 (39) {
9292
["localName"]=>
9393
NULL
9494
["baseURI"]=>
95-
string(46) "/run/media/niels/MoreData/php-src-FOR-MERGING/"
95+
string(%d) %s
9696
["textContent"]=>
9797
string(12) "
9898
foobar

0 commit comments

Comments
 (0)