<?php
if ($uninitvar == 1 ) {
echo " seems to be good ";
} else {
echo " it's not initialized but I didn't crash";
}
echo "<BR>". E_ALL;
echo "<BR>". E_ERROR ;
echo "<BR>". E_WARNING;
echo "<BR>". E_PARSE ;
echo "<BR>". E_NOTICE ;
?>