Update of /cvsroot/binaryphp/binaryphp/examples In directory sc8-pr-cvs1:/tmp/cvs-serv25362/examples Added Files: helloworld.php Log Message: added hello world example --- NEW FILE: helloworld.php --- <?php echo 'Hello World', "\n"; ?>