Skip to content
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

Fix #206: Null coalescing operator on Vector make search failed #207

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

nielsdos
Copy link
Contributor

This happens because php_ds_vector_read_dimension makes a REF from the value when type is not BP_VAR_R. So when the type is BP_VAR_IS then we see the first element becomes a reference. You can see this when doing var_dump.

This happens because php_ds_vector_read_dimension makes a REF from the value
when type is not BP_VAR_R. So when the type is BP_VAR_IS then we see the first
element becomes a reference. You can see this when doing var_dump.
@nielsdos
Copy link
Contributor Author

AppVeyor seems to fail because the SDK that you download in the workflow is outdated and thus not aware of PHP 8.3.

Copy link
Member

@rtheunissen rtheunissen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you.

@rtheunissen rtheunissen merged commit 5f8915d into php-ds:master Feb 28, 2024
20 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants