You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of, this is wrong, because null is missing as a allowed parameter. Second, it will raise deprecation warnings with PHP8.4. The produced code should be:
Currently if we have a signature like this:
The stubs will generate a signature like this:
First of, this is wrong, because
null
is missing as a allowed parameter. Second, it will raise deprecation warnings with PHP8.4. The produced code should be:or
This can already be included, because
| null
is allowed since PHP8.0.I know they're only stubs, but event the stubs should be correct. Also probably check the generated C code, maybe the problem exists there too.
The text was updated successfully, but these errors were encountered: