Sophie

Sophie

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

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

<?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);
} 

?>