summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions/proc_open_sockets2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/general_functions/proc_open_sockets2.inc')
-rw-r--r--ext/standard/tests/general_functions/proc_open_sockets2.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/standard/tests/general_functions/proc_open_sockets2.inc b/ext/standard/tests/general_functions/proc_open_sockets2.inc
new file mode 100644
index 0000000000..e9a6c9e33d
--- /dev/null
+++ b/ext/standard/tests/general_functions/proc_open_sockets2.inc
@@ -0,0 +1,7 @@
+<?php
+
+echo "hello";
+sleep(1);
+echo "world";
+
+echo strtoupper(trim(fgets(STDIN)));