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