--TEST-- Check for variables out of scope --SKIPIF-- --INI-- yaf.library="/php/global/dir" log_errors=0 display_errors=1 yaf.use_namespace=0 --FILE-- assign("name", "laruence"); $tpl = APPLICATION_PATH . '/tpls/foo.phtml'; file_put_contents($tpl, <<render($tpl); ?> --CLEAN-- --EXPECTF-- laruence %s: Undefined variable%stpl in %sfoo.phtml on line %d