We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4e7bd commit bed0e54Copy full SHA for bed0e54
ext/dom/tests/domobject_debug_handler.phpt
@@ -14,7 +14,7 @@ $d->dynamicProperty = new stdclass;
14
$d->loadXML($xml);
15
var_dump($d);
16
?>
17
---EXPECT--
+--EXPECTF--
18
object(DOMDocument)#1 (39) {
19
["config"]=>
20
NULL
@@ -44,7 +44,7 @@ object(DOMDocument)#1 (39) {
44
["strictErrorChecking"]=>
45
bool(true)
46
["documentURI"]=>
47
- string(46) "/run/media/niels/MoreData/php-src-FOR-MERGING/"
+ string(%d) %s
48
["formatOutput"]=>
49
bool(false)
50
["validateOnParse"]=>
@@ -92,7 +92,7 @@ object(DOMDocument)#1 (39) {
92
["localName"]=>
93
94
["baseURI"]=>
95
96
["textContent"]=>
97
string(12) "
98
foobar
0 commit comments