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 6eee271 commit 958e079Copy full SHA for 958e079
tests/004.phpt
@@ -16,7 +16,7 @@ if (file_exists('../Parser.php')) {
16
}
17
18
print "new XML_Parser ";
19
-var_dump(get_class($p = new XML_Parser()));
+var_dump(strtolower(get_class($p = new XML_Parser())));
20
$e = $p->parseString("<?xml version='1.0' ?><foo></bar>", true);
21
if (PEAR::isError($e)) {
22
printf("error message: %s\n", $e->getMessage());
0 commit comments