<?php class Foo { function __toString() { return '42'; } } var_dump(round(new Foo, 2));
You have javascript disabled. You will not be able to edit any code.