Searched refs:Traversable (Results 1 – 23 of 23) sorted by relevance
/PHP-7.3/ext/spl/tests/ |
H A D | class_implements_variation2.phpt | 120 ["Traversable"]=> 126 ["Traversable"]=> 132 ["Traversable"]=> 138 ["Traversable"]=> 144 ["Traversable"]=> 150 ["Traversable"]=> 156 ["Traversable"]=> 162 ["Traversable"]=> 168 ["Traversable"]=> 190 ["Traversable"]=> [all …]
|
H A D | iterator_count.phpt | 26 …eError: Argument 1 passed to iterator_count() must implement interface Traversable, string given i…
|
H A D | iterator_to_array.phpt | 25 …ror: Argument 1 passed to iterator_to_array() must implement interface Traversable, string given i…
|
/PHP-7.3/tests/classes/ |
H A D | iterators_005.phpt | 2 ZE2 iterators cannot implement Traversable alone 6 class test implements Traversable { 17 Fatal error: Class test must implement interface Traversable as part of either Iterator or Iterator…
|
/PHP-7.3/ext/reflection/tests/ |
H A D | ReflectionNamedType.phpt | 6 function testInternalTypes(?Traversable $traversable): ?string { 34 string(11) "Traversable" 35 string(11) "Traversable"
|
H A D | ReflectionClass_isIterateable_001.phpt | 29 $classes = array('Traversable', 'Iterator', 'IteratorAggregate', 'ExtendsIterator', 'ExtendsIterato… 53 Is Traversable iterable? bool(false)
|
/PHP-7.3/Zend/tests/arg_unpack/ |
H A D | traversable_with_by_ref_parameters.phpt | 27 Warning: Cannot pass by-reference argument 4 of test() by unpacking a Traversable, passing by-value… 29 Warning: Cannot pass by-reference argument 4 of test() by unpacking a Traversable, passing by-value… 31 Warning: Cannot pass by-reference argument 4 of test() by unpacking a Traversable, passing by-value…
|
H A D | non_integer_keys.phpt | 21 Exception: Cannot unpack Traversable with non-integer keys
|
H A D | string_keys.phpt | 24 string(42) "Cannot unpack Traversable with string keys"
|
/PHP-7.3/Zend/tests/return_types/ |
H A D | generators002.phpt | 2 Generator return type must be Generator, Iterator or Traversable 9 Fatal error: Generators may only declare a return type of Generator, Iterator, Traversable, or iter…
|
H A D | inheritance007.phpt | 8 public static function test() : Traversable { 19 …ation of Bar::test(): ArrayObject must be compatible with Foo::test(): Traversable in %sinheritanc…
|
H A D | inheritance009.phpt | 8 public static function test() : Traversable { 14 public static function test() : Traversable {
|
H A D | generators001.phpt | 13 function test3() : Traversable {
|
/PHP-7.3/ext/intl/tests/ |
H A D | resourcebundle_traversable.phpt | 2 Bug #55610: ResourceBundle does not implement Traversable 11 var_dump($r instanceof Traversable);
|
/PHP-7.3/ext/spl/ |
H A D | spl.php | 239 function iterator_count(Traversable $it) {/**/}; 249 function iterator_to_array(Traversable $it, $use_keys = true) {/**/}; 520 interface Traversable interface 530 interface IteratorAggregate extends Traversable 546 interface Iterator extends Traversable
|
H A D | php_spl.c | 900 ZEND_ARG_OBJ_INFO(0, iterator, Traversable, 0) 905 ZEND_ARG_OBJ_INFO(0, iterator, Traversable, 0) 909 ZEND_ARG_OBJ_INFO(0, iterator, Traversable, 0)
|
H A D | spl_iterators.c | 996 ZEND_ARG_OBJ_INFO(0, iterator, Traversable, 0) 1314 ZEND_ARG_OBJ_INFO(0, iterator, Traversable, 0) 3095 ZEND_ARG_OBJ_INFO(0, iterator, Traversable, 0)
|
/PHP-7.3/Zend/tests/ |
H A D | bug69802_2.phpt | 12 string(11) "Traversable"
|
/PHP-7.3/ext/spl/internal/ |
H A D | iteratoriterator.inc | 24 * example (assuming BaseClass implements Traversable): 47 function __construct(Traversable $iterator, $classname = null) 59 …throw new Exception("Classes that only implement Traversable can be wrapped only after converting …
|
/PHP-7.3/Zend/tests/type_declarations/ |
H A D | iterable_004.phpt | 9 function testTraversable(Traversable $traversable) {}
|
H A D | iterable_005.phpt | 19 function method(): Traversable {
|
/PHP-7.3/ext/phar/tests/ |
H A D | phar_buildfromiterator2.phpt | 25 Warning: Phar::buildFromIterator() expects parameter 1 to be Traversable, object given in %sphar_bu…
|
/PHP-7.3/Zend/ |
H A D | zend_interfaces.c | 563 REGISTER_MAGIC_INTERFACE(traversable, Traversable); in zend_register_interfaces()
|
Completed in 40 milliseconds