]> granicus.if.org Git - php/commitdiff
Fixed tests on Windows
authorMatt Wilmas <mattwil@php.net>
Thu, 29 May 2008 07:32:03 +0000 (07:32 +0000)
committerMatt Wilmas <mattwil@php.net>
Thu, 29 May 2008 07:32:03 +0000 (07:32 +0000)
Zend/tests/bug41919.phpt
ext/standard/tests/array/bug43495.phpt

index 3ba9ae0ec4808a9e325102c67c583367091d2d3a..0ac3276b076d9052d368258929113c1b8389b3ca 100644 (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
index cd0fab141a3437dedd6a576202c49aafe773d788..8b8f3a6edb3bc89ffeeefdeb1714324e197006a7 100644 (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.