<?php class IBreakThings { private $mine; public function __set(string $property, $value) : void { $this->$property = $value; } } class IExtendBrokenThings extends IBreakThings { private $actuallyMine; } $instance = new IExtendBrokenThings(); $instance->mine = 'yep'; $instance->actuallyMine = 'ha!';
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`