<?php trait A { const CONST_A = 'value of A::A'; } class B { use A; public static function getA() { return self::CONST_A; } } echo B::getA();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`