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
From @valVk on April 22, 2015 23:14
The code chmod(file, 0666 & ~umask()); produces the error Scanner error: -2 umask());
chmod(file, 0666 & ~umask());
Scanner error: -2 umask());
http://php.net/manual/en/language.operators.bitwise.php
Thanks.
Copied from original issue: zephir-lang/zephir#908
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From @valVk on April 22, 2015 23:14
The code
chmod(file, 0666 & ~umask());
produces the errorScanner error: -2 umask());
http://php.net/manual/en/language.operators.bitwise.php
Thanks.
Copied from original issue: zephir-lang/zephir#908
The text was updated successfully, but these errors were encountered: