<?php abstract class Foo { public abstract function __toString(); } class Bar extends Foo { public function __toString() { return __CLASS__; } } $b = new Bar; print $b . PHP_EOL;
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`