se $x = array (...)

Puoi fare
Codice PHP:
$x[1] = Array(); 
o non intendevi questo?

...