Lines Matching refs:substr

45 			while ($this->BonkIsValidTagName(substr($PossibleBonkTag, 4, 4), true)) {
46 $BonkTagSize = getid3_lib::LittleEndian2Int(substr($PossibleBonkTag, 0, 4));
50 …if (($TagHeaderTest[0] != "\x00") || (substr($PossibleBonkTag, 4, 4) != strtolower(substr($Possibl…
51 …$this->error('Expecting "'.getid3_lib::PrintHexBytes("\x00".strtoupper(substr($PossibleBonkTag, 4,…
54 $BonkTagName = substr($TagHeaderTest, 1, 4);
91 $BonkTagName = substr($TagHeaderTest, 1, 4);
106 $BonkTagName = substr($TagHeaderTest, 1, 4);
134 …$thisfile_bonk_BONK['version'] = getid3_lib::LittleEndian2Int(substr($BonkData, …
135 …$thisfile_bonk_BONK['number_samples'] = getid3_lib::LittleEndian2Int(substr($BonkData, …
136 …$thisfile_bonk_BONK['sample_rate'] = getid3_lib::LittleEndian2Int(substr($BonkData, …
138 …$thisfile_bonk_BONK['channels'] = getid3_lib::LittleEndian2Int(substr($BonkData, …
139 …$thisfile_bonk_BONK['lossless'] = (bool) getid3_lib::LittleEndian2Int(substr($BonkData, …
140 …$thisfile_bonk_BONK['joint_stereo'] = (bool) getid3_lib::LittleEndian2Int(substr($BonkData, …
141 …$thisfile_bonk_BONK['number_taps'] = getid3_lib::LittleEndian2Int(substr($BonkData, …
142 …$thisfile_bonk_BONK['downsampling_ratio'] = getid3_lib::LittleEndian2Int(substr($BonkData, …
143 …$thisfile_bonk_BONK['samples_per_packet'] = getid3_lib::LittleEndian2Int(substr($BonkData, …
170 if (!$this->BonkIsValidTagName(substr($NextInfoDataPair, 1, 4))) {
177 if ($this->BonkIsValidTagName(substr($NextInfoDataPair, 1, 4))) {
188 $info['bonk']['META']['version'] = getid3_lib::LittleEndian2Int(substr($BonkData, 5, 1));
193 $MetaEntryTagName = substr($BonkData, $offset, 4);
195 $MetaEntryTagOffset = getid3_lib::LittleEndian2Int(substr($BonkData, $offset, 4));