PEAR2_Autoload-0.2.4 › PEAR2_Autoload-0.2.4/test/pear2.php.net/PEAR2_Autoload/_files/testDir1/Foo.php
- PEAR2_Autoload-0.2.4/
- php/
- PEAR2/
- test/
- pear2.php.net/
- php/
- package.xml
1
2
3
4
5
6
7
8
9
<?php
namespace testDir1;
class Foo
{
public static function sayHello()
{
return "class testDir1\Foo says hi\n";
}
}EOF
