--TEST-- PDO Info Test --DESCRIPTION-- Verifies the functionality of "getAttribute”. --ENV-- PHPT_EXEC=true --SKIPIF-- --FILE-- getAttribute($attKey); Trace("$att ($attKey): [$attVal]\n"); } } //-------------------------------------------------------------------- // Repro // //-------------------------------------------------------------------- function Repro() { try { AttrTest(); } catch (Exception $e) { echo $e->getMessage(); } } Repro(); ?> --EXPECTF-- SQLSTATE[IM001]: Driver does not support this function: driver does not support that attribute