mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
![]() We relax the constraint that the array must be a list. What really matters is that it only has numeric keys. As shown in the example code, it's really easy to accidentally create a non-list array, so it makes sense to relax the constraint. There are 3 cases left where the array is checked to be a list, in php_ldap_do_search, but I believe this makes sense to keep because the indices of those arrays have a meaning because they should match between different arrays. In that case it will prevent programmer errors. |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
ldap.c | ||
ldap.stub.php | ||
ldap_arginfo.h | ||
php_ldap.h |