<?php $x = new stdClass(); $y = $x->z; $x = new stdClass(); $x->z = 'assigned'; $y = $x->z; // no error class Whatever { public $z; } $x = new Whatever(); $y = $x->z;
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`