--TEST-- Bug #73831 (NULL Pointer Dereference while unserialize php object) --SKIPIF-- --FILE-- Throwable EOF; try { $wddx = wddx_deserialize($xml); } catch(Error $e) { echo $e->getMessage(); } ?> --EXPECTF-- Warning: wddx_deserialize(): Class throwable can not be instantiated in %sbug73831.php on line %d Cannot instantiate interface Throwable