--TEST-- Bug #63900 (Segfault if separated action executes failed) --SKIPIF-- --INI-- yaf.use_spl_autoload=1 yaf.lowcase_path=0 yaf.throw_exception=0 yaf.catch_exception=1 yaf.use_namespace=0 --FILE-- array( "directory" => APPLICATION_PATH, ), ); file_put_contents(APPLICATION_PATH . "/controllers/Index.php", << "controllers/IndexAction.php", ); } PHP ); file_put_contents(APPLICATION_PATH . "/controllers/IndexAction.php", <<run(); echo "Okey"; ?> --CLEAN-- --EXPECTF-- Okey