<?php class SomeClass { protected stdClass $a; } $type = (new \ReflectionClass(SomeClass::class))->getProperty('a')->getType(); var_dump($type->isBuiltin());
You have javascript disabled. You will not be able to edit any code.