3v4l.org

run code in 300+ PHP versions simultaneously
<?php trait MyTrait { /** * Comes from trait */ private $foo; } class MyClass { use MyTrait; /** * Comes from class */ private $foo; } $classFoo = new \ReflectionProperty('MyClass', 'foo'); $traitFoo = new \ReflectionProperty('MyTrait', 'foo'); var_export($traitFoo->getDocComment() == $classFoo->getDocComment());

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
155.12 ms | 2537 KiB | 9 Q