/
proc
/
self
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
standard
/
tests
/
streams
/
File Upload :
llllll
Current File: //proc/self/root/usr/local/lsws/phpbuild/php-8.0.7/ext/standard/tests/streams/bug53427.phpt
--TEST-- Bug #53427 (stream_select does not preserve keys) --FILE-- <?php $read[1] = fopen(__FILE__, "r"); $read["myindex"] = reset($read); $write = NULL; $except = NULL; var_dump($read); stream_select($read, $write, $except, 0); var_dump($read); ?> --EXPECTF-- array(2) { [1]=> resource(%d) of type (stream) ["myindex"]=> resource(%d) of type (stream) } array(2) { [1]=> resource(%d) of type (stream) ["myindex"]=> resource(%d) of type (stream) }
Copyright ©2k19 -
Hexid
|
Tex7ure