Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 2caf8180cdd72937109cd6eb1711fd28 > files > 46

php-pear-PhpDocumentor-1.4.4-3.1.mga4.noarch.rpm

<?php
/** @package tests */
/**
* This is a Test
*/
function SendEMail($sendto = "\"Your Name\"
<your@email.here>")
{
}

/**
* a second test.
* Make sure that we are clearing out quote data after using it since how we
* set that values has changed
*/
function test_441433($test = "Some stuff in a quote")
{
}
?>