mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
7 lines
85 B
PHP
7 lines
85 B
PHP
<?php
|
|
|
|
echo "hello";
|
|
sleep(1);
|
|
fwrite(STDERR, "SOME ERROR");
|
|
sleep(1);
|
|
echo "world";
|