<?php function Something() { return "Another"; } class Something {} class Another {}; echo Something() . PHP_EOL; var_dump(new Something()); var_dump(new (Something()));
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`