Lines Matching refs:substr

80 		$thisfile_asf_headerobject['objectid']      = substr($HeaderObjectData, 0, 16);
86 …$thisfile_asf_headerobject['objectsize'] = getid3_lib::LittleEndian2Int(substr($HeaderObjectDat…
87 …$thisfile_asf_headerobject['headerobjects'] = getid3_lib::LittleEndian2Int(substr($HeaderObjectDat…
88 …$thisfile_asf_headerobject['reserved1'] = getid3_lib::LittleEndian2Int(substr($HeaderObjectDat…
89 …$thisfile_asf_headerobject['reserved2'] = getid3_lib::LittleEndian2Int(substr($HeaderObjectDat…
98 $NextObjectGUID = substr($ASFHeaderData, $offset, 16);
101 $NextObjectSize = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $offset, 8));
133 $thisfile_asf_filepropertiesobject['fileid'] = substr($ASFHeaderData, $offset, 16);
136 …$thisfile_asf_filepropertiesobject['filesize'] = getid3_lib::LittleEndian2Int(substr($AS…
138 …$thisfile_asf_filepropertiesobject['creation_date'] = getid3_lib::LittleEndian2Int(substr($AS…
141 …$thisfile_asf_filepropertiesobject['data_packets'] = getid3_lib::LittleEndian2Int(substr($AS…
143 …$thisfile_asf_filepropertiesobject['play_duration'] = getid3_lib::LittleEndian2Int(substr($AS…
145 …$thisfile_asf_filepropertiesobject['send_duration'] = getid3_lib::LittleEndian2Int(substr($AS…
147 …$thisfile_asf_filepropertiesobject['preroll'] = getid3_lib::LittleEndian2Int(substr($AS…
149 …$thisfile_asf_filepropertiesobject['flags_raw'] = getid3_lib::LittleEndian2Int(substr($AS…
154 …$thisfile_asf_filepropertiesobject['min_packet_size'] = getid3_lib::LittleEndian2Int(substr($AS…
156 …$thisfile_asf_filepropertiesobject['max_packet_size'] = getid3_lib::LittleEndian2Int(substr($AS…
158 …$thisfile_asf_filepropertiesobject['max_bitrate'] = getid3_lib::LittleEndian2Int(substr($AS…
207 $StreamPropertiesObjectData['stream_type'] = substr($ASFHeaderData, $offset, 16);
210 $StreamPropertiesObjectData['error_correct_type'] = substr($ASFHeaderData, $offset, 16);
213 …$StreamPropertiesObjectData['time_offset'] = getid3_lib::LittleEndian2Int(substr($ASFHeader…
215 …$StreamPropertiesObjectData['type_data_length'] = getid3_lib::LittleEndian2Int(substr($ASFHeader…
217 …$StreamPropertiesObjectData['error_data_length'] = getid3_lib::LittleEndian2Int(substr($ASFHeader…
219 …$StreamPropertiesObjectData['flags_raw'] = getid3_lib::LittleEndian2Int(substr($ASFHeader…
225 …$StreamPropertiesObjectData['type_specific_data'] = substr($ASFHeaderData, $offset, $StreamPropert…
227 …$StreamPropertiesObjectData['error_correct_data'] = substr($ASFHeaderData, $offset, $StreamPropert…
236 …$audiodata = getid3_riff::parseWAVEFORMATex(substr($StreamPropertiesObjectData['type_specific_data…
275 … $thisfile_asf_headerextensionobject['reserved_1'] = substr($ASFHeaderData, $offset, 16);
283 …derextensionobject['reserved_2'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
290 …derextensionobject['extension_data_size'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
292 …derextensionobject['extension_data'] = substr($ASFHeaderData, $o…
325 … $thisfile_asf_codeclistobject['reserved'] = substr($ASFHeaderData, $offset, 16);
333 …$thisfile_asf_codeclistobject['codec_entries_count'] = getid3_lib::LittleEndian2Int(substr($ASFHea…
340 …stobject_codecentries_current['type_raw'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
344 …$CodecNameLength = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $offset, 2)) * 2; // 2 byte…
346 …$thisfile_asf_codeclistobject_codecentries_current['name'] = substr($ASFHeaderData, $offset, $Code…
349 …$CodecDescriptionLength = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $offset, 2)) * 2; //…
351 …$thisfile_asf_codeclistobject_codecentries_current['description'] = substr($ASFHeaderData, $offset…
354 $CodecInformationLength = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $offset, 2));
356 …$thisfile_asf_codeclistobject_codecentries_current['information'] = substr($ASFHeaderData, $offset…
467 … $thisfile_asf_scriptcommandobject['reserved'] = substr($ASFHeaderData, $offset, 16);
475 …riptcommandobject['commands_count'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
477 …riptcommandobject['command_types_count'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
480 …$CommandTypeNameLength = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $offset, 2)) * 2; // …
482 …$thisfile_asf_scriptcommandobject['command_types'][$CommandTypesCounter]['name'] = substr($ASFHead…
486 …][$CommandsCounter]['presentation_time'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
488 …][$CommandsCounter]['type_index'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
491 …$CommandTypeNameLength = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $offset, 2)) * 2; // …
493 …$thisfile_asf_scriptcommandobject['commands'][$CommandsCounter]['name'] = substr($ASFHeaderData, $…
526 $thisfile_asf_markerobject['reserved'] = substr($ASFHeaderData, $offset, 16);
533 …$thisfile_asf_markerobject['markers_count'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, …
535 …$thisfile_asf_markerobject['reserved_2'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $of…
541 …$thisfile_asf_markerobject['name_length'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
543 …$thisfile_asf_markerobject['name'] = substr($ASFHeaderData, $offset, $thisfile_asf_markerobject['n…
546 …ct['markers'][$MarkersCounter]['offset'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
548 …kersCounter]['presentation_time'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
550 …kersCounter]['entry_length'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
552 …kersCounter]['send_time'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
554 …kersCounter]['flags'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
556 …kersCounter]['marker_description_length'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
558 …$thisfile_asf_markerobject['markers'][$MarkersCounter]['marker_description'] = substr($ASFH…
562 …$thisfile_asf_markerobject['markers'][$MarkersCounter]['padding'] = substr($ASFHeade…
585 …$thisfile_asf_bitratemutualexclusionobject['reserved'] = substr($ASFHeaderData, $offse…
593 …alexclusionobject['stream_numbers_count'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
596 …t['stream_numbers'][$StreamNumberCounter] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
618 …$thisfile_asf_errorcorrectionobject['error_correction_type'] = substr($ASFHeaderData, $offset, 16);
621 …ionobject['error_correction_data_length'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
637 …correctionobject['span'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
639 …correctionobject['virtual_packet_length'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
641 …correctionobject['virtual_chunk_length'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
643 …correctionobject['silence_data_length'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
645 …$thisfile_asf_errorcorrectionobject['silence_data'] = substr($ASFHeaderData, $offset, $th…
681 …escriptionobject['title_length'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
683 …escriptionobject['author_length'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
685 …escriptionobject['copyright_length'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
687 …escriptionobject['description_length'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
689 …escriptionobject['rating_length'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
691 …$thisfile_asf_contentdescriptionobject['title'] = substr($ASFHeaderData, $offset, …
693 …$thisfile_asf_contentdescriptionobject['author'] = substr($ASFHeaderData, $offset, …
695 …$thisfile_asf_contentdescriptionobject['copyright'] = substr($ASFHeaderData, $offset, …
697 …$thisfile_asf_contentdescriptionobject['description'] = substr($ASFHeaderData, $offset, …
699 …$thisfile_asf_contentdescriptionobject['rating'] = substr($ASFHeaderData, $offset, …
737 …iptionobject['content_descriptors_count'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
745 …contentdescriptor_current['name_length'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
747 …ndedcontentdescriptionobject_contentdescriptor_current['name'] = substr($ASFHeaderData, $o…
749 …contentdescriptor_current['value_type'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
751 …contentdescriptor_current['value_length'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
753 …ndedcontentdescriptionobject_contentdescriptor_current['value'] = substr($ASFHeaderData, $o…
901 …if (substr($this->TrimConvert($thisfile_asf_extendedcontentdescriptionobject_contentdescriptor_cur…
935 …ertiesobject['bitrate_records_count'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
938 …ds'][$BitrateRecordsCounter]['flags_raw'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
941 …ords'][$BitrateRecordsCounter]['bitrate'] = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $o…
962 …$thisfile_asf_paddingobject['padding'] = substr($ASFHeaderData, $offset, $thisfi…
1035 …$thisfile_asf_audiomedia_currentstream = getid3_riff::parseWAVEFORMATex(substr($streamdata['type_s…
1068 …diomedia_currentstream['codec_data_size'] = getid3_lib::LittleEndian2Int(substr($streamdata['type_…
1070 …$thisfile_asf_audiomedia_currentstream['codec_data'] = substr($streamdata['type_specific_data…
1100 …stream['image_width'] = getid3_lib::LittleEndian2Int(substr($streamdata['type_…
1102 …stream['image_height'] = getid3_lib::LittleEndian2Int(substr($streamdata['type_…
1104 …stream['flags'] = getid3_lib::LittleEndian2Int(substr($streamdata['type_…
1106 …stream['format_data_size'] = getid3_lib::LittleEndian2Int(substr($streamdata['type_…
1108 …stream['format_data']['format_data_size'] = getid3_lib::LittleEndian2Int(substr($streamdata['type_…
1110 …stream['format_data']['image_width'] = getid3_lib::LittleEndian2Int(substr($streamdata['type_…
1112 …stream['format_data']['image_height'] = getid3_lib::LittleEndian2Int(substr($streamdata['type_…
1114 …stream['format_data']['reserved'] = getid3_lib::LittleEndian2Int(substr($streamdata['type_…
1116 …stream['format_data']['bits_per_pixel'] = getid3_lib::LittleEndian2Int(substr($streamdata['type_…
1118 …$thisfile_asf_videomedia_currentstream['format_data']['codec_fourcc'] = substr($streamdata['ty…
1120 …stream['format_data']['image_size'] = getid3_lib::LittleEndian2Int(substr($streamdata['type_…
1122 …stream['format_data']['horizontal_pels'] = getid3_lib::LittleEndian2Int(substr($streamdata['type_…
1124 …stream['format_data']['vertical_pels'] = getid3_lib::LittleEndian2Int(substr($streamdata['type_…
1126 …stream['format_data']['colors_used'] = getid3_lib::LittleEndian2Int(substr($streamdata['type_…
1128 …stream['format_data']['colors_important'] = getid3_lib::LittleEndian2Int(substr($streamdata['type_…
1130 …$thisfile_asf_videomedia_currentstream['format_data']['codec_data'] = substr($streamdata['ty…
1161 $NextObjectGUID = substr($NextObjectDataHeader, 0, 16);
1164 $NextObjectSize = getid3_lib::LittleEndian2Int(substr($NextObjectDataHeader, $offset, 8));
1188 $thisfile_asf_dataobject['fileid'] = substr($DataObjectData, $offset, 16);
1191 …$thisfile_asf_dataobject['total_data_packets'] = getid3_lib::LittleEndian2Int(substr($DataObjectDa…
1193 …$thisfile_asf_dataobject['reserved'] = getid3_lib::LittleEndian2Int(substr($DataObjectDa…
1238 …$thisfile_asf_simpleindexobject['fileid'] = substr($SimpleInde…
1241 …eindexobject['index_entry_time_interval'] = getid3_lib::LittleEndian2Int(substr($SimpleIndexObject…
1243 …eindexobject['maximum_packet_count'] = getid3_lib::LittleEndian2Int(substr($SimpleIndexObject…
1245 …eindexobject['index_entries_count'] = getid3_lib::LittleEndian2Int(substr($SimpleIndexObject…
1250 …'][$IndexEntriesCounter]['packet_number'] = getid3_lib::LittleEndian2Int(substr($IndexEntriesData,…
1252 …'][$IndexEntriesCounter]['packet_count'] = getid3_lib::LittleEndian2Int(substr($IndexEntriesData,…
1292 …findexobject['entry_time_interval'] = getid3_lib::LittleEndian2Int(substr($ASFIndexObjectDat…
1294 …findexobject['index_specifiers_count'] = getid3_lib::LittleEndian2Int(substr($ASFIndexObjectDat…
1296 …findexobject['index_blocks_count'] = getid3_lib::LittleEndian2Int(substr($ASFIndexObjectDat…
1301 …$IndexSpecifierStreamNumber = getid3_lib::LittleEndian2Int(substr($ASFIndexObjectData, $offset, 2)…
1304 …ndexSpecifiersCounter]['index_type'] = getid3_lib::LittleEndian2Int(substr($ASFIndexObjectDat…
1310 …$thisfile_asf_asfindexobject['index_entry_count'] = getid3_lib::LittleEndian2Int(substr($ASFIndexO…
1315 …lock_positions'][$IndexSpecifiersCounter] = getid3_lib::LittleEndian2Int(substr($ASFIndexObjectDat…
1322 …dexSpecifiersCounter][$IndexEntryCounter] = getid3_lib::LittleEndian2Int(substr($ASFIndexObjectDat…
1629 $hexbytecharstring = chr(hexdec(substr($GUIDstring, 6, 2)));
1630 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 4, 2)));
1631 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 2, 2)));
1632 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 0, 2)));
1634 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 11, 2)));
1635 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 9, 2)));
1637 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 16, 2)));
1638 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 14, 2)));
1640 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 19, 2)));
1641 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 21, 2)));
1643 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 24, 2)));
1644 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 26, 2)));
1645 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 28, 2)));
1646 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 30, 2)));
1647 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 32, 2)));
1648 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 34, 2)));
1752 …$thisObject['guid'] = substr($asf_header…
1757 …$thisObject['size'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1765 …$thisObject['start_time'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1769 …$thisObject['end_time'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1773 …$thisObject['data_bitrate'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1776 …$thisObject['buffer_size'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1779 …$thisObject['initial_buffer_fullness'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1782 …$thisObject['alternate_data_bitrate'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1785 …$thisObject['alternate_buffer_size'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1788 …$thisObject['alternate_initial_buffer_fullness'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1791 …$thisObject['maximum_object_size'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1794 …$thisObject['flags_raw'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1801 …$thisObject['stream_number'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1804 …$thisObject['stream_language_id_index'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1807 …$thisObject['average_time_per_frame'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1810 …$thisObject['stream_name_count'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1813 …$thisObject['payload_extension_system_count'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1819 …$streamName['language_id_index'] = getid3_lib::LittleEndian2Int(substr($asf_header_ext…
1822 …$streamName['stream_name_length'] = getid3_lib::LittleEndian2Int(substr($asf_header_ext…
1825 …$streamName['stream_name'] = getid3_lib::LittleEndian2Int(substr($asf_header_ext…
1834 …$payloadExtensionSystem['extension_system_id'] = substr($asf_header…
1838 …$payloadExtensionSystem['extension_system_size'] = getid3_lib::LittleEndian2Int(substr($asf_header…
1844 …$payloadExtensionSystem['extension_system_info_length'] = getid3_lib::LittleEndian2Int(substr($asf…
1847 …$payloadExtensionSystem['extension_system_info_length'] = getid3_lib::LittleEndian2Int(substr($asf…
1860 …$thisObject['description_record_counts'] = getid3_lib::LittleEndian2Int(substr($asf_header_extensi…
1866 …$descriptionRecord['reserved_1'] = getid3_lib::LittleEndian2Int(substr($asf_header_extensi…
1869 …$descriptionRecord['stream_number'] = getid3_lib::LittleEndian2Int(substr($asf_header_extensi…
1872 …$descriptionRecord['name_length'] = getid3_lib::LittleEndian2Int(substr($asf_header_extensi…
1875 …$descriptionRecord['data_type'] = getid3_lib::LittleEndian2Int(substr($asf_header_extensi…
1879 …$descriptionRecord['data_length'] = getid3_lib::LittleEndian2Int(substr($asf_header_extensi…
1882 …$descriptionRecord['name'] = substr($asf_header_extensi…
1885 …$descriptionRecord['data'] = substr($asf_header_extensi…
1915 …$thisObject['language_id_record_counts'] = getid3_lib::LittleEndian2Int(substr($asf_header_extensi…
1921 …$languageIDrecord['language_id_length'] = getid3_lib::LittleEndian2Int(substr($asf_header_…
1924 …$languageIDrecord['language_id'] = substr($asf_header_…
1932 …$thisObject['description_records_count'] = getid3_lib::LittleEndian2Int(substr($asf_header_extensi…
1938 …$descriptionRecord['language_list_index'] = getid3_lib::LittleEndian2Int(substr($asf_header_extens…
1941 …$descriptionRecord['stream_number'] = getid3_lib::LittleEndian2Int(substr($asf_header_extens…
1944 …$descriptionRecord['name_length'] = getid3_lib::LittleEndian2Int(substr($asf_header_extens…
1947 …$descriptionRecord['data_type'] = getid3_lib::LittleEndian2Int(substr($asf_header_extens…
1951 …$descriptionRecord['data_length'] = getid3_lib::LittleEndian2Int(substr($asf_header_extens…
1954 …$descriptionRecord['name'] = substr($asf_header_extens…
1957 …$descriptionRecord['data'] = substr($asf_header_extens…
2023 $WMpicture['image_type_id'] = getid3_lib::LittleEndian2Int(substr($data, $offset, 1));
2026 $WMpicture['image_size'] = getid3_lib::LittleEndian2Int(substr($data, $offset, 4));
2031 $next_byte_pair = substr($data, $offset, 2);
2038 $next_byte_pair = substr($data, $offset, 2);
2044 $WMpicture['data'] = substr($data, $offset);
2081 if (substr($string, -2) === "\x00\x00") {
2082 $string = substr($string, 0, -2);