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 d74562e commit c883e84Copy full SHA for c883e84
tests/integration/lang/test_attributes.php
@@ -85,6 +85,7 @@ class ExampleAttribute
85
public function __construct(public string $info) {}
86
public function getInfo(): string
87
{
88
+ time_nanosleep(0, 50000); // force non-zero duration for the segment not to be dropped.
89
return $this->info;
90
}
91
0 commit comments