<?php $obj = new stdClass(1, 2, 3); // OK, but do nothing $ref = new ReflectionClass('stdClass'); $obj = $ref->newInstance(1, 2, 3); // NOT OK: Class stdClass does not have a constructor, so you cannot pass any constructor arguments
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`