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 c777864 commit b068befCopy full SHA for b068bef
ext/dom/tests/bug46849.phpt
@@ -5,7 +5,7 @@ dom
5
--FILE--
6
<?php
7
$dom = new DOMDocument;
8
-$dom->formatOutput = 1;
+$dom->formatOutput = true;
9
var_dump($dom->formatOutput);
10
11
$dom2 = clone $dom;
0 commit comments