Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/** @package tests */
3
/**
4
* This is a Test
5
*/
6
function SendEMail($sendto = "\"Your Name\"
7
<your@email.here>")
8
{
9
}
10
 
11
/**
12
* a second test.
13
* Make sure that we are clearing out quote data after using it since how we
14
* set that values has changed
15
*/
16
function test_441433($test = "Some stuff in a quote")
17
{
18
}
19
?>