ob_start();
{
$httpClient->setMethod(Zend_Http_Client::GET);
$this->_server->setClass('Zend_Amf_testclass');
// var_dump the variable into a buffer and keep the output
$this->_captureType = $type;
$this->_captureScriptAttrs = $attrs;
}
if (file_exists($data)) {
// Perform request as is
// output buffer to supress an error from being shown. Ugly - but works!
if (empty($disableOb)) {
ob_start(array($this, '_flush'));