Fixed tests on Windows

This commit is contained in:
Matt Wilmas 2008-05-29 07:32:03 +00:00
parent 370aafc62b
commit fc6fa44097
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ $foo[3]->bar[1] = "bang";
echo "ok\n";
?>
--EXPECTF--
Fatal error: Cannot use string offset as an object in %s/bug41919.php on line %d
Fatal error: Cannot use string offset as an object in %sbug41919.php on line %d

View File

@ -17,5 +17,5 @@ $b["key1"]["key2"]["key3"] = null;
echo "Done.\n";
?>
--EXPECTF--
Warning: array_merge_recursive(): recursion detected in %s/bug43495.php on line %d
Warning: array_merge_recursive(): recursion detected in %sbug43495.php on line %d
Done.