We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flock
related phpstan issue: phpstan/phpstan#12850
repro: https://3v4l.org/4eurQ
I would expect php to throw an exception when any of LOCK_SH, LOCK_EX, LOCK_UN option is combined in one call.
The text was updated successfully, but these errors were encountered:
Related: https://externals.io/message/126706
Sorry, something went wrong.
Fix phpGH-18281: making flock flags mutually exclusive.
945ac59
proposing a standard way to detect bitwise values through a new Zend entry.
600a6e0
2b64d98
1ad40e5
4c816d7
3f0ddb8
devnexen
No branches or pull requests
Description
related phpstan issue: phpstan/phpstan#12850
repro: https://3v4l.org/4eurQ
I would expect php to throw an exception when any of LOCK_SH, LOCK_EX, LOCK_UN option is combined in one call.
The text was updated successfully, but these errors were encountered: