示例#1
0
 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);
 }