$cantidad_de_variables = 1000;$valor = 'valor';$variables = array();for($i=0;$i<$cantidad_de_variables;$i++){ $variables[$i] = $valor;}