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 5c2fe0c commit 4121475Copy full SHA for 4121475
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