/** * test_stringKeys */ function test_stringKeys() { $o = new Sample7(); $o->array["test"] = 1; shit_must_happen(function () { XmlSerializer::serialize($o); }); }
/** * test_StaticProperty */ function test_StaticProperty() { shit_must_happen(function () { new ClassMeta(new Sample6()); }); }