Home
last modified time | relevance | path

Searched refs:classProp (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_095.phpt21 $obj->classProp = $obj;
25 $obj->classProp = new stdClass;
43 $obj->classProp = $obj;
47 $obj->classProp = new stdClass;
65 Cannot assign _ZendTestClass to property _ZendTestClass::$classProp of type ?stdClass
69 ["classProp"]=>
81 Cannot assign Test to property _ZendTestClass::$classProp of type ?stdClass
85 ["classProp"]=>
/PHP-8.2/ext/zend_test/
H A Dtest.stub.php33 public ?stdClass $classProp = null; variable in _ZendTestClass

Completed in 7 milliseconds