Searched refs:zend_is_iterable (Results 1 – 4 of 4) sorted by relevance
397 RETURN_BOOL(zend_is_iterable(var)); in PHP_FUNCTION()
571 ZEND_API zend_bool zend_is_iterable(zval *iterable);
860 return zend_is_iterable(arg); in zend_check_type()
4335 ZEND_API zend_bool zend_is_iterable(zval *iterable) /* {{{ */ in zend_is_iterable() function
Completed in 42 milliseconds