コード例 #1
0
ファイル: StaticCall.php プロジェクト: jmdisher/p2pc
 public static function notCalled($ignored)
 {
     // This function isn't called so we shouldn't see it when dead code elimination is engaged.
     return StaticCall::_unreachable($ignored);
 }