This commit is contained in:
Antony Dovgal 2009-01-07 21:23:01 +00:00
parent d540516e1c
commit d36dc698dd

View File

@ -7,5 +7,7 @@ var_export($a);
?> ?>
--EXPECT-- --EXPECT--
stdClass::__set_state(array( stdClass::__set_state(array(
0 => 1,
1 => 3,
'foo' => 'bar', 'foo' => 'bar',
)) ))