Hmm, that's unusual.
Open the install script, public_html/admin/index.php. Near the start of the file (after the copyright header, you'll find)
Text Formatted Code
// this should help expose parse errors even when
// display_errors is set to Off in php.ini
if (function_exists('ini_set')) {
ini_set('display_errors', '1');
}
error_reporting(E_ERROR | E_WARNING | E_PARSE | E_COMPILE_ERROR);