<?php

error_reporting ( E_ALL ^ E_WARNING ^ E_NOTICE ^ E_DEPRECATED);

echo "test";
die();