コード例 #1
0
ファイル: number.php プロジェクト: kbrack1/UptoBox
 function __construct()
 {
     require_once 'PelEntryLong.php';
     $this->num = new PelEntrySLong(42);
     parent::__construct(-2147483648, 2147483647);
 }
コード例 #2
0
ファイル: number.php プロジェクト: alamehor/pel
 public function __construct()
 {
     $this->num = new PelEntrySLong(42);
     parent::__construct(-2147483648, 2147483647);
 }