We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a931c87 commit 77bc1baCopy full SHA for 77bc1ba
helloworld.php
@@ -3,3 +3,5 @@
3
declare(strict_types=1);
4
5
echo 'Hello World !';
6
+
7
+// require phpbenchmarks stats.php here when needed
rest.php
@@ -56,3 +56,5 @@ function encodeType(CommentType $type): array
56
}
57
58
echo json_encode($data);
59
60
0 commit comments