--TEST-- ISSUE #303 (local variable is overrided by view renderring) --SKIPIF-- --INI-- yaf.use_spl_autoload=0 yaf.lowcase_path=0 yaf.use_namespace=0 --FILE-- array( "directory" => APPLICATION_PATH, ), ); file_put_contents(APPLICATION_PATH . "/controllers/Index.php", <<display("index", array());; var_dump(\$local); return false; } } PHP ); file_put_contents(APPLICATION_PATH . "/views/index/index.phtml", ""); $app = new Yaf_Application($config); $app->run(); ?> --CLEAN-- --EXPECTF-- bool(true)