Home
last modified time | relevance | path

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

/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_095.phpt20 $obj->classProp = $obj;
24 $obj->classProp = new stdClass;
42 $obj->classProp = $obj;
46 $obj->classProp = new stdClass;
64 Cannot assign _ZendTestClass to property _ZendTestClass::$classProp of type ?stdClass
68 ["classProp"]=>
78 Cannot assign Test to property _ZendTestClass::$classProp of type ?stdClass
82 ["classProp"]=>
/PHP-8.1/ext/zend_test/
H A Dtest.stub.php18 public ?stdClass $classProp = null; variable in _ZendTestClass

Completed in 8 milliseconds