set_include_path 设置include_path配置选项
ini_set 为一个配置选项设置值
set_include_path(get_include_path.PATH_SEPARATOR."testa");
ini_set(get_include_path.PATH_SEPARATRO."testb");