summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/windows_mb_path/test_cp1251_2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/windows_mb_path/test_cp1251_2.phpt')
-rw-r--r--ext/standard/tests/file/windows_mb_path/test_cp1251_2.phpt8
1 files changed, 3 insertions, 5 deletions
diff --git a/ext/standard/tests/file/windows_mb_path/test_cp1251_2.phpt b/ext/standard/tests/file/windows_mb_path/test_cp1251_2.phpt
index 28a8c4af21..742af59480 100644
--- a/ext/standard/tests/file/windows_mb_path/test_cp1251_2.phpt
+++ b/ext/standard/tests/file/windows_mb_path/test_cp1251_2.phpt
@@ -29,10 +29,10 @@ $fn = $prefix . DIRECTORY_SEPARATOR . "${item}7";
$f = fopen($fn, 'w');
if ($f) {
- var_dump($f, fwrite($f, "writing to an mb filename"));
- var_dump(fclose($f));
+ var_dump($f, fwrite($f, "writing to an mb filename"));
+ var_dump(fclose($f));
} else {
- echo "open utf8 failed\n";
+ echo "open utf8 failed\n";
}
var_dump(file_get_contents($fn));
@@ -43,7 +43,6 @@ var_dump(unlink($fn));
remove_data("file_cp1251");
?>
-===DONE===
--EXPECTF--
resource(%d) of type (stream)
int(25)
@@ -56,4 +55,3 @@ bool(true)
string(%d) "%s\привет7"
Active code page: %d
bool(true)
-===DONE===