This commit is contained in:
Danack
2021-11-10 13:51:05 +00:00
parent c9ac1bc8e2
commit 294f8614ba
+1 -1
View File
@@ -2,7 +2,7 @@
Test PHP bug #59378 writing to php://memory is incomplete
--SKIPIF--
<?php require_once(dirname(__FILE__) . '/skipif.inc'); ?>
<?php if (substr(PHP_OS, 0, 3) == 'WIN') { die("skip php://memory can't be used as filehandle staWindows"); } ?>
<?php if (substr(PHP_OS, 0, 3) == 'WIN') { die("skip php://memory can't be used as filehandle on Windows"); } ?>
--FILE--
<?php