Searched refs:classIntersectionProp (Results 1 – 3 of 3) sorted by relevance
24 var_dump($o->classIntersectionProp);29 $o->classIntersectionProp = new EmptyIterator();34 $o->classIntersectionProp = new C();38 $o->classIntersectionProp = new I();43 Error: Typed property _ZendTestClass::$classIntersectionProp must not be accessed before initializa…44 Cannot assign EmptyIterator to property _ZendTestClass::$classIntersectionProp of type Traversable&…45 Cannot assign C to property _ZendTestClass::$classIntersectionProp of type Traversable&Countable
74 ["classIntersectionProp"]=>90 ["classIntersectionProp"]=>
35 public Traversable&Countable $classIntersectionProp; variable in _ZendTestClass
Completed in 6 milliseconds