Esempio n. 1
0
 function __construct()
 {
     require_once 'PelEntryLong.php';
     $this->num = new PelEntrySLong(42);
     parent::__construct(-2147483648, 2147483647);
 }
Esempio n. 2
0
 public function __construct()
 {
     $this->num = new PelEntrySLong(42);
     parent::__construct(-2147483648, 2147483647);
 }