peachpiecompiler / peachpie

PeachPie - the PHP compiler and runtime for .NET and .NET Core
https://www.peachpie.io
Apache License 2.0
2.33k stars 202 forks source link

array_column() support for objects #1040

Closed jakubmisek closed 2 years ago

jakubmisek commented 2 years ago

currently array_column only supports a column of arrays, but PHP allows to refer to properties of objects.

https://github.com/peachpiecompiler/peachpie/blob/0f5cfde97866cd2b923ad88f11f89222ee5eda65/src/Peachpie.Library/Arrays.cs#L1919