<?php class A { public function createApp() {} } class B extends A { use C; } trait C { public static function createApp() { echo "You should not be here\n"; } } (new B)->createApp();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`