Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
maennchen
/
zipstream-php
/
test
/
Zs
Location:
/home/zoteqbgb/public_html/vendor/maennchen/zipstream-php/test/Zs
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: ExtendedInformationExtraFieldTest.php
<?php declare(strict_types=1); namespace ZipStream\Test\Zs; use PHPUnit\Framework\TestCase; use ZipStream\Zs\ExtendedInformationExtraField; class ExtendedInformationExtraFieldTest extends TestCase { public function testSerializesCorrectly(): void { $extraField = ExtendedInformationExtraField::generate(); $this->assertSame( bin2hex((string) $extraField), '5356' . // 2 bytes; Tag for this "extra" block type '0000' // 2 bytes; TODO: Document ); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
ExtendedInformationExtraFieldTest.php
527 bytes
0644
2025-01-27 17:07
âï¸
ðï¸
Rename
Chang
Apply