
shiam kumar - 2011-03-09 03:00:05
$testArr=array('key1'=>'value1',
'key2'=>'value2',
'key3'=>array('0'=>'value30',
'1'=>'value31'));
$resultsObj = new toObj($testArr);
result:
toObj Object
(
[_variablesCount:private] => 7
[key1] => value1
[key2] => value2
[key3] => toObj Object
(
[_variablesCount:private] => 4
[1] => value31
)
)
missing of first key in [key3] => toObj Object