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
If the parameter prefix also accepts false as mention through the use of syslog the correct method declaration would be openlog(string|bool $prefix, int $flags, int $facility):bool
The text was updated successfully, but these errors were encountered:
Girgias
changed the title
Wrong method signature
openlog() has a confusing description about it being called with syslog()
Dec 27, 2023
From manual page: https://php.net/function.openlog
If the parameter prefix also accepts false as mention through the use of syslog the correct method declaration would be
openlog(string|bool $prefix, int $flags, int $facility):bool
The text was updated successfully, but these errors were encountered: