diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-04-29 10:35:44 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-05-11 14:16:24 +0200 |
commit | 091d53c1310c78a47edcc7eaef5b7b005b3856ab (patch) | |
tree | 1bb7abe2830962f2bd67b92fa5ea440c3fe7b9ae /Zend/zend_execute_API.c | |
parent | b111674383fb638830193da672908a3abd5afe4e (diff) | |
download | php-git-091d53c1310c78a47edcc7eaef5b7b005b3856ab.tar.gz |
Use standard key behavior in array_column()
array_column() reimplements array key handling in a way that does
not match standard array key behavior in PHP. Avoid this by making
use of the standard API.
Of course, there is a minor backwards compatibilty break here,
e.g. people could be relying on objects getting cast to string
instead of throwing.
Closes GH-5487.
Diffstat (limited to 'Zend/zend_execute_API.c')
0 files changed, 0 insertions, 0 deletions