Home
last modified time | relevance | path

Searched refs:iterable (Results 26 – 28 of 28) sorted by relevance

12

/PHP-7.4/Zend/
H A Dzend_API.c4459 ZEND_API zend_bool zend_is_iterable(zval *iterable) /* {{{ */ in zend_is_iterable() argument
4461 switch (Z_TYPE_P(iterable)) { in zend_is_iterable()
4465 return instanceof_function(Z_OBJCE_P(iterable), zend_ce_traversable); in zend_is_iterable()
H A Dzend_API.h557 ZEND_API zend_bool zend_is_iterable(zval *iterable);
/PHP-7.4/
H A DNEWS2499 . Fixed bug #76198 (Wording: "iterable" is not a scalar type). (Levi Morrison)

Completed in 44 milliseconds

12