£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyʦ•ꎅȮFÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~芩ÊǍí`ÔÑ©ú뙵'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶êםӼ㞪éUWŸÈË%DÒÕ¬ï‘]/Åcx ‰ï2ß]ä6G[]S£Ôϯrs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ ¯¹ægƒÛowЍø^d™ý½ßB7áyMä9ÜÖUã !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --TEST-- ISSUE #468 Check for same name variables assignment --SKIPIF-- --INI-- yaf.use_spl_autoload=0 yaf.use_namespace=0 --FILE-- array( "directory" => APPLICATION_PATH, "dispatcher" => array ( "catchException" => true, ), ), ); file_put_contents(APPLICATION_PATH . "/controllers/Index.php", <<getView()->assign("ref", "first-source"); } public function indexAction() { \$this->getView()->assign("ref", "second-source"); \$this->getView()->display("index/index.phtml", ["ref" => "thrid-source"]); var_dump(\$this->getViewpath()); return false; } } PHP ); file_put_contents(APPLICATION_PATH . "/views/index/index.phtml", ""); $app = new Yaf_Application($config); $app->run(); ?> --CLEAN-- --EXPECTF-- string(12) "thrid-source" string(%d) "%sapplication%cviews"