Home
last modified time | relevance | path

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

/PHP-8.2/ext/zend_test/tests/
H A Dzend_internal_class_prop_intersection.phpt24 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
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_095.phpt74 ["classIntersectionProp"]=>
90 ["classIntersectionProp"]=>
/PHP-8.2/ext/zend_test/
H A Dtest.stub.php35 public Traversable&Countable $classIntersectionProp; variable in _ZendTestClass

Completed in 9 milliseconds