-
-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
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
Wrong macro on nullable value #2186
Comments
Jeckerson
added a commit
that referenced
this issue
Apr 7, 2021
Jeckerson
added a commit
that referenced
this issue
Apr 7, 2021
Jeckerson
added a commit
that referenced
this issue
Apr 7, 2021
3 tasks
Jeckerson
added a commit
that referenced
this issue
Apr 7, 2021
Jeckerson
added a commit
that referenced
this issue
Apr 8, 2021
Jeckerson
added a commit
that referenced
this issue
Apr 9, 2021
3 tasks
AlexNDRmac
added a commit
that referenced
this issue
Apr 10, 2021
#2186 - Change empty string check from `IS_UNDEF` to `ZEPHIR_IS_EMPTY`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After this fix was merged - #2180
Now it seems that there are still situations when Zephir try to compare
null
value as a string.Example:
Produced C code:
The text was updated successfully, but these errors were encountered: