($byte)
| 612 | } |
| 613 | |
| 614 | public function getTType($byte) |
| 615 | { |
| 616 | return self::$ttypes[$byte & 0x0f]; |
| 617 | } |
| 618 | |
| 619 | // If we are on a 32bit architecture we have to explicitly deal with |
| 620 | // 64-bit twos-complement arithmetic since PHP wants to treat all ints |
no outgoing calls
no test coverage detected