<?php class X { protected $x; } class Y extends X { public function __construct($x) { $this->x = $x; // Hover in PHPStorm "Field Declared Dynamically" } }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`