Home
last modified time | relevance | path

Searched refs:zend_iterable (Results 1 – 4 of 4) sorted by relevance

/php-src/Zend/tests/
H A Diterable_or_null.phpt9 var_dump(zend_iterable("string"));
15 var_dump(zend_iterable(1));
21 var_dump(zend_iterable(null));
27 zend_iterable([]);
28 zend_iterable([], []);
31 zend_iterable($iterator);
32 zend_iterable($iterator, $iterator);
33 zend_iterable($iterator, null);
36 var_dump(zend_iterable([], "string"));
44 zend_iterable(): Argument #1 ($arg1) must be of type Traversable|array, int given
[all …]
/php-src/ext/zend_test/
H A Dtest.stub.php233 function zend_iterable(iterable $arg1, ?iterable $arg2 = null): void {} function
H A Dtest_arginfo.h244 static ZEND_FUNCTION(zend_iterable);
336 ZEND_FE(zend_iterable, arginfo_zend_iterable)
H A Dtest.c394 static ZEND_FUNCTION(zend_iterable) in ZEND_FUNCTION() argument

Completed in 15 milliseconds