test generation
This commit is contained in:
@@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
function generation_kuri(){
|
function generation_kuri(){
|
||||||
|
|
||||||
echo index_kuri();
|
ob_start();
|
||||||
|
index_kuri();
|
||||||
|
$result = ob_get_contents();
|
||||||
|
ob_end_flush();
|
||||||
|
|
||||||
|
echo $result;
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user