Dynamically create array from page title

I think this is what you’re looking for:

$$arr_name = array();

If $arr_name = 'post_title', then the above would mean:

$post_title = array();