Home
last modified time | relevance | path

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

/PHP-8.1/Zend/tests/type_declarations/union_types/
H A Dinheritance_internal.phpt11 $obj->classUnionProp = new stdClass;
12 $obj->classUnionProp = new ArrayIterator;
14 $obj->classUnionProp = new DateTime;
20 $obj->classUnionProp = new stdClass;
21 $obj->classUnionProp = new ArrayIterator;
23 $obj->classUnionProp = new DateTime;
30 Cannot assign DateTime to property _ZendTestClass::$classUnionProp of type stdClass|Iterator|null
31 Cannot assign DateTime to property _ZendTestClass::$classUnionProp of type stdClass|Iterator|null
/PHP-8.1/ext/reflection/tests/
H A Dinternal_property_union_type.phpt7 $rp = new ReflectionProperty(_ZendTestClass::class, 'classUnionProp');
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_095.phpt71 ["classUnionProp"]=>
85 ["classUnionProp"]=>
/PHP-8.1/ext/zend_test/
H A Dtest.stub.php19 public stdClass|Iterator|null $classUnionProp = null; variable in _ZendTestClass

Completed in 8 milliseconds