<?php
function main() {
$newArray = [];
$newArray[] = 1;
var_dump($newArray); // [1, 1]
}
class Fo {
// // empty