<?php class B { public string $hello = "world"; } class Test { public string $test = "B"; public function test() { return "B"; } } $class = new Test(); $test = new $class->test; echo $test->hello;
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`