php-8.0.30-src/ext/standard/tests/streams/bug79467.phpt

10 lines
226 B
PHP

--TEST--
Bug #79467 (data:// wrappers are writable)
--FILE--
<?php
var_dump(file_put_contents('data://text/plain,cccc', 'data'));
?>
--EXPECTF--
Notice: file_put_contents(): Stream is not writable in %s on line %d
bool(false)