<?php class Foo { private $a = "foo", $b = null, $c = null, $d = "bar", $e = null; public function echoAllProperties() { foreach ($this as $key=>$value) { if (!empty($value)) echo $key." => ".$value."\n"; } } } $foo = new Foo(); $foo->echoAllProperties();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`