Here you find the average performance (time & memory) of each version. A grayed out version indicates it didn't complete successfully (based on exit-code).
Version | System time (s) | User time (s) | Memory (MiB) |
---|---|---|---|
8.4.4 | 0.014 | 0.007 | 19.21 |
<?php // lint >= 8.4
namespace AbstractFinalHook;
abstract class User
{
abstract public string $foo {
final get;
}
}
Here you find the average performance (time & memory) of each version. A grayed out version indicates it didn't complete successfully (based on exit-code).
Version | System time (s) | User time (s) | Memory (MiB) |
---|---|---|---|
8.4.4 | 0.014 | 0.007 | 19.21 |