예제 #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);
 }