#!/usr/bin/env php formatCellDataTest('test', array('test' => array('col1' => 100)))) && p('col1:value') && e('100'); r($pivotTest->formatCellDataTest('data', array('data' => array('item1' => array('value' => 'hello'))))) && p('item1:value') && e('hello'); r($pivotTest->formatCellDataTest('missing', array('other' => array('col1' => 'value1')))) && p() && e('0'); r($pivotTest->formatCellDataTest('complex', array('complex' => array('array' => array('value' => array('nested' => 'data')))))) && p('array:value') && e('/'); r($pivotTest->formatCellDataTest('mixed', array('mixed' => array('scalar' => 'test', 'arr' => array('value' => 'valid'))))) && p('scalar:value') && e('test');