How can I parse the output of var_dump in PHP to create an array?
var_dump
Perhaps you are trying to convert an object to an array? http://www.phpro.org/examples/Convert-Object-To-Array-With-PHP.html