home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2004 June
/
ENTER.ISO
/
files
/
xampp-win32-1.4.5-installer.exe
/
xampp
/
bug-441278.php
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
PHP Script
|
2004-03-24
|
250 b
|
20 lines
<?php
/** @package tests */
/**
* Test description.
*
* anything said here
*
* @return array will return an array in the form:
* <pre>
* 0 => 10
* 1 => 20
* </pre>
*/
function test_441278()
{
return array(0 => 10, 1 => 20);
}
?>