<?php

error_reporting(-1);

$text = "как хорошо когда как разно бывает бывает";
$array = explode(" ", $text);
var_dump($array);
?>