php-ds / ext-ds

An extension providing efficient data structures for PHP 7
https://medium.com/p/9dda7af674cd
MIT License
2.11k stars 95 forks source link

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

Closed nielsdos closed 9 months ago

nielsdos commented 9 months ago

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 commented 9 months ago

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