<?php $obj = (object) ["test"]; $zeroInt = 0; $zeroString = "0"; var_dump( $obj, $obj->{0}, $obj->{"0"}, $obj->$zeroInt, $obj->$zeroString ); $r = new ReflectionObject($obj); foreach ($r->getProperties() as $prop) { var_dump($prop->getName(), $prop->getValue($obj)); }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`