--TEST-- ISSUE #535 (Segsev while throw exception in action) --SKIPIF-- --INI-- yaf.use_spl_autoload=1 yaf.lowcase_path=0 yaf.use_namespace=0 --FILE-- array( "directory" => APPLICATION_PATH, ), ); file_put_contents(APPLICATION_PATH . "/controllers/Index.php", << "actions/test/seprate.php", ); } PHP ); @mkdir(APPLICATION_PATH . "/actions/test/"); file_put_contents(APPLICATION_PATH . "/actions/test/seprate.php", <<getDispatcher()->dispatch($request); ?> --CLEAN-- --EXPECT-- okey