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
* Test description.
5
*
6
* anything said here
7
*
8
* @return array will return an array in the form:
9
* <pre>
10
* 0 => 10
11
* 1 => 20
12
* </pre>
13
*/
14
function test_441278()
15
{
16
return array(0 => 10, 1 => 20);
17
}
18
 
19
?>