Beispiel #1
0
function fixture_email($entry, $context)
{
    global $email;
    list($address, $domain) = explode("@", $email);
    $postfix = fixture_string($entry, $context);
    return "{$address}+{$postfix}@{$domain}";
}
Beispiel #2
0
function fixture_capsed_string($entry, $context)
{
    return ucfirst(fixture_string($entry, $context));
}