如何在PHP中访问var

I'm using selenium-rc with php. I want to show in my test the value of CLASSNAME. How can i present the var? I tried to do $this['drivers']['CLASSNAME'] but this is not working for me.

alt text

(This is from the debug)

Thank you!

Looks like it should be:

$this->drivers[0]->CLASSNAME