14 lines
448 B
PHP
Executable File
14 lines
448 B
PHP
Executable File
<?php
|
|
/**
|
|
* import方法的辅助测试文件。
|
|
*
|
|
* @copyright Copyright 2009-2010 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
|
|
* @author chunsheng.wang <chunsheng@cnezsoft.com>
|
|
* @package Testing
|
|
* @version $Id: import2.php 133 2010-09-11 07:22:48Z wwccss $
|
|
* @link http://www.zentao.net
|
|
* @license http://opensource.org/licenses/lgpl-3.0.html LGPL
|
|
*/
|
|
class myclass2{};
|
|
?>
|