<?php
$user_data = [
'login' => '',
'name' => '',
'comments' => [
[
'post_id' => '',
'comment_id' => '',
'comment_text' => '',
],
[
'post_id' => '',
'comment_id' => '',
'comment_text' => '',
],
[
'post_id' => '',
'comment_id' => '',
'comment_text' => '',
],
],
];