-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/standard/tests/file/
File Upload :
Current File : //usr/src/php/ext/standard/tests/file/php_fd_wrapper_02.phpt

--TEST--
php://fd wrapper: mode is ignored
--FILE--
<?php
$f = fopen("php://fd/1", "rkkk");
fwrite($f, "hi!");

echo "\nDone.\n";
--EXPECT--
hi!
Done.

Copyright © 2017 || Recoded By Mr.Bumblebee