mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Fix segfault when using ReflectionFiber (fixes #10439)
This commit is contained in:
commit
f1818d726f
6 changed files with 115 additions and 7 deletions
|
@ -874,9 +874,9 @@ final class ReflectionFiber
|
|||
|
||||
public function getFiber(): Fiber {}
|
||||
|
||||
public function getExecutingFile(): string {}
|
||||
public function getExecutingFile(): ?string {}
|
||||
|
||||
public function getExecutingLine(): int {}
|
||||
public function getExecutingLine(): ?int {}
|
||||
|
||||
public function getCallable(): callable {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue