----------------------------------------------------------------------
($setLength)
| 1786 | |
| 1787 | //---------------------------------------------------------------------- |
| 1788 | public function allocate($setLength) |
| 1789 | { |
| 1790 | $this->data = array_fill(0, $setLength, 0); |
| 1791 | return 0; |
| 1792 | } |
| 1793 | |
| 1794 | //---------------------------------------------------------------------- |
| 1795 | public static function newFromNum($bits, $num) |
no outgoing calls
no test coverage detected