Home
last modified time | relevance | path

Searched refs:zend_is_iterable (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/standard/
H A Dtype.c453 RETURN_BOOL(zend_is_iterable(var)); in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_API.h921 ZEND_API bool zend_is_iterable(const zval *iterable);
2344 if (EXPECTED(zend_is_iterable(arg))) { in zend_parse_arg_iterable()
H A Dzend_API.c5140 ZEND_API bool zend_is_iterable(const zval *iterable) /* {{{ */ in zend_is_iterable() function

Completed in 32 milliseconds