Fatal Error

Out of memory (allocated 11272192) (tried to allocate 3689363 bytes) search►

Source file

File: ...\abra\samm\libs\AbraService\RawDataContainer.php:95

85: return $this->type; 86: } 87: 88: /** 89: * Nastavi RAW data 90: * @param mixed $raw RAW data 91: * @return RawDataContainer 92: */ 93: public function setRaw($raw) 94: { 95: $unpacked = unpack("H*", $raw); 96: $unpacked = $unpacked[1]; 97: $four = substr($unpacked, 0, 8); 98: $headerLength = hexdec($four[0].$four[1]); 99: $type = substr(substr($unpacked, 0, 8 + $headerLength*2), 8);