--TEST-- Fixed bug that segv in Yaf_View_Simple::render if the tpl is not a string --SKIPIF-- --INI-- yaf.library="/php/global/dir" yaf.use_namespace=0 --FILE-- render(NULL); $view->render(0); $view->render(true); echo "okey"; ?> --EXPECT-- okey