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
(string)
null
function castFromNull() -> string { var a = null; return (string) a; }
Returns null instead of ''
''
The text was updated successfully, but these errors were encountered:
#2232 - Add test case with string cast from null
e7ec902
#2232 - Fix cast string from null
47fa25e
#2232 - Update CHANGELOG.md
1d1d4cb
Merge pull request #2233 from zephir-lang/#2232-fix-cast-string-from-…
cf10ae6
…null #2232 - Fix cast string from null
Jeckerson
Successfully merging a pull request may close this issue.
Returns null instead of
''
The text was updated successfully, but these errors were encountered: