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 df98edb commit eb0a3daCopy full SHA for eb0a3da
ext/tidy/tests/023.phpt
@@ -27,22 +27,22 @@ var_dump(tidy_get_root($tidy)->child[0]->hasChildren());
27
var_dump(tidy_get_root($tidy)->child[0]->child[0]->hasChildren());
28
29
?>
30
---EXPECT--
+--EXPECTF--
31
object(tidy)#1 (2) {
32
["errorBuffer"]=>
33
NULL
34
["value"]=>
35
36
}
37
-------
38
-string(82) "<html>
+string(%d) "<html>
39
<?php echo "xpto;" ?>
40
<head>
41
<title></title>
42
</head>
43
<body>
44
</body>
45
-</html>"
+%s"
46
47
bool(true)
48
0 commit comments