<?php // Distracting division by zero error, // causes output to be on so many lines that it causes scrollbar to appear error_reporting(0); echo 1.0 / -0.0, "\n", 1.0 / "-0.0", "\n";
You have javascript disabled. You will not be able to edit any code.