<?php function printcheck ($sometext){ print ("$sometext \n"); } printcheck ("A."); printcheck ("AA."); printcheck ("AAA!"); ?>