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 3da4dce commit 3e10016Copy full SHA for 3e10016
ext/standard/tests/streams/stream_cast_loses_data.phpt
@@ -1,5 +1,9 @@
1
--TEST--
2
Casting a stream can lose data and needs to emit a warning
3
+--SKIPIF--
4
+<?php
5
+if (PHP_OS_FAMILY === "Windows") die("skip non-Windows tests (popen cannot delete file as open in cmd.exe)");
6
+?>
7
--FILE--
8
<?php
9
0 commit comments