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 eb0a3da commit 0acf77eCopy full SHA for 0acf77e
ext/tidy/tests/023.phpt
@@ -13,7 +13,7 @@ echo "-------\n";
13
14
$tidy = new tidy();
15
$tidy->parseString('<html><?php echo "xpto;" ?></html>');
16
-var_dump($tidy->value);
+var_dump(rtrim($tidy->value));
17
18
echo "-------\n";
19
@@ -42,7 +42,7 @@ string(%d) "<html>
42
</head>
43
<body>
44
</body>
45
-%s"
+</html>"
46
-------
47
bool(true)
48
0 commit comments