Lines Matching refs:function
3 use function releases\php82\common_header;
4 use function releases\php82\language_chooser;
5 use function releases\php82\message;
59 public function __construct(string $title, Status $status)
82 public function __construct(string $title, Status $status)
112 public function bar(mixed $entity) {
132 public function bar((A&B)|null $entity) {
160 public function almostFalse(): bool { /* ... */ *}
162 public function almostTrue(): bool { /* ... */ *}
164 public function almostNull(): string|null { /* ... */ *}
179 public function alwaysFalse(): false { /* ... */ *}
181 public function alwaysTrue(): true { /* ... */ *}
183 public function alwaysNull(): null { /* ... */ *}
219 $fibers[] = new Fiber(function () use ($fiberRng, $i): void {