Is there a way to get PHP to list the names and/or contents of all variables?

phpinfo() shows environment variables, server variables, and form variables, but 
doesn't actually show what variables you may have in scope, like $myvar.

Is there any way to get this information?  It would be ridiculously useful for 
debugging.

- Ken
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to