xref
: /
PHP-8.4
/
ext
/
standard
/
tests
/
general_functions
/
proc_open_sockets2.inc
(revision 547d98b8)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
echo "hello";
4
sleep(1);
5
echo "world";
6
7
echo strtoupper(trim(fgets(STDIN)));
8