Add some test files.
[macgdbp.git] / dev / tests / space name.php
1 <?php
2
3 function OK() {
4 print 'This is OK';
5 foreach ($_SERVER AS $k => $v) {
6 print "$k ==> $v";
7 }
8 }
9
10 OK();