コード例 #1
0
 /**
  * test_stringKeys
  */
 function test_stringKeys()
 {
     $o = new Sample7();
     $o->array["test"] = 1;
     shit_must_happen(function () {
         XmlSerializer::serialize($o);
     });
 }
コード例 #2
0
ファイル: ClassMetaTests.php プロジェクト: pdiveris/mimas
 /**
  * test_StaticProperty
  */
 function test_StaticProperty()
 {
     shit_must_happen(function () {
         new ClassMeta(new Sample6());
     });
 }