--TEST-- var_export() and objects with numeric indexes properties --FILE-- "bar"); var_export($a); ?> --EXPECT-- stdClass::__set_state(array( 0 => 1, 1 => 3, 'foo' => 'bar', ))