<?php class TestClass { public $foo; public function __construct($foo) { $this->foo = $foo; } public function __toString() { return "{$this->foo}"; } } $testClass = new TestClass(18); print (int)(string)$testClass;
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`