--TEST-- Check for Yaf_Exception --SKIPIF-- --INI-- yaf.use_namespace=0 --FILE-- getPrevious()); var_dump($exception->getMessage()); var_dump($exception->getPrevious()->getCode()); ?> --EXPECTF-- bool(true) string(9) "Exception" int(100)