Skip to content

Commit 92ea679

Browse files
authored
Add to show eventloop (#6916)
1 parent 8655b1e commit 92ea679

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frameworks/PHP/reactphp/server.php

+1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
$server->listen($socket);
1616

1717
echo "React Server running at http://0.0.0.0:8080\n";
18+
echo "EventLoop: ", $loop::class, "\n";
1819

1920
$loop->run();

0 commit comments

Comments
 (0)