aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/src/SpecTestsuites/Core/MemoryCopyTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/SpecTestsuites/Core/MemoryCopyTest.php')
-rw-r--r--tests/src/SpecTestsuites/Core/MemoryCopyTest.php48833
1 files changed, 48833 insertions, 0 deletions
diff --git a/tests/src/SpecTestsuites/Core/MemoryCopyTest.php b/tests/src/SpecTestsuites/Core/MemoryCopyTest.php
new file mode 100644
index 0000000..034ab82
--- /dev/null
+++ b/tests/src/SpecTestsuites/Core/MemoryCopyTest.php
@@ -0,0 +1,48833 @@
+<?php
+
+declare(strict_types=1);
+
+namespace Nsfisis\Waddiwasi\Tests\SpecTestsuites\Core;
+
+use Nsfisis\Waddiwasi\Tests\SpecTestsuites\SpecTestsuiteBase;
+use PHPUnit\Framework\Attributes\Depends;
+
+final class MemoryCopyTest extends SpecTestsuiteBase
+{
+ public function testModule0(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.0.wasm',
+ name: null,
+ line: 6,
+ );
+ }
+
+ #[Depends('testModule0')]
+ public function testAction1(): void
+ {
+ $this->runActionCommand(
+ action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
+ line: 15,
+ );
+ }
+
+ #[Depends('testAction1')]
+ public function testAssertReturn2(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '0']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 17,
+ );
+ }
+
+ #[Depends('testAssertReturn2')]
+ public function testAssertReturn3(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 18,
+ );
+ }
+
+ #[Depends('testAssertReturn3')]
+ public function testAssertReturn4(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 19,
+ );
+ }
+
+ #[Depends('testAssertReturn4')]
+ public function testAssertReturn5(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 20,
+ );
+ }
+
+ #[Depends('testAssertReturn5')]
+ public function testAssertReturn6(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4']]],
+ expected: [['type' => 'i32', 'value' => '4']],
+ line: 21,
+ );
+ }
+
+ #[Depends('testAssertReturn6')]
+ public function testAssertReturn7(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 22,
+ );
+ }
+
+ #[Depends('testAssertReturn7')]
+ public function testAssertReturn8(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 23,
+ );
+ }
+
+ #[Depends('testAssertReturn8')]
+ public function testAssertReturn9(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 24,
+ );
+ }
+
+ #[Depends('testAssertReturn9')]
+ public function testAssertReturn10(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 25,
+ );
+ }
+
+ #[Depends('testAssertReturn10')]
+ public function testAssertReturn11(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 26,
+ );
+ }
+
+ #[Depends('testAssertReturn11')]
+ public function testAssertReturn12(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 27,
+ );
+ }
+
+ #[Depends('testAssertReturn12')]
+ public function testAssertReturn13(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 28,
+ );
+ }
+
+ #[Depends('testAssertReturn13')]
+ public function testAssertReturn14(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12']]],
+ expected: [['type' => 'i32', 'value' => '7']],
+ line: 29,
+ );
+ }
+
+ #[Depends('testAssertReturn14')]
+ public function testAssertReturn15(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13']]],
+ expected: [['type' => 'i32', 'value' => '5']],
+ line: 30,
+ );
+ }
+
+ #[Depends('testAssertReturn15')]
+ public function testAssertReturn16(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14']]],
+ expected: [['type' => 'i32', 'value' => '2']],
+ line: 31,
+ );
+ }
+
+ #[Depends('testAssertReturn16')]
+ public function testAssertReturn17(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 32,
+ );
+ }
+
+ #[Depends('testAssertReturn17')]
+ public function testAssertReturn18(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16']]],
+ expected: [['type' => 'i32', 'value' => '6']],
+ line: 33,
+ );
+ }
+
+ #[Depends('testAssertReturn18')]
+ public function testAssertReturn19(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 34,
+ );
+ }
+
+ #[Depends('testAssertReturn19')]
+ public function testAssertReturn20(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 35,
+ );
+ }
+
+ #[Depends('testAssertReturn20')]
+ public function testAssertReturn21(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 36,
+ );
+ }
+
+ #[Depends('testAssertReturn21')]
+ public function testAssertReturn22(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 37,
+ );
+ }
+
+ #[Depends('testAssertReturn22')]
+ public function testAssertReturn23(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 38,
+ );
+ }
+
+ #[Depends('testAssertReturn23')]
+ public function testAssertReturn24(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 39,
+ );
+ }
+
+ #[Depends('testAssertReturn24')]
+ public function testAssertReturn25(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 40,
+ );
+ }
+
+ #[Depends('testAssertReturn25')]
+ public function testAssertReturn26(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 41,
+ );
+ }
+
+ #[Depends('testAssertReturn26')]
+ public function testAssertReturn27(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 42,
+ );
+ }
+
+ #[Depends('testAssertReturn27')]
+ public function testAssertReturn28(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 43,
+ );
+ }
+
+ #[Depends('testAssertReturn28')]
+ public function testAssertReturn29(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 44,
+ );
+ }
+
+ #[Depends('testAssertReturn29')]
+ public function testAssertReturn30(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 45,
+ );
+ }
+
+ #[Depends('testAssertReturn30')]
+ public function testAssertReturn31(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 46,
+ );
+ }
+
+ #[Depends('testAssertReturn31')]
+ public function testModule32(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.1.wasm',
+ name: null,
+ line: 48,
+ );
+ }
+
+ #[Depends('testModule32')]
+ public function testAction33(): void
+ {
+ $this->runActionCommand(
+ action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
+ line: 57,
+ );
+ }
+
+ #[Depends('testAction33')]
+ public function testAssertReturn34(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '0']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 59,
+ );
+ }
+
+ #[Depends('testAssertReturn34')]
+ public function testAssertReturn35(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 60,
+ );
+ }
+
+ #[Depends('testAssertReturn35')]
+ public function testAssertReturn36(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 61,
+ );
+ }
+
+ #[Depends('testAssertReturn36')]
+ public function testAssertReturn37(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 62,
+ );
+ }
+
+ #[Depends('testAssertReturn37')]
+ public function testAssertReturn38(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4']]],
+ expected: [['type' => 'i32', 'value' => '4']],
+ line: 63,
+ );
+ }
+
+ #[Depends('testAssertReturn38')]
+ public function testAssertReturn39(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 64,
+ );
+ }
+
+ #[Depends('testAssertReturn39')]
+ public function testAssertReturn40(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 65,
+ );
+ }
+
+ #[Depends('testAssertReturn40')]
+ public function testAssertReturn41(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 66,
+ );
+ }
+
+ #[Depends('testAssertReturn41')]
+ public function testAssertReturn42(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 67,
+ );
+ }
+
+ #[Depends('testAssertReturn42')]
+ public function testAssertReturn43(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 68,
+ );
+ }
+
+ #[Depends('testAssertReturn43')]
+ public function testAssertReturn44(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 69,
+ );
+ }
+
+ #[Depends('testAssertReturn44')]
+ public function testAssertReturn45(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 70,
+ );
+ }
+
+ #[Depends('testAssertReturn45')]
+ public function testAssertReturn46(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12']]],
+ expected: [['type' => 'i32', 'value' => '7']],
+ line: 71,
+ );
+ }
+
+ #[Depends('testAssertReturn46')]
+ public function testAssertReturn47(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 72,
+ );
+ }
+
+ #[Depends('testAssertReturn47')]
+ public function testAssertReturn48(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 73,
+ );
+ }
+
+ #[Depends('testAssertReturn48')]
+ public function testAssertReturn49(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15']]],
+ expected: [['type' => 'i32', 'value' => '4']],
+ line: 74,
+ );
+ }
+
+ #[Depends('testAssertReturn49')]
+ public function testAssertReturn50(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16']]],
+ expected: [['type' => 'i32', 'value' => '6']],
+ line: 75,
+ );
+ }
+
+ #[Depends('testAssertReturn50')]
+ public function testAssertReturn51(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 76,
+ );
+ }
+
+ #[Depends('testAssertReturn51')]
+ public function testAssertReturn52(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 77,
+ );
+ }
+
+ #[Depends('testAssertReturn52')]
+ public function testAssertReturn53(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 78,
+ );
+ }
+
+ #[Depends('testAssertReturn53')]
+ public function testAssertReturn54(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 79,
+ );
+ }
+
+ #[Depends('testAssertReturn54')]
+ public function testAssertReturn55(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 80,
+ );
+ }
+
+ #[Depends('testAssertReturn55')]
+ public function testAssertReturn56(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 81,
+ );
+ }
+
+ #[Depends('testAssertReturn56')]
+ public function testAssertReturn57(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 82,
+ );
+ }
+
+ #[Depends('testAssertReturn57')]
+ public function testAssertReturn58(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 83,
+ );
+ }
+
+ #[Depends('testAssertReturn58')]
+ public function testAssertReturn59(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 84,
+ );
+ }
+
+ #[Depends('testAssertReturn59')]
+ public function testAssertReturn60(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 85,
+ );
+ }
+
+ #[Depends('testAssertReturn60')]
+ public function testAssertReturn61(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 86,
+ );
+ }
+
+ #[Depends('testAssertReturn61')]
+ public function testAssertReturn62(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 87,
+ );
+ }
+
+ #[Depends('testAssertReturn62')]
+ public function testAssertReturn63(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 88,
+ );
+ }
+
+ #[Depends('testAssertReturn63')]
+ public function testModule64(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.2.wasm',
+ name: null,
+ line: 90,
+ );
+ }
+
+ #[Depends('testModule64')]
+ public function testAction65(): void
+ {
+ $this->runActionCommand(
+ action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
+ line: 99,
+ );
+ }
+
+ #[Depends('testAction65')]
+ public function testAssertReturn66(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '0']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 101,
+ );
+ }
+
+ #[Depends('testAssertReturn66')]
+ public function testAssertReturn67(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 102,
+ );
+ }
+
+ #[Depends('testAssertReturn67')]
+ public function testAssertReturn68(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 103,
+ );
+ }
+
+ #[Depends('testAssertReturn68')]
+ public function testAssertReturn69(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 104,
+ );
+ }
+
+ #[Depends('testAssertReturn69')]
+ public function testAssertReturn70(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4']]],
+ expected: [['type' => 'i32', 'value' => '4']],
+ line: 105,
+ );
+ }
+
+ #[Depends('testAssertReturn70')]
+ public function testAssertReturn71(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 106,
+ );
+ }
+
+ #[Depends('testAssertReturn71')]
+ public function testAssertReturn72(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 107,
+ );
+ }
+
+ #[Depends('testAssertReturn72')]
+ public function testAssertReturn73(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 108,
+ );
+ }
+
+ #[Depends('testAssertReturn73')]
+ public function testAssertReturn74(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 109,
+ );
+ }
+
+ #[Depends('testAssertReturn74')]
+ public function testAssertReturn75(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 110,
+ );
+ }
+
+ #[Depends('testAssertReturn75')]
+ public function testAssertReturn76(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 111,
+ );
+ }
+
+ #[Depends('testAssertReturn76')]
+ public function testAssertReturn77(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 112,
+ );
+ }
+
+ #[Depends('testAssertReturn77')]
+ public function testAssertReturn78(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12']]],
+ expected: [['type' => 'i32', 'value' => '7']],
+ line: 113,
+ );
+ }
+
+ #[Depends('testAssertReturn78')]
+ public function testAssertReturn79(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13']]],
+ expected: [['type' => 'i32', 'value' => '5']],
+ line: 114,
+ );
+ }
+
+ #[Depends('testAssertReturn79')]
+ public function testAssertReturn80(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14']]],
+ expected: [['type' => 'i32', 'value' => '2']],
+ line: 115,
+ );
+ }
+
+ #[Depends('testAssertReturn80')]
+ public function testAssertReturn81(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 116,
+ );
+ }
+
+ #[Depends('testAssertReturn81')]
+ public function testAssertReturn82(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16']]],
+ expected: [['type' => 'i32', 'value' => '6']],
+ line: 117,
+ );
+ }
+
+ #[Depends('testAssertReturn82')]
+ public function testAssertReturn83(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 118,
+ );
+ }
+
+ #[Depends('testAssertReturn83')]
+ public function testAssertReturn84(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 119,
+ );
+ }
+
+ #[Depends('testAssertReturn84')]
+ public function testAssertReturn85(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 120,
+ );
+ }
+
+ #[Depends('testAssertReturn85')]
+ public function testAssertReturn86(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 121,
+ );
+ }
+
+ #[Depends('testAssertReturn86')]
+ public function testAssertReturn87(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 122,
+ );
+ }
+
+ #[Depends('testAssertReturn87')]
+ public function testAssertReturn88(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 123,
+ );
+ }
+
+ #[Depends('testAssertReturn88')]
+ public function testAssertReturn89(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 124,
+ );
+ }
+
+ #[Depends('testAssertReturn89')]
+ public function testAssertReturn90(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 125,
+ );
+ }
+
+ #[Depends('testAssertReturn90')]
+ public function testAssertReturn91(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 126,
+ );
+ }
+
+ #[Depends('testAssertReturn91')]
+ public function testAssertReturn92(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26']]],
+ expected: [['type' => 'i32', 'value' => '6']],
+ line: 127,
+ );
+ }
+
+ #[Depends('testAssertReturn92')]
+ public function testAssertReturn93(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 128,
+ );
+ }
+
+ #[Depends('testAssertReturn93')]
+ public function testAssertReturn94(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 129,
+ );
+ }
+
+ #[Depends('testAssertReturn94')]
+ public function testAssertReturn95(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 130,
+ );
+ }
+
+ #[Depends('testAssertReturn95')]
+ public function testModule96(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.3.wasm',
+ name: null,
+ line: 132,
+ );
+ }
+
+ #[Depends('testModule96')]
+ public function testAction97(): void
+ {
+ $this->runActionCommand(
+ action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
+ line: 141,
+ );
+ }
+
+ #[Depends('testAction97')]
+ public function testAssertReturn98(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '0']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 143,
+ );
+ }
+
+ #[Depends('testAssertReturn98')]
+ public function testAssertReturn99(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 144,
+ );
+ }
+
+ #[Depends('testAssertReturn99')]
+ public function testAssertReturn100(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 145,
+ );
+ }
+
+ #[Depends('testAssertReturn100')]
+ public function testAssertReturn101(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 146,
+ );
+ }
+
+ #[Depends('testAssertReturn101')]
+ public function testAssertReturn102(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4']]],
+ expected: [['type' => 'i32', 'value' => '4']],
+ line: 147,
+ );
+ }
+
+ #[Depends('testAssertReturn102')]
+ public function testAssertReturn103(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 148,
+ );
+ }
+
+ #[Depends('testAssertReturn103')]
+ public function testAssertReturn104(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 149,
+ );
+ }
+
+ #[Depends('testAssertReturn104')]
+ public function testAssertReturn105(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 150,
+ );
+ }
+
+ #[Depends('testAssertReturn105')]
+ public function testAssertReturn106(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 151,
+ );
+ }
+
+ #[Depends('testAssertReturn106')]
+ public function testAssertReturn107(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 152,
+ );
+ }
+
+ #[Depends('testAssertReturn107')]
+ public function testAssertReturn108(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 153,
+ );
+ }
+
+ #[Depends('testAssertReturn108')]
+ public function testAssertReturn109(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 154,
+ );
+ }
+
+ #[Depends('testAssertReturn109')]
+ public function testAssertReturn110(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12']]],
+ expected: [['type' => 'i32', 'value' => '7']],
+ line: 155,
+ );
+ }
+
+ #[Depends('testAssertReturn110')]
+ public function testAssertReturn111(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 156,
+ );
+ }
+
+ #[Depends('testAssertReturn111')]
+ public function testAssertReturn112(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 157,
+ );
+ }
+
+ #[Depends('testAssertReturn112')]
+ public function testAssertReturn113(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 158,
+ );
+ }
+
+ #[Depends('testAssertReturn113')]
+ public function testAssertReturn114(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16']]],
+ expected: [['type' => 'i32', 'value' => '6']],
+ line: 159,
+ );
+ }
+
+ #[Depends('testAssertReturn114')]
+ public function testAssertReturn115(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 160,
+ );
+ }
+
+ #[Depends('testAssertReturn115')]
+ public function testAssertReturn116(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 161,
+ );
+ }
+
+ #[Depends('testAssertReturn116')]
+ public function testAssertReturn117(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 162,
+ );
+ }
+
+ #[Depends('testAssertReturn117')]
+ public function testAssertReturn118(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 163,
+ );
+ }
+
+ #[Depends('testAssertReturn118')]
+ public function testAssertReturn119(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 164,
+ );
+ }
+
+ #[Depends('testAssertReturn119')]
+ public function testAssertReturn120(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 165,
+ );
+ }
+
+ #[Depends('testAssertReturn120')]
+ public function testAssertReturn121(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 166,
+ );
+ }
+
+ #[Depends('testAssertReturn121')]
+ public function testAssertReturn122(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 167,
+ );
+ }
+
+ #[Depends('testAssertReturn122')]
+ public function testAssertReturn123(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 168,
+ );
+ }
+
+ #[Depends('testAssertReturn123')]
+ public function testAssertReturn124(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 169,
+ );
+ }
+
+ #[Depends('testAssertReturn124')]
+ public function testAssertReturn125(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 170,
+ );
+ }
+
+ #[Depends('testAssertReturn125')]
+ public function testAssertReturn126(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 171,
+ );
+ }
+
+ #[Depends('testAssertReturn126')]
+ public function testAssertReturn127(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 172,
+ );
+ }
+
+ #[Depends('testAssertReturn127')]
+ public function testModule128(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.4.wasm',
+ name: null,
+ line: 174,
+ );
+ }
+
+ #[Depends('testModule128')]
+ public function testAction129(): void
+ {
+ $this->runActionCommand(
+ action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
+ line: 183,
+ );
+ }
+
+ #[Depends('testAction129')]
+ public function testAssertReturn130(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '0']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 185,
+ );
+ }
+
+ #[Depends('testAssertReturn130')]
+ public function testAssertReturn131(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 186,
+ );
+ }
+
+ #[Depends('testAssertReturn131')]
+ public function testAssertReturn132(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 187,
+ );
+ }
+
+ #[Depends('testAssertReturn132')]
+ public function testAssertReturn133(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 188,
+ );
+ }
+
+ #[Depends('testAssertReturn133')]
+ public function testAssertReturn134(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4']]],
+ expected: [['type' => 'i32', 'value' => '4']],
+ line: 189,
+ );
+ }
+
+ #[Depends('testAssertReturn134')]
+ public function testAssertReturn135(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 190,
+ );
+ }
+
+ #[Depends('testAssertReturn135')]
+ public function testAssertReturn136(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 191,
+ );
+ }
+
+ #[Depends('testAssertReturn136')]
+ public function testAssertReturn137(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 192,
+ );
+ }
+
+ #[Depends('testAssertReturn137')]
+ public function testAssertReturn138(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 193,
+ );
+ }
+
+ #[Depends('testAssertReturn138')]
+ public function testAssertReturn139(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 194,
+ );
+ }
+
+ #[Depends('testAssertReturn139')]
+ public function testAssertReturn140(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 195,
+ );
+ }
+
+ #[Depends('testAssertReturn140')]
+ public function testAssertReturn141(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 196,
+ );
+ }
+
+ #[Depends('testAssertReturn141')]
+ public function testAssertReturn142(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12']]],
+ expected: [['type' => 'i32', 'value' => '7']],
+ line: 197,
+ );
+ }
+
+ #[Depends('testAssertReturn142')]
+ public function testAssertReturn143(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13']]],
+ expected: [['type' => 'i32', 'value' => '5']],
+ line: 198,
+ );
+ }
+
+ #[Depends('testAssertReturn143')]
+ public function testAssertReturn144(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14']]],
+ expected: [['type' => 'i32', 'value' => '2']],
+ line: 199,
+ );
+ }
+
+ #[Depends('testAssertReturn144')]
+ public function testAssertReturn145(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 200,
+ );
+ }
+
+ #[Depends('testAssertReturn145')]
+ public function testAssertReturn146(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16']]],
+ expected: [['type' => 'i32', 'value' => '6']],
+ line: 201,
+ );
+ }
+
+ #[Depends('testAssertReturn146')]
+ public function testAssertReturn147(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 202,
+ );
+ }
+
+ #[Depends('testAssertReturn147')]
+ public function testAssertReturn148(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 203,
+ );
+ }
+
+ #[Depends('testAssertReturn148')]
+ public function testAssertReturn149(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 204,
+ );
+ }
+
+ #[Depends('testAssertReturn149')]
+ public function testAssertReturn150(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 205,
+ );
+ }
+
+ #[Depends('testAssertReturn150')]
+ public function testAssertReturn151(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 206,
+ );
+ }
+
+ #[Depends('testAssertReturn151')]
+ public function testAssertReturn152(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 207,
+ );
+ }
+
+ #[Depends('testAssertReturn152')]
+ public function testAssertReturn153(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 208,
+ );
+ }
+
+ #[Depends('testAssertReturn153')]
+ public function testAssertReturn154(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 209,
+ );
+ }
+
+ #[Depends('testAssertReturn154')]
+ public function testAssertReturn155(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 210,
+ );
+ }
+
+ #[Depends('testAssertReturn155')]
+ public function testAssertReturn156(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 211,
+ );
+ }
+
+ #[Depends('testAssertReturn156')]
+ public function testAssertReturn157(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 212,
+ );
+ }
+
+ #[Depends('testAssertReturn157')]
+ public function testAssertReturn158(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 213,
+ );
+ }
+
+ #[Depends('testAssertReturn158')]
+ public function testAssertReturn159(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 214,
+ );
+ }
+
+ #[Depends('testAssertReturn159')]
+ public function testModule160(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.5.wasm',
+ name: null,
+ line: 216,
+ );
+ }
+
+ #[Depends('testModule160')]
+ public function testAction161(): void
+ {
+ $this->runActionCommand(
+ action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
+ line: 225,
+ );
+ }
+
+ #[Depends('testAction161')]
+ public function testAssertReturn162(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '0']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 227,
+ );
+ }
+
+ #[Depends('testAssertReturn162')]
+ public function testAssertReturn163(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 228,
+ );
+ }
+
+ #[Depends('testAssertReturn163')]
+ public function testAssertReturn164(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 229,
+ );
+ }
+
+ #[Depends('testAssertReturn164')]
+ public function testAssertReturn165(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 230,
+ );
+ }
+
+ #[Depends('testAssertReturn165')]
+ public function testAssertReturn166(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4']]],
+ expected: [['type' => 'i32', 'value' => '4']],
+ line: 231,
+ );
+ }
+
+ #[Depends('testAssertReturn166')]
+ public function testAssertReturn167(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 232,
+ );
+ }
+
+ #[Depends('testAssertReturn167')]
+ public function testAssertReturn168(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 233,
+ );
+ }
+
+ #[Depends('testAssertReturn168')]
+ public function testAssertReturn169(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 234,
+ );
+ }
+
+ #[Depends('testAssertReturn169')]
+ public function testAssertReturn170(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 235,
+ );
+ }
+
+ #[Depends('testAssertReturn170')]
+ public function testAssertReturn171(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 236,
+ );
+ }
+
+ #[Depends('testAssertReturn171')]
+ public function testAssertReturn172(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 237,
+ );
+ }
+
+ #[Depends('testAssertReturn172')]
+ public function testAssertReturn173(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 238,
+ );
+ }
+
+ #[Depends('testAssertReturn173')]
+ public function testAssertReturn174(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12']]],
+ expected: [['type' => 'i32', 'value' => '7']],
+ line: 239,
+ );
+ }
+
+ #[Depends('testAssertReturn174')]
+ public function testAssertReturn175(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13']]],
+ expected: [['type' => 'i32', 'value' => '5']],
+ line: 240,
+ );
+ }
+
+ #[Depends('testAssertReturn175')]
+ public function testAssertReturn176(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14']]],
+ expected: [['type' => 'i32', 'value' => '2']],
+ line: 241,
+ );
+ }
+
+ #[Depends('testAssertReturn176')]
+ public function testAssertReturn177(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 242,
+ );
+ }
+
+ #[Depends('testAssertReturn177')]
+ public function testAssertReturn178(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16']]],
+ expected: [['type' => 'i32', 'value' => '6']],
+ line: 243,
+ );
+ }
+
+ #[Depends('testAssertReturn178')]
+ public function testAssertReturn179(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 244,
+ );
+ }
+
+ #[Depends('testAssertReturn179')]
+ public function testAssertReturn180(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 245,
+ );
+ }
+
+ #[Depends('testAssertReturn180')]
+ public function testAssertReturn181(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 246,
+ );
+ }
+
+ #[Depends('testAssertReturn181')]
+ public function testAssertReturn182(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 247,
+ );
+ }
+
+ #[Depends('testAssertReturn182')]
+ public function testAssertReturn183(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 248,
+ );
+ }
+
+ #[Depends('testAssertReturn183')]
+ public function testAssertReturn184(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 249,
+ );
+ }
+
+ #[Depends('testAssertReturn184')]
+ public function testAssertReturn185(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 250,
+ );
+ }
+
+ #[Depends('testAssertReturn185')]
+ public function testAssertReturn186(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 251,
+ );
+ }
+
+ #[Depends('testAssertReturn186')]
+ public function testAssertReturn187(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 252,
+ );
+ }
+
+ #[Depends('testAssertReturn187')]
+ public function testAssertReturn188(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 253,
+ );
+ }
+
+ #[Depends('testAssertReturn188')]
+ public function testAssertReturn189(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 254,
+ );
+ }
+
+ #[Depends('testAssertReturn189')]
+ public function testAssertReturn190(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 255,
+ );
+ }
+
+ #[Depends('testAssertReturn190')]
+ public function testAssertReturn191(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 256,
+ );
+ }
+
+ #[Depends('testAssertReturn191')]
+ public function testModule192(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.6.wasm',
+ name: null,
+ line: 258,
+ );
+ }
+
+ #[Depends('testModule192')]
+ public function testAction193(): void
+ {
+ $this->runActionCommand(
+ action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
+ line: 267,
+ );
+ }
+
+ #[Depends('testAction193')]
+ public function testAssertReturn194(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '0']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 269,
+ );
+ }
+
+ #[Depends('testAssertReturn194')]
+ public function testAssertReturn195(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 270,
+ );
+ }
+
+ #[Depends('testAssertReturn195')]
+ public function testAssertReturn196(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 271,
+ );
+ }
+
+ #[Depends('testAssertReturn196')]
+ public function testAssertReturn197(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 272,
+ );
+ }
+
+ #[Depends('testAssertReturn197')]
+ public function testAssertReturn198(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4']]],
+ expected: [['type' => 'i32', 'value' => '4']],
+ line: 273,
+ );
+ }
+
+ #[Depends('testAssertReturn198')]
+ public function testAssertReturn199(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 274,
+ );
+ }
+
+ #[Depends('testAssertReturn199')]
+ public function testAssertReturn200(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 275,
+ );
+ }
+
+ #[Depends('testAssertReturn200')]
+ public function testAssertReturn201(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 276,
+ );
+ }
+
+ #[Depends('testAssertReturn201')]
+ public function testAssertReturn202(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 277,
+ );
+ }
+
+ #[Depends('testAssertReturn202')]
+ public function testAssertReturn203(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 278,
+ );
+ }
+
+ #[Depends('testAssertReturn203')]
+ public function testAssertReturn204(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10']]],
+ expected: [['type' => 'i32', 'value' => '7']],
+ line: 279,
+ );
+ }
+
+ #[Depends('testAssertReturn204')]
+ public function testAssertReturn205(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11']]],
+ expected: [['type' => 'i32', 'value' => '5']],
+ line: 280,
+ );
+ }
+
+ #[Depends('testAssertReturn205')]
+ public function testAssertReturn206(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12']]],
+ expected: [['type' => 'i32', 'value' => '2']],
+ line: 281,
+ );
+ }
+
+ #[Depends('testAssertReturn206')]
+ public function testAssertReturn207(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 282,
+ );
+ }
+
+ #[Depends('testAssertReturn207')]
+ public function testAssertReturn208(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14']]],
+ expected: [['type' => 'i32', 'value' => '6']],
+ line: 283,
+ );
+ }
+
+ #[Depends('testAssertReturn208')]
+ public function testAssertReturn209(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 284,
+ );
+ }
+
+ #[Depends('testAssertReturn209')]
+ public function testAssertReturn210(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 285,
+ );
+ }
+
+ #[Depends('testAssertReturn210')]
+ public function testAssertReturn211(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 286,
+ );
+ }
+
+ #[Depends('testAssertReturn211')]
+ public function testAssertReturn212(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 287,
+ );
+ }
+
+ #[Depends('testAssertReturn212')]
+ public function testAssertReturn213(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 288,
+ );
+ }
+
+ #[Depends('testAssertReturn213')]
+ public function testAssertReturn214(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 289,
+ );
+ }
+
+ #[Depends('testAssertReturn214')]
+ public function testAssertReturn215(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 290,
+ );
+ }
+
+ #[Depends('testAssertReturn215')]
+ public function testAssertReturn216(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 291,
+ );
+ }
+
+ #[Depends('testAssertReturn216')]
+ public function testAssertReturn217(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 292,
+ );
+ }
+
+ #[Depends('testAssertReturn217')]
+ public function testAssertReturn218(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 293,
+ );
+ }
+
+ #[Depends('testAssertReturn218')]
+ public function testAssertReturn219(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 294,
+ );
+ }
+
+ #[Depends('testAssertReturn219')]
+ public function testAssertReturn220(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 295,
+ );
+ }
+
+ #[Depends('testAssertReturn220')]
+ public function testAssertReturn221(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 296,
+ );
+ }
+
+ #[Depends('testAssertReturn221')]
+ public function testAssertReturn222(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 297,
+ );
+ }
+
+ #[Depends('testAssertReturn222')]
+ public function testAssertReturn223(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 298,
+ );
+ }
+
+ #[Depends('testAssertReturn223')]
+ public function testModule224(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.7.wasm',
+ name: null,
+ line: 300,
+ );
+ }
+
+ #[Depends('testModule224')]
+ public function testAction225(): void
+ {
+ $this->runActionCommand(
+ action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
+ line: 309,
+ );
+ }
+
+ #[Depends('testAction225')]
+ public function testAssertReturn226(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '0']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 311,
+ );
+ }
+
+ #[Depends('testAssertReturn226')]
+ public function testAssertReturn227(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 312,
+ );
+ }
+
+ #[Depends('testAssertReturn227')]
+ public function testAssertReturn228(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 313,
+ );
+ }
+
+ #[Depends('testAssertReturn228')]
+ public function testAssertReturn229(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 314,
+ );
+ }
+
+ #[Depends('testAssertReturn229')]
+ public function testAssertReturn230(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4']]],
+ expected: [['type' => 'i32', 'value' => '4']],
+ line: 315,
+ );
+ }
+
+ #[Depends('testAssertReturn230')]
+ public function testAssertReturn231(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 316,
+ );
+ }
+
+ #[Depends('testAssertReturn231')]
+ public function testAssertReturn232(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 317,
+ );
+ }
+
+ #[Depends('testAssertReturn232')]
+ public function testAssertReturn233(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 318,
+ );
+ }
+
+ #[Depends('testAssertReturn233')]
+ public function testAssertReturn234(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 319,
+ );
+ }
+
+ #[Depends('testAssertReturn234')]
+ public function testAssertReturn235(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 320,
+ );
+ }
+
+ #[Depends('testAssertReturn235')]
+ public function testAssertReturn236(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 321,
+ );
+ }
+
+ #[Depends('testAssertReturn236')]
+ public function testAssertReturn237(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 322,
+ );
+ }
+
+ #[Depends('testAssertReturn237')]
+ public function testAssertReturn238(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 323,
+ );
+ }
+
+ #[Depends('testAssertReturn238')]
+ public function testAssertReturn239(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 324,
+ );
+ }
+
+ #[Depends('testAssertReturn239')]
+ public function testAssertReturn240(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14']]],
+ expected: [['type' => 'i32', 'value' => '7']],
+ line: 325,
+ );
+ }
+
+ #[Depends('testAssertReturn240')]
+ public function testAssertReturn241(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15']]],
+ expected: [['type' => 'i32', 'value' => '5']],
+ line: 326,
+ );
+ }
+
+ #[Depends('testAssertReturn241')]
+ public function testAssertReturn242(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16']]],
+ expected: [['type' => 'i32', 'value' => '2']],
+ line: 327,
+ );
+ }
+
+ #[Depends('testAssertReturn242')]
+ public function testAssertReturn243(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 328,
+ );
+ }
+
+ #[Depends('testAssertReturn243')]
+ public function testAssertReturn244(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18']]],
+ expected: [['type' => 'i32', 'value' => '6']],
+ line: 329,
+ );
+ }
+
+ #[Depends('testAssertReturn244')]
+ public function testAssertReturn245(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 330,
+ );
+ }
+
+ #[Depends('testAssertReturn245')]
+ public function testAssertReturn246(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 331,
+ );
+ }
+
+ #[Depends('testAssertReturn246')]
+ public function testAssertReturn247(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 332,
+ );
+ }
+
+ #[Depends('testAssertReturn247')]
+ public function testAssertReturn248(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 333,
+ );
+ }
+
+ #[Depends('testAssertReturn248')]
+ public function testAssertReturn249(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 334,
+ );
+ }
+
+ #[Depends('testAssertReturn249')]
+ public function testAssertReturn250(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 335,
+ );
+ }
+
+ #[Depends('testAssertReturn250')]
+ public function testAssertReturn251(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 336,
+ );
+ }
+
+ #[Depends('testAssertReturn251')]
+ public function testAssertReturn252(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 337,
+ );
+ }
+
+ #[Depends('testAssertReturn252')]
+ public function testAssertReturn253(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 338,
+ );
+ }
+
+ #[Depends('testAssertReturn253')]
+ public function testAssertReturn254(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 339,
+ );
+ }
+
+ #[Depends('testAssertReturn254')]
+ public function testAssertReturn255(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 340,
+ );
+ }
+
+ #[Depends('testAssertReturn255')]
+ public function testModule256(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.8.wasm',
+ name: null,
+ line: 342,
+ );
+ }
+
+ #[Depends('testModule256')]
+ public function testAssertTrap257(): void
+ {
+ $this->runAssertTrapCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'run', 'args' => [['type' => 'i32', 'value' => '65516'], ['type' => 'i32', 'value' => '0'], ['type' => 'i32', 'value' => '40']]],
+ text: 'out of bounds memory access',
+ line: 350,
+ );
+ }
+
+ #[Depends('testAssertTrap257')]
+ public function testAssertReturn258(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '0']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 353,
+ );
+ }
+
+ #[Depends('testAssertReturn258')]
+ public function testAssertReturn259(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 354,
+ );
+ }
+
+ #[Depends('testAssertReturn259')]
+ public function testAssertReturn260(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2']]],
+ expected: [['type' => 'i32', 'value' => '2']],
+ line: 355,
+ );
+ }
+
+ #[Depends('testAssertReturn260')]
+ public function testAssertReturn261(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 356,
+ );
+ }
+
+ #[Depends('testAssertReturn261')]
+ public function testAssertReturn262(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4']]],
+ expected: [['type' => 'i32', 'value' => '4']],
+ line: 357,
+ );
+ }
+
+ #[Depends('testAssertReturn262')]
+ public function testAssertReturn263(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5']]],
+ expected: [['type' => 'i32', 'value' => '5']],
+ line: 358,
+ );
+ }
+
+ #[Depends('testAssertReturn263')]
+ public function testAssertReturn264(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6']]],
+ expected: [['type' => 'i32', 'value' => '6']],
+ line: 359,
+ );
+ }
+
+ #[Depends('testAssertReturn264')]
+ public function testAssertReturn265(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7']]],
+ expected: [['type' => 'i32', 'value' => '7']],
+ line: 360,
+ );
+ }
+
+ #[Depends('testAssertReturn265')]
+ public function testAssertReturn266(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8']]],
+ expected: [['type' => 'i32', 'value' => '8']],
+ line: 361,
+ );
+ }
+
+ #[Depends('testAssertReturn266')]
+ public function testAssertReturn267(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9']]],
+ expected: [['type' => 'i32', 'value' => '9']],
+ line: 362,
+ );
+ }
+
+ #[Depends('testAssertReturn267')]
+ public function testAssertReturn268(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10']]],
+ expected: [['type' => 'i32', 'value' => '10']],
+ line: 363,
+ );
+ }
+
+ #[Depends('testAssertReturn268')]
+ public function testAssertReturn269(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11']]],
+ expected: [['type' => 'i32', 'value' => '11']],
+ line: 364,
+ );
+ }
+
+ #[Depends('testAssertReturn269')]
+ public function testAssertReturn270(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12']]],
+ expected: [['type' => 'i32', 'value' => '12']],
+ line: 365,
+ );
+ }
+
+ #[Depends('testAssertReturn270')]
+ public function testAssertReturn271(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13']]],
+ expected: [['type' => 'i32', 'value' => '13']],
+ line: 366,
+ );
+ }
+
+ #[Depends('testAssertReturn271')]
+ public function testAssertReturn272(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14']]],
+ expected: [['type' => 'i32', 'value' => '14']],
+ line: 367,
+ );
+ }
+
+ #[Depends('testAssertReturn272')]
+ public function testAssertReturn273(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15']]],
+ expected: [['type' => 'i32', 'value' => '15']],
+ line: 368,
+ );
+ }
+
+ #[Depends('testAssertReturn273')]
+ public function testAssertReturn274(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16']]],
+ expected: [['type' => 'i32', 'value' => '16']],
+ line: 369,
+ );
+ }
+
+ #[Depends('testAssertReturn274')]
+ public function testAssertReturn275(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17']]],
+ expected: [['type' => 'i32', 'value' => '17']],
+ line: 370,
+ );
+ }
+
+ #[Depends('testAssertReturn275')]
+ public function testAssertReturn276(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18']]],
+ expected: [['type' => 'i32', 'value' => '18']],
+ line: 371,
+ );
+ }
+
+ #[Depends('testAssertReturn276')]
+ public function testAssertReturn277(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19']]],
+ expected: [['type' => 'i32', 'value' => '19']],
+ line: 372,
+ );
+ }
+
+ #[Depends('testAssertReturn277')]
+ public function testAssertReturn278(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '218']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 373,
+ );
+ }
+
+ #[Depends('testAssertReturn278')]
+ public function testAssertReturn279(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '417']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 374,
+ );
+ }
+
+ #[Depends('testAssertReturn279')]
+ public function testAssertReturn280(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '616']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 375,
+ );
+ }
+
+ #[Depends('testAssertReturn280')]
+ public function testAssertReturn281(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '815']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 376,
+ );
+ }
+
+ #[Depends('testAssertReturn281')]
+ public function testAssertReturn282(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1014']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 377,
+ );
+ }
+
+ #[Depends('testAssertReturn282')]
+ public function testAssertReturn283(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1213']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 378,
+ );
+ }
+
+ #[Depends('testAssertReturn283')]
+ public function testAssertReturn284(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1412']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 379,
+ );
+ }
+
+ #[Depends('testAssertReturn284')]
+ public function testAssertReturn285(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1611']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 380,
+ );
+ }
+
+ #[Depends('testAssertReturn285')]
+ public function testAssertReturn286(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1810']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 381,
+ );
+ }
+
+ #[Depends('testAssertReturn286')]
+ public function testAssertReturn287(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2009']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 382,
+ );
+ }
+
+ #[Depends('testAssertReturn287')]
+ public function testAssertReturn288(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2208']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 383,
+ );
+ }
+
+ #[Depends('testAssertReturn288')]
+ public function testAssertReturn289(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2407']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 384,
+ );
+ }
+
+ #[Depends('testAssertReturn289')]
+ public function testAssertReturn290(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2606']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 385,
+ );
+ }
+
+ #[Depends('testAssertReturn290')]
+ public function testAssertReturn291(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2805']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 386,
+ );
+ }
+
+ #[Depends('testAssertReturn291')]
+ public function testAssertReturn292(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3004']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 387,
+ );
+ }
+
+ #[Depends('testAssertReturn292')]
+ public function testAssertReturn293(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3203']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 388,
+ );
+ }
+
+ #[Depends('testAssertReturn293')]
+ public function testAssertReturn294(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3402']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 389,
+ );
+ }
+
+ #[Depends('testAssertReturn294')]
+ public function testAssertReturn295(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3601']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 390,
+ );
+ }
+
+ #[Depends('testAssertReturn295')]
+ public function testAssertReturn296(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3800']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 391,
+ );
+ }
+
+ #[Depends('testAssertReturn296')]
+ public function testAssertReturn297(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3999']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 392,
+ );
+ }
+
+ #[Depends('testAssertReturn297')]
+ public function testAssertReturn298(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4198']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 393,
+ );
+ }
+
+ #[Depends('testAssertReturn298')]
+ public function testAssertReturn299(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4397']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 394,
+ );
+ }
+
+ #[Depends('testAssertReturn299')]
+ public function testAssertReturn300(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4596']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 395,
+ );
+ }
+
+ #[Depends('testAssertReturn300')]
+ public function testAssertReturn301(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4795']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 396,
+ );
+ }
+
+ #[Depends('testAssertReturn301')]
+ public function testAssertReturn302(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4994']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 397,
+ );
+ }
+
+ #[Depends('testAssertReturn302')]
+ public function testAssertReturn303(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5193']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 398,
+ );
+ }
+
+ #[Depends('testAssertReturn303')]
+ public function testAssertReturn304(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5392']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 399,
+ );
+ }
+
+ #[Depends('testAssertReturn304')]
+ public function testAssertReturn305(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5591']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 400,
+ );
+ }
+
+ #[Depends('testAssertReturn305')]
+ public function testAssertReturn306(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5790']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 401,
+ );
+ }
+
+ #[Depends('testAssertReturn306')]
+ public function testAssertReturn307(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5989']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 402,
+ );
+ }
+
+ #[Depends('testAssertReturn307')]
+ public function testAssertReturn308(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6188']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 403,
+ );
+ }
+
+ #[Depends('testAssertReturn308')]
+ public function testAssertReturn309(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6387']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 404,
+ );
+ }
+
+ #[Depends('testAssertReturn309')]
+ public function testAssertReturn310(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6586']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 405,
+ );
+ }
+
+ #[Depends('testAssertReturn310')]
+ public function testAssertReturn311(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6785']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 406,
+ );
+ }
+
+ #[Depends('testAssertReturn311')]
+ public function testAssertReturn312(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6984']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 407,
+ );
+ }
+
+ #[Depends('testAssertReturn312')]
+ public function testAssertReturn313(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7183']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 408,
+ );
+ }
+
+ #[Depends('testAssertReturn313')]
+ public function testAssertReturn314(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7382']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 409,
+ );
+ }
+
+ #[Depends('testAssertReturn314')]
+ public function testAssertReturn315(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7581']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 410,
+ );
+ }
+
+ #[Depends('testAssertReturn315')]
+ public function testAssertReturn316(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7780']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 411,
+ );
+ }
+
+ #[Depends('testAssertReturn316')]
+ public function testAssertReturn317(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7979']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 412,
+ );
+ }
+
+ #[Depends('testAssertReturn317')]
+ public function testAssertReturn318(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8178']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 413,
+ );
+ }
+
+ #[Depends('testAssertReturn318')]
+ public function testAssertReturn319(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8377']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 414,
+ );
+ }
+
+ #[Depends('testAssertReturn319')]
+ public function testAssertReturn320(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8576']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 415,
+ );
+ }
+
+ #[Depends('testAssertReturn320')]
+ public function testAssertReturn321(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8775']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 416,
+ );
+ }
+
+ #[Depends('testAssertReturn321')]
+ public function testAssertReturn322(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8974']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 417,
+ );
+ }
+
+ #[Depends('testAssertReturn322')]
+ public function testAssertReturn323(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9173']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 418,
+ );
+ }
+
+ #[Depends('testAssertReturn323')]
+ public function testAssertReturn324(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9372']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 419,
+ );
+ }
+
+ #[Depends('testAssertReturn324')]
+ public function testAssertReturn325(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9571']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 420,
+ );
+ }
+
+ #[Depends('testAssertReturn325')]
+ public function testAssertReturn326(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9770']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 421,
+ );
+ }
+
+ #[Depends('testAssertReturn326')]
+ public function testAssertReturn327(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9969']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 422,
+ );
+ }
+
+ #[Depends('testAssertReturn327')]
+ public function testAssertReturn328(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10168']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 423,
+ );
+ }
+
+ #[Depends('testAssertReturn328')]
+ public function testAssertReturn329(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10367']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 424,
+ );
+ }
+
+ #[Depends('testAssertReturn329')]
+ public function testAssertReturn330(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10566']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 425,
+ );
+ }
+
+ #[Depends('testAssertReturn330')]
+ public function testAssertReturn331(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10765']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 426,
+ );
+ }
+
+ #[Depends('testAssertReturn331')]
+ public function testAssertReturn332(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10964']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 427,
+ );
+ }
+
+ #[Depends('testAssertReturn332')]
+ public function testAssertReturn333(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11163']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 428,
+ );
+ }
+
+ #[Depends('testAssertReturn333')]
+ public function testAssertReturn334(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11362']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 429,
+ );
+ }
+
+ #[Depends('testAssertReturn334')]
+ public function testAssertReturn335(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11561']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 430,
+ );
+ }
+
+ #[Depends('testAssertReturn335')]
+ public function testAssertReturn336(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11760']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 431,
+ );
+ }
+
+ #[Depends('testAssertReturn336')]
+ public function testAssertReturn337(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11959']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 432,
+ );
+ }
+
+ #[Depends('testAssertReturn337')]
+ public function testAssertReturn338(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12158']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 433,
+ );
+ }
+
+ #[Depends('testAssertReturn338')]
+ public function testAssertReturn339(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12357']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 434,
+ );
+ }
+
+ #[Depends('testAssertReturn339')]
+ public function testAssertReturn340(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12556']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 435,
+ );
+ }
+
+ #[Depends('testAssertReturn340')]
+ public function testAssertReturn341(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12755']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 436,
+ );
+ }
+
+ #[Depends('testAssertReturn341')]
+ public function testAssertReturn342(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12954']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 437,
+ );
+ }
+
+ #[Depends('testAssertReturn342')]
+ public function testAssertReturn343(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13153']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 438,
+ );
+ }
+
+ #[Depends('testAssertReturn343')]
+ public function testAssertReturn344(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13352']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 439,
+ );
+ }
+
+ #[Depends('testAssertReturn344')]
+ public function testAssertReturn345(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13551']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 440,
+ );
+ }
+
+ #[Depends('testAssertReturn345')]
+ public function testAssertReturn346(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13750']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 441,
+ );
+ }
+
+ #[Depends('testAssertReturn346')]
+ public function testAssertReturn347(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13949']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 442,
+ );
+ }
+
+ #[Depends('testAssertReturn347')]
+ public function testAssertReturn348(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14148']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 443,
+ );
+ }
+
+ #[Depends('testAssertReturn348')]
+ public function testAssertReturn349(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14347']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 444,
+ );
+ }
+
+ #[Depends('testAssertReturn349')]
+ public function testAssertReturn350(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14546']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 445,
+ );
+ }
+
+ #[Depends('testAssertReturn350')]
+ public function testAssertReturn351(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14745']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 446,
+ );
+ }
+
+ #[Depends('testAssertReturn351')]
+ public function testAssertReturn352(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14944']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 447,
+ );
+ }
+
+ #[Depends('testAssertReturn352')]
+ public function testAssertReturn353(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15143']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 448,
+ );
+ }
+
+ #[Depends('testAssertReturn353')]
+ public function testAssertReturn354(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15342']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 449,
+ );
+ }
+
+ #[Depends('testAssertReturn354')]
+ public function testAssertReturn355(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15541']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 450,
+ );
+ }
+
+ #[Depends('testAssertReturn355')]
+ public function testAssertReturn356(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15740']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 451,
+ );
+ }
+
+ #[Depends('testAssertReturn356')]
+ public function testAssertReturn357(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15939']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 452,
+ );
+ }
+
+ #[Depends('testAssertReturn357')]
+ public function testAssertReturn358(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16138']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 453,
+ );
+ }
+
+ #[Depends('testAssertReturn358')]
+ public function testAssertReturn359(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16337']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 454,
+ );
+ }
+
+ #[Depends('testAssertReturn359')]
+ public function testAssertReturn360(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16536']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 455,
+ );
+ }
+
+ #[Depends('testAssertReturn360')]
+ public function testAssertReturn361(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16735']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 456,
+ );
+ }
+
+ #[Depends('testAssertReturn361')]
+ public function testAssertReturn362(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16934']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 457,
+ );
+ }
+
+ #[Depends('testAssertReturn362')]
+ public function testAssertReturn363(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17133']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 458,
+ );
+ }
+
+ #[Depends('testAssertReturn363')]
+ public function testAssertReturn364(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17332']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 459,
+ );
+ }
+
+ #[Depends('testAssertReturn364')]
+ public function testAssertReturn365(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17531']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 460,
+ );
+ }
+
+ #[Depends('testAssertReturn365')]
+ public function testAssertReturn366(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17730']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 461,
+ );
+ }
+
+ #[Depends('testAssertReturn366')]
+ public function testAssertReturn367(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17929']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 462,
+ );
+ }
+
+ #[Depends('testAssertReturn367')]
+ public function testAssertReturn368(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18128']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 463,
+ );
+ }
+
+ #[Depends('testAssertReturn368')]
+ public function testAssertReturn369(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18327']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 464,
+ );
+ }
+
+ #[Depends('testAssertReturn369')]
+ public function testAssertReturn370(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18526']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 465,
+ );
+ }
+
+ #[Depends('testAssertReturn370')]
+ public function testAssertReturn371(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18725']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 466,
+ );
+ }
+
+ #[Depends('testAssertReturn371')]
+ public function testAssertReturn372(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18924']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 467,
+ );
+ }
+
+ #[Depends('testAssertReturn372')]
+ public function testAssertReturn373(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19123']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 468,
+ );
+ }
+
+ #[Depends('testAssertReturn373')]
+ public function testAssertReturn374(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19322']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 469,
+ );
+ }
+
+ #[Depends('testAssertReturn374')]
+ public function testAssertReturn375(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19521']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 470,
+ );
+ }
+
+ #[Depends('testAssertReturn375')]
+ public function testAssertReturn376(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19720']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 471,
+ );
+ }
+
+ #[Depends('testAssertReturn376')]
+ public function testAssertReturn377(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19919']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 472,
+ );
+ }
+
+ #[Depends('testAssertReturn377')]
+ public function testAssertReturn378(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20118']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 473,
+ );
+ }
+
+ #[Depends('testAssertReturn378')]
+ public function testAssertReturn379(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20317']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 474,
+ );
+ }
+
+ #[Depends('testAssertReturn379')]
+ public function testAssertReturn380(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20516']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 475,
+ );
+ }
+
+ #[Depends('testAssertReturn380')]
+ public function testAssertReturn381(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20715']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 476,
+ );
+ }
+
+ #[Depends('testAssertReturn381')]
+ public function testAssertReturn382(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20914']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 477,
+ );
+ }
+
+ #[Depends('testAssertReturn382')]
+ public function testAssertReturn383(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21113']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 478,
+ );
+ }
+
+ #[Depends('testAssertReturn383')]
+ public function testAssertReturn384(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21312']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 479,
+ );
+ }
+
+ #[Depends('testAssertReturn384')]
+ public function testAssertReturn385(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21511']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 480,
+ );
+ }
+
+ #[Depends('testAssertReturn385')]
+ public function testAssertReturn386(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21710']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 481,
+ );
+ }
+
+ #[Depends('testAssertReturn386')]
+ public function testAssertReturn387(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21909']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 482,
+ );
+ }
+
+ #[Depends('testAssertReturn387')]
+ public function testAssertReturn388(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22108']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 483,
+ );
+ }
+
+ #[Depends('testAssertReturn388')]
+ public function testAssertReturn389(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22307']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 484,
+ );
+ }
+
+ #[Depends('testAssertReturn389')]
+ public function testAssertReturn390(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22506']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 485,
+ );
+ }
+
+ #[Depends('testAssertReturn390')]
+ public function testAssertReturn391(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22705']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 486,
+ );
+ }
+
+ #[Depends('testAssertReturn391')]
+ public function testAssertReturn392(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22904']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 487,
+ );
+ }
+
+ #[Depends('testAssertReturn392')]
+ public function testAssertReturn393(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23103']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 488,
+ );
+ }
+
+ #[Depends('testAssertReturn393')]
+ public function testAssertReturn394(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23302']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 489,
+ );
+ }
+
+ #[Depends('testAssertReturn394')]
+ public function testAssertReturn395(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23501']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 490,
+ );
+ }
+
+ #[Depends('testAssertReturn395')]
+ public function testAssertReturn396(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23700']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 491,
+ );
+ }
+
+ #[Depends('testAssertReturn396')]
+ public function testAssertReturn397(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23899']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 492,
+ );
+ }
+
+ #[Depends('testAssertReturn397')]
+ public function testAssertReturn398(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24098']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 493,
+ );
+ }
+
+ #[Depends('testAssertReturn398')]
+ public function testAssertReturn399(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24297']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 494,
+ );
+ }
+
+ #[Depends('testAssertReturn399')]
+ public function testAssertReturn400(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24496']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 495,
+ );
+ }
+
+ #[Depends('testAssertReturn400')]
+ public function testAssertReturn401(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24695']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 496,
+ );
+ }
+
+ #[Depends('testAssertReturn401')]
+ public function testAssertReturn402(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24894']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 497,
+ );
+ }
+
+ #[Depends('testAssertReturn402')]
+ public function testAssertReturn403(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25093']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 498,
+ );
+ }
+
+ #[Depends('testAssertReturn403')]
+ public function testAssertReturn404(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25292']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 499,
+ );
+ }
+
+ #[Depends('testAssertReturn404')]
+ public function testAssertReturn405(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25491']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 500,
+ );
+ }
+
+ #[Depends('testAssertReturn405')]
+ public function testAssertReturn406(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25690']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 501,
+ );
+ }
+
+ #[Depends('testAssertReturn406')]
+ public function testAssertReturn407(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25889']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 502,
+ );
+ }
+
+ #[Depends('testAssertReturn407')]
+ public function testAssertReturn408(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26088']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 503,
+ );
+ }
+
+ #[Depends('testAssertReturn408')]
+ public function testAssertReturn409(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26287']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 504,
+ );
+ }
+
+ #[Depends('testAssertReturn409')]
+ public function testAssertReturn410(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26486']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 505,
+ );
+ }
+
+ #[Depends('testAssertReturn410')]
+ public function testAssertReturn411(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26685']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 506,
+ );
+ }
+
+ #[Depends('testAssertReturn411')]
+ public function testAssertReturn412(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26884']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 507,
+ );
+ }
+
+ #[Depends('testAssertReturn412')]
+ public function testAssertReturn413(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27083']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 508,
+ );
+ }
+
+ #[Depends('testAssertReturn413')]
+ public function testAssertReturn414(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27282']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 509,
+ );
+ }
+
+ #[Depends('testAssertReturn414')]
+ public function testAssertReturn415(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27481']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 510,
+ );
+ }
+
+ #[Depends('testAssertReturn415')]
+ public function testAssertReturn416(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27680']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 511,
+ );
+ }
+
+ #[Depends('testAssertReturn416')]
+ public function testAssertReturn417(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27879']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 512,
+ );
+ }
+
+ #[Depends('testAssertReturn417')]
+ public function testAssertReturn418(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28078']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 513,
+ );
+ }
+
+ #[Depends('testAssertReturn418')]
+ public function testAssertReturn419(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28277']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 514,
+ );
+ }
+
+ #[Depends('testAssertReturn419')]
+ public function testAssertReturn420(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28476']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 515,
+ );
+ }
+
+ #[Depends('testAssertReturn420')]
+ public function testAssertReturn421(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28675']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 516,
+ );
+ }
+
+ #[Depends('testAssertReturn421')]
+ public function testAssertReturn422(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28874']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 517,
+ );
+ }
+
+ #[Depends('testAssertReturn422')]
+ public function testAssertReturn423(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29073']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 518,
+ );
+ }
+
+ #[Depends('testAssertReturn423')]
+ public function testAssertReturn424(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29272']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 519,
+ );
+ }
+
+ #[Depends('testAssertReturn424')]
+ public function testAssertReturn425(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29471']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 520,
+ );
+ }
+
+ #[Depends('testAssertReturn425')]
+ public function testAssertReturn426(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29670']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 521,
+ );
+ }
+
+ #[Depends('testAssertReturn426')]
+ public function testAssertReturn427(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29869']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 522,
+ );
+ }
+
+ #[Depends('testAssertReturn427')]
+ public function testAssertReturn428(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30068']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 523,
+ );
+ }
+
+ #[Depends('testAssertReturn428')]
+ public function testAssertReturn429(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30267']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 524,
+ );
+ }
+
+ #[Depends('testAssertReturn429')]
+ public function testAssertReturn430(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30466']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 525,
+ );
+ }
+
+ #[Depends('testAssertReturn430')]
+ public function testAssertReturn431(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30665']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 526,
+ );
+ }
+
+ #[Depends('testAssertReturn431')]
+ public function testAssertReturn432(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30864']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 527,
+ );
+ }
+
+ #[Depends('testAssertReturn432')]
+ public function testAssertReturn433(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31063']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 528,
+ );
+ }
+
+ #[Depends('testAssertReturn433')]
+ public function testAssertReturn434(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31262']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 529,
+ );
+ }
+
+ #[Depends('testAssertReturn434')]
+ public function testAssertReturn435(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31461']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 530,
+ );
+ }
+
+ #[Depends('testAssertReturn435')]
+ public function testAssertReturn436(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31660']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 531,
+ );
+ }
+
+ #[Depends('testAssertReturn436')]
+ public function testAssertReturn437(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31859']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 532,
+ );
+ }
+
+ #[Depends('testAssertReturn437')]
+ public function testAssertReturn438(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32058']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 533,
+ );
+ }
+
+ #[Depends('testAssertReturn438')]
+ public function testAssertReturn439(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32257']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 534,
+ );
+ }
+
+ #[Depends('testAssertReturn439')]
+ public function testAssertReturn440(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32456']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 535,
+ );
+ }
+
+ #[Depends('testAssertReturn440')]
+ public function testAssertReturn441(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32655']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 536,
+ );
+ }
+
+ #[Depends('testAssertReturn441')]
+ public function testAssertReturn442(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32854']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 537,
+ );
+ }
+
+ #[Depends('testAssertReturn442')]
+ public function testAssertReturn443(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33053']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 538,
+ );
+ }
+
+ #[Depends('testAssertReturn443')]
+ public function testAssertReturn444(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33252']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 539,
+ );
+ }
+
+ #[Depends('testAssertReturn444')]
+ public function testAssertReturn445(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33451']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 540,
+ );
+ }
+
+ #[Depends('testAssertReturn445')]
+ public function testAssertReturn446(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33650']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 541,
+ );
+ }
+
+ #[Depends('testAssertReturn446')]
+ public function testAssertReturn447(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33849']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 542,
+ );
+ }
+
+ #[Depends('testAssertReturn447')]
+ public function testAssertReturn448(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34048']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 543,
+ );
+ }
+
+ #[Depends('testAssertReturn448')]
+ public function testAssertReturn449(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34247']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 544,
+ );
+ }
+
+ #[Depends('testAssertReturn449')]
+ public function testAssertReturn450(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34446']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 545,
+ );
+ }
+
+ #[Depends('testAssertReturn450')]
+ public function testAssertReturn451(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34645']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 546,
+ );
+ }
+
+ #[Depends('testAssertReturn451')]
+ public function testAssertReturn452(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34844']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 547,
+ );
+ }
+
+ #[Depends('testAssertReturn452')]
+ public function testAssertReturn453(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35043']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 548,
+ );
+ }
+
+ #[Depends('testAssertReturn453')]
+ public function testAssertReturn454(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35242']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 549,
+ );
+ }
+
+ #[Depends('testAssertReturn454')]
+ public function testAssertReturn455(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35441']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 550,
+ );
+ }
+
+ #[Depends('testAssertReturn455')]
+ public function testAssertReturn456(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35640']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 551,
+ );
+ }
+
+ #[Depends('testAssertReturn456')]
+ public function testAssertReturn457(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35839']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 552,
+ );
+ }
+
+ #[Depends('testAssertReturn457')]
+ public function testAssertReturn458(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36038']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 553,
+ );
+ }
+
+ #[Depends('testAssertReturn458')]
+ public function testAssertReturn459(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36237']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 554,
+ );
+ }
+
+ #[Depends('testAssertReturn459')]
+ public function testAssertReturn460(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36436']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 555,
+ );
+ }
+
+ #[Depends('testAssertReturn460')]
+ public function testAssertReturn461(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36635']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 556,
+ );
+ }
+
+ #[Depends('testAssertReturn461')]
+ public function testAssertReturn462(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36834']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 557,
+ );
+ }
+
+ #[Depends('testAssertReturn462')]
+ public function testAssertReturn463(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37033']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 558,
+ );
+ }
+
+ #[Depends('testAssertReturn463')]
+ public function testAssertReturn464(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37232']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 559,
+ );
+ }
+
+ #[Depends('testAssertReturn464')]
+ public function testAssertReturn465(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37431']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 560,
+ );
+ }
+
+ #[Depends('testAssertReturn465')]
+ public function testAssertReturn466(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37630']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 561,
+ );
+ }
+
+ #[Depends('testAssertReturn466')]
+ public function testAssertReturn467(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37829']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 562,
+ );
+ }
+
+ #[Depends('testAssertReturn467')]
+ public function testAssertReturn468(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38028']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 563,
+ );
+ }
+
+ #[Depends('testAssertReturn468')]
+ public function testAssertReturn469(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38227']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 564,
+ );
+ }
+
+ #[Depends('testAssertReturn469')]
+ public function testAssertReturn470(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38426']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 565,
+ );
+ }
+
+ #[Depends('testAssertReturn470')]
+ public function testAssertReturn471(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38625']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 566,
+ );
+ }
+
+ #[Depends('testAssertReturn471')]
+ public function testAssertReturn472(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38824']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 567,
+ );
+ }
+
+ #[Depends('testAssertReturn472')]
+ public function testAssertReturn473(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39023']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 568,
+ );
+ }
+
+ #[Depends('testAssertReturn473')]
+ public function testAssertReturn474(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39222']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 569,
+ );
+ }
+
+ #[Depends('testAssertReturn474')]
+ public function testAssertReturn475(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39421']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 570,
+ );
+ }
+
+ #[Depends('testAssertReturn475')]
+ public function testAssertReturn476(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39620']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 571,
+ );
+ }
+
+ #[Depends('testAssertReturn476')]
+ public function testAssertReturn477(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39819']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 572,
+ );
+ }
+
+ #[Depends('testAssertReturn477')]
+ public function testAssertReturn478(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40018']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 573,
+ );
+ }
+
+ #[Depends('testAssertReturn478')]
+ public function testAssertReturn479(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40217']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 574,
+ );
+ }
+
+ #[Depends('testAssertReturn479')]
+ public function testAssertReturn480(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40416']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 575,
+ );
+ }
+
+ #[Depends('testAssertReturn480')]
+ public function testAssertReturn481(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40615']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 576,
+ );
+ }
+
+ #[Depends('testAssertReturn481')]
+ public function testAssertReturn482(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40814']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 577,
+ );
+ }
+
+ #[Depends('testAssertReturn482')]
+ public function testAssertReturn483(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41013']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 578,
+ );
+ }
+
+ #[Depends('testAssertReturn483')]
+ public function testAssertReturn484(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41212']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 579,
+ );
+ }
+
+ #[Depends('testAssertReturn484')]
+ public function testAssertReturn485(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41411']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 580,
+ );
+ }
+
+ #[Depends('testAssertReturn485')]
+ public function testAssertReturn486(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41610']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 581,
+ );
+ }
+
+ #[Depends('testAssertReturn486')]
+ public function testAssertReturn487(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41809']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 582,
+ );
+ }
+
+ #[Depends('testAssertReturn487')]
+ public function testAssertReturn488(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42008']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 583,
+ );
+ }
+
+ #[Depends('testAssertReturn488')]
+ public function testAssertReturn489(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42207']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 584,
+ );
+ }
+
+ #[Depends('testAssertReturn489')]
+ public function testAssertReturn490(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42406']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 585,
+ );
+ }
+
+ #[Depends('testAssertReturn490')]
+ public function testAssertReturn491(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42605']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 586,
+ );
+ }
+
+ #[Depends('testAssertReturn491')]
+ public function testAssertReturn492(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42804']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 587,
+ );
+ }
+
+ #[Depends('testAssertReturn492')]
+ public function testAssertReturn493(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43003']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 588,
+ );
+ }
+
+ #[Depends('testAssertReturn493')]
+ public function testAssertReturn494(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43202']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 589,
+ );
+ }
+
+ #[Depends('testAssertReturn494')]
+ public function testAssertReturn495(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43401']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 590,
+ );
+ }
+
+ #[Depends('testAssertReturn495')]
+ public function testAssertReturn496(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43600']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 591,
+ );
+ }
+
+ #[Depends('testAssertReturn496')]
+ public function testAssertReturn497(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43799']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 592,
+ );
+ }
+
+ #[Depends('testAssertReturn497')]
+ public function testAssertReturn498(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43998']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 593,
+ );
+ }
+
+ #[Depends('testAssertReturn498')]
+ public function testAssertReturn499(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44197']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 594,
+ );
+ }
+
+ #[Depends('testAssertReturn499')]
+ public function testAssertReturn500(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44396']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 595,
+ );
+ }
+
+ #[Depends('testAssertReturn500')]
+ public function testAssertReturn501(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44595']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 596,
+ );
+ }
+
+ #[Depends('testAssertReturn501')]
+ public function testAssertReturn502(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44794']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 597,
+ );
+ }
+
+ #[Depends('testAssertReturn502')]
+ public function testAssertReturn503(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44993']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 598,
+ );
+ }
+
+ #[Depends('testAssertReturn503')]
+ public function testAssertReturn504(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45192']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 599,
+ );
+ }
+
+ #[Depends('testAssertReturn504')]
+ public function testAssertReturn505(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45391']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 600,
+ );
+ }
+
+ #[Depends('testAssertReturn505')]
+ public function testAssertReturn506(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45590']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 601,
+ );
+ }
+
+ #[Depends('testAssertReturn506')]
+ public function testAssertReturn507(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45789']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 602,
+ );
+ }
+
+ #[Depends('testAssertReturn507')]
+ public function testAssertReturn508(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45988']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 603,
+ );
+ }
+
+ #[Depends('testAssertReturn508')]
+ public function testAssertReturn509(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46187']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 604,
+ );
+ }
+
+ #[Depends('testAssertReturn509')]
+ public function testAssertReturn510(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46386']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 605,
+ );
+ }
+
+ #[Depends('testAssertReturn510')]
+ public function testAssertReturn511(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46585']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 606,
+ );
+ }
+
+ #[Depends('testAssertReturn511')]
+ public function testAssertReturn512(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46784']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 607,
+ );
+ }
+
+ #[Depends('testAssertReturn512')]
+ public function testAssertReturn513(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46983']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 608,
+ );
+ }
+
+ #[Depends('testAssertReturn513')]
+ public function testAssertReturn514(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47182']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 609,
+ );
+ }
+
+ #[Depends('testAssertReturn514')]
+ public function testAssertReturn515(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47381']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 610,
+ );
+ }
+
+ #[Depends('testAssertReturn515')]
+ public function testAssertReturn516(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47580']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 611,
+ );
+ }
+
+ #[Depends('testAssertReturn516')]
+ public function testAssertReturn517(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47779']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 612,
+ );
+ }
+
+ #[Depends('testAssertReturn517')]
+ public function testAssertReturn518(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47978']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 613,
+ );
+ }
+
+ #[Depends('testAssertReturn518')]
+ public function testAssertReturn519(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48177']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 614,
+ );
+ }
+
+ #[Depends('testAssertReturn519')]
+ public function testAssertReturn520(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48376']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 615,
+ );
+ }
+
+ #[Depends('testAssertReturn520')]
+ public function testAssertReturn521(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48575']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 616,
+ );
+ }
+
+ #[Depends('testAssertReturn521')]
+ public function testAssertReturn522(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48774']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 617,
+ );
+ }
+
+ #[Depends('testAssertReturn522')]
+ public function testAssertReturn523(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48973']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 618,
+ );
+ }
+
+ #[Depends('testAssertReturn523')]
+ public function testAssertReturn524(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49172']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 619,
+ );
+ }
+
+ #[Depends('testAssertReturn524')]
+ public function testAssertReturn525(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49371']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 620,
+ );
+ }
+
+ #[Depends('testAssertReturn525')]
+ public function testAssertReturn526(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49570']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 621,
+ );
+ }
+
+ #[Depends('testAssertReturn526')]
+ public function testAssertReturn527(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49769']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 622,
+ );
+ }
+
+ #[Depends('testAssertReturn527')]
+ public function testAssertReturn528(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49968']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 623,
+ );
+ }
+
+ #[Depends('testAssertReturn528')]
+ public function testAssertReturn529(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50167']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 624,
+ );
+ }
+
+ #[Depends('testAssertReturn529')]
+ public function testAssertReturn530(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50366']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 625,
+ );
+ }
+
+ #[Depends('testAssertReturn530')]
+ public function testAssertReturn531(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50565']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 626,
+ );
+ }
+
+ #[Depends('testAssertReturn531')]
+ public function testAssertReturn532(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50764']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 627,
+ );
+ }
+
+ #[Depends('testAssertReturn532')]
+ public function testAssertReturn533(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50963']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 628,
+ );
+ }
+
+ #[Depends('testAssertReturn533')]
+ public function testAssertReturn534(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51162']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 629,
+ );
+ }
+
+ #[Depends('testAssertReturn534')]
+ public function testAssertReturn535(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51361']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 630,
+ );
+ }
+
+ #[Depends('testAssertReturn535')]
+ public function testAssertReturn536(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51560']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 631,
+ );
+ }
+
+ #[Depends('testAssertReturn536')]
+ public function testAssertReturn537(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51759']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 632,
+ );
+ }
+
+ #[Depends('testAssertReturn537')]
+ public function testAssertReturn538(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51958']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 633,
+ );
+ }
+
+ #[Depends('testAssertReturn538')]
+ public function testAssertReturn539(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52157']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 634,
+ );
+ }
+
+ #[Depends('testAssertReturn539')]
+ public function testAssertReturn540(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52356']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 635,
+ );
+ }
+
+ #[Depends('testAssertReturn540')]
+ public function testAssertReturn541(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52555']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 636,
+ );
+ }
+
+ #[Depends('testAssertReturn541')]
+ public function testAssertReturn542(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52754']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 637,
+ );
+ }
+
+ #[Depends('testAssertReturn542')]
+ public function testAssertReturn543(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52953']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 638,
+ );
+ }
+
+ #[Depends('testAssertReturn543')]
+ public function testAssertReturn544(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53152']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 639,
+ );
+ }
+
+ #[Depends('testAssertReturn544')]
+ public function testAssertReturn545(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53351']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 640,
+ );
+ }
+
+ #[Depends('testAssertReturn545')]
+ public function testAssertReturn546(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53550']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 641,
+ );
+ }
+
+ #[Depends('testAssertReturn546')]
+ public function testAssertReturn547(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53749']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 642,
+ );
+ }
+
+ #[Depends('testAssertReturn547')]
+ public function testAssertReturn548(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53948']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 643,
+ );
+ }
+
+ #[Depends('testAssertReturn548')]
+ public function testAssertReturn549(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54147']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 644,
+ );
+ }
+
+ #[Depends('testAssertReturn549')]
+ public function testAssertReturn550(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54346']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 645,
+ );
+ }
+
+ #[Depends('testAssertReturn550')]
+ public function testAssertReturn551(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54545']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 646,
+ );
+ }
+
+ #[Depends('testAssertReturn551')]
+ public function testAssertReturn552(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54744']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 647,
+ );
+ }
+
+ #[Depends('testAssertReturn552')]
+ public function testAssertReturn553(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54943']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 648,
+ );
+ }
+
+ #[Depends('testAssertReturn553')]
+ public function testAssertReturn554(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55142']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 649,
+ );
+ }
+
+ #[Depends('testAssertReturn554')]
+ public function testAssertReturn555(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55341']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 650,
+ );
+ }
+
+ #[Depends('testAssertReturn555')]
+ public function testAssertReturn556(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55540']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 651,
+ );
+ }
+
+ #[Depends('testAssertReturn556')]
+ public function testAssertReturn557(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55739']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 652,
+ );
+ }
+
+ #[Depends('testAssertReturn557')]
+ public function testAssertReturn558(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55938']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 653,
+ );
+ }
+
+ #[Depends('testAssertReturn558')]
+ public function testAssertReturn559(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56137']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 654,
+ );
+ }
+
+ #[Depends('testAssertReturn559')]
+ public function testAssertReturn560(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56336']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 655,
+ );
+ }
+
+ #[Depends('testAssertReturn560')]
+ public function testAssertReturn561(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56535']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 656,
+ );
+ }
+
+ #[Depends('testAssertReturn561')]
+ public function testAssertReturn562(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56734']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 657,
+ );
+ }
+
+ #[Depends('testAssertReturn562')]
+ public function testAssertReturn563(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56933']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 658,
+ );
+ }
+
+ #[Depends('testAssertReturn563')]
+ public function testAssertReturn564(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57132']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 659,
+ );
+ }
+
+ #[Depends('testAssertReturn564')]
+ public function testAssertReturn565(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57331']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 660,
+ );
+ }
+
+ #[Depends('testAssertReturn565')]
+ public function testAssertReturn566(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57530']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 661,
+ );
+ }
+
+ #[Depends('testAssertReturn566')]
+ public function testAssertReturn567(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57729']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 662,
+ );
+ }
+
+ #[Depends('testAssertReturn567')]
+ public function testAssertReturn568(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57928']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 663,
+ );
+ }
+
+ #[Depends('testAssertReturn568')]
+ public function testAssertReturn569(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58127']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 664,
+ );
+ }
+
+ #[Depends('testAssertReturn569')]
+ public function testAssertReturn570(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58326']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 665,
+ );
+ }
+
+ #[Depends('testAssertReturn570')]
+ public function testAssertReturn571(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58525']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 666,
+ );
+ }
+
+ #[Depends('testAssertReturn571')]
+ public function testAssertReturn572(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58724']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 667,
+ );
+ }
+
+ #[Depends('testAssertReturn572')]
+ public function testAssertReturn573(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58923']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 668,
+ );
+ }
+
+ #[Depends('testAssertReturn573')]
+ public function testAssertReturn574(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59122']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 669,
+ );
+ }
+
+ #[Depends('testAssertReturn574')]
+ public function testAssertReturn575(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59321']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 670,
+ );
+ }
+
+ #[Depends('testAssertReturn575')]
+ public function testAssertReturn576(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59520']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 671,
+ );
+ }
+
+ #[Depends('testAssertReturn576')]
+ public function testAssertReturn577(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59719']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 672,
+ );
+ }
+
+ #[Depends('testAssertReturn577')]
+ public function testAssertReturn578(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59918']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 673,
+ );
+ }
+
+ #[Depends('testAssertReturn578')]
+ public function testAssertReturn579(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60117']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 674,
+ );
+ }
+
+ #[Depends('testAssertReturn579')]
+ public function testAssertReturn580(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60316']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 675,
+ );
+ }
+
+ #[Depends('testAssertReturn580')]
+ public function testAssertReturn581(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60515']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 676,
+ );
+ }
+
+ #[Depends('testAssertReturn581')]
+ public function testAssertReturn582(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60714']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 677,
+ );
+ }
+
+ #[Depends('testAssertReturn582')]
+ public function testAssertReturn583(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60913']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 678,
+ );
+ }
+
+ #[Depends('testAssertReturn583')]
+ public function testAssertReturn584(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61112']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 679,
+ );
+ }
+
+ #[Depends('testAssertReturn584')]
+ public function testAssertReturn585(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61311']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 680,
+ );
+ }
+
+ #[Depends('testAssertReturn585')]
+ public function testAssertReturn586(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61510']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 681,
+ );
+ }
+
+ #[Depends('testAssertReturn586')]
+ public function testAssertReturn587(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61709']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 682,
+ );
+ }
+
+ #[Depends('testAssertReturn587')]
+ public function testAssertReturn588(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61908']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 683,
+ );
+ }
+
+ #[Depends('testAssertReturn588')]
+ public function testAssertReturn589(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62107']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 684,
+ );
+ }
+
+ #[Depends('testAssertReturn589')]
+ public function testAssertReturn590(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62306']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 685,
+ );
+ }
+
+ #[Depends('testAssertReturn590')]
+ public function testAssertReturn591(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62505']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 686,
+ );
+ }
+
+ #[Depends('testAssertReturn591')]
+ public function testAssertReturn592(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62704']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 687,
+ );
+ }
+
+ #[Depends('testAssertReturn592')]
+ public function testAssertReturn593(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62903']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 688,
+ );
+ }
+
+ #[Depends('testAssertReturn593')]
+ public function testAssertReturn594(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63102']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 689,
+ );
+ }
+
+ #[Depends('testAssertReturn594')]
+ public function testAssertReturn595(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63301']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 690,
+ );
+ }
+
+ #[Depends('testAssertReturn595')]
+ public function testAssertReturn596(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63500']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 691,
+ );
+ }
+
+ #[Depends('testAssertReturn596')]
+ public function testAssertReturn597(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63699']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 692,
+ );
+ }
+
+ #[Depends('testAssertReturn597')]
+ public function testAssertReturn598(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63898']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 693,
+ );
+ }
+
+ #[Depends('testAssertReturn598')]
+ public function testAssertReturn599(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64097']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 694,
+ );
+ }
+
+ #[Depends('testAssertReturn599')]
+ public function testAssertReturn600(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64296']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 695,
+ );
+ }
+
+ #[Depends('testAssertReturn600')]
+ public function testAssertReturn601(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64495']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 696,
+ );
+ }
+
+ #[Depends('testAssertReturn601')]
+ public function testAssertReturn602(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64694']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 697,
+ );
+ }
+
+ #[Depends('testAssertReturn602')]
+ public function testAssertReturn603(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64893']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 698,
+ );
+ }
+
+ #[Depends('testAssertReturn603')]
+ public function testAssertReturn604(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65092']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 699,
+ );
+ }
+
+ #[Depends('testAssertReturn604')]
+ public function testAssertReturn605(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65291']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 700,
+ );
+ }
+
+ #[Depends('testAssertReturn605')]
+ public function testAssertReturn606(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65490']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 701,
+ );
+ }
+
+ #[Depends('testAssertReturn606')]
+ public function testModule607(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.9.wasm',
+ name: null,
+ line: 703,
+ );
+ }
+
+ #[Depends('testModule607')]
+ public function testAssertTrap608(): void
+ {
+ $this->runAssertTrapCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'run', 'args' => [['type' => 'i32', 'value' => '65515'], ['type' => 'i32', 'value' => '0'], ['type' => 'i32', 'value' => '39']]],
+ text: 'out of bounds memory access',
+ line: 711,
+ );
+ }
+
+ #[Depends('testAssertTrap608')]
+ public function testAssertReturn609(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '0']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 714,
+ );
+ }
+
+ #[Depends('testAssertReturn609')]
+ public function testAssertReturn610(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 715,
+ );
+ }
+
+ #[Depends('testAssertReturn610')]
+ public function testAssertReturn611(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2']]],
+ expected: [['type' => 'i32', 'value' => '2']],
+ line: 716,
+ );
+ }
+
+ #[Depends('testAssertReturn611')]
+ public function testAssertReturn612(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 717,
+ );
+ }
+
+ #[Depends('testAssertReturn612')]
+ public function testAssertReturn613(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4']]],
+ expected: [['type' => 'i32', 'value' => '4']],
+ line: 718,
+ );
+ }
+
+ #[Depends('testAssertReturn613')]
+ public function testAssertReturn614(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5']]],
+ expected: [['type' => 'i32', 'value' => '5']],
+ line: 719,
+ );
+ }
+
+ #[Depends('testAssertReturn614')]
+ public function testAssertReturn615(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6']]],
+ expected: [['type' => 'i32', 'value' => '6']],
+ line: 720,
+ );
+ }
+
+ #[Depends('testAssertReturn615')]
+ public function testAssertReturn616(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7']]],
+ expected: [['type' => 'i32', 'value' => '7']],
+ line: 721,
+ );
+ }
+
+ #[Depends('testAssertReturn616')]
+ public function testAssertReturn617(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8']]],
+ expected: [['type' => 'i32', 'value' => '8']],
+ line: 722,
+ );
+ }
+
+ #[Depends('testAssertReturn617')]
+ public function testAssertReturn618(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9']]],
+ expected: [['type' => 'i32', 'value' => '9']],
+ line: 723,
+ );
+ }
+
+ #[Depends('testAssertReturn618')]
+ public function testAssertReturn619(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10']]],
+ expected: [['type' => 'i32', 'value' => '10']],
+ line: 724,
+ );
+ }
+
+ #[Depends('testAssertReturn619')]
+ public function testAssertReturn620(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11']]],
+ expected: [['type' => 'i32', 'value' => '11']],
+ line: 725,
+ );
+ }
+
+ #[Depends('testAssertReturn620')]
+ public function testAssertReturn621(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12']]],
+ expected: [['type' => 'i32', 'value' => '12']],
+ line: 726,
+ );
+ }
+
+ #[Depends('testAssertReturn621')]
+ public function testAssertReturn622(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13']]],
+ expected: [['type' => 'i32', 'value' => '13']],
+ line: 727,
+ );
+ }
+
+ #[Depends('testAssertReturn622')]
+ public function testAssertReturn623(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14']]],
+ expected: [['type' => 'i32', 'value' => '14']],
+ line: 728,
+ );
+ }
+
+ #[Depends('testAssertReturn623')]
+ public function testAssertReturn624(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15']]],
+ expected: [['type' => 'i32', 'value' => '15']],
+ line: 729,
+ );
+ }
+
+ #[Depends('testAssertReturn624')]
+ public function testAssertReturn625(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16']]],
+ expected: [['type' => 'i32', 'value' => '16']],
+ line: 730,
+ );
+ }
+
+ #[Depends('testAssertReturn625')]
+ public function testAssertReturn626(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17']]],
+ expected: [['type' => 'i32', 'value' => '17']],
+ line: 731,
+ );
+ }
+
+ #[Depends('testAssertReturn626')]
+ public function testAssertReturn627(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18']]],
+ expected: [['type' => 'i32', 'value' => '18']],
+ line: 732,
+ );
+ }
+
+ #[Depends('testAssertReturn627')]
+ public function testAssertReturn628(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19']]],
+ expected: [['type' => 'i32', 'value' => '19']],
+ line: 733,
+ );
+ }
+
+ #[Depends('testAssertReturn628')]
+ public function testAssertReturn629(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20']]],
+ expected: [['type' => 'i32', 'value' => '20']],
+ line: 734,
+ );
+ }
+
+ #[Depends('testAssertReturn629')]
+ public function testAssertReturn630(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '219']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 735,
+ );
+ }
+
+ #[Depends('testAssertReturn630')]
+ public function testAssertReturn631(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '418']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 736,
+ );
+ }
+
+ #[Depends('testAssertReturn631')]
+ public function testAssertReturn632(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '617']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 737,
+ );
+ }
+
+ #[Depends('testAssertReturn632')]
+ public function testAssertReturn633(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '816']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 738,
+ );
+ }
+
+ #[Depends('testAssertReturn633')]
+ public function testAssertReturn634(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1015']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 739,
+ );
+ }
+
+ #[Depends('testAssertReturn634')]
+ public function testAssertReturn635(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1214']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 740,
+ );
+ }
+
+ #[Depends('testAssertReturn635')]
+ public function testAssertReturn636(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1413']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 741,
+ );
+ }
+
+ #[Depends('testAssertReturn636')]
+ public function testAssertReturn637(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1612']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 742,
+ );
+ }
+
+ #[Depends('testAssertReturn637')]
+ public function testAssertReturn638(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1811']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 743,
+ );
+ }
+
+ #[Depends('testAssertReturn638')]
+ public function testAssertReturn639(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2010']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 744,
+ );
+ }
+
+ #[Depends('testAssertReturn639')]
+ public function testAssertReturn640(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2209']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 745,
+ );
+ }
+
+ #[Depends('testAssertReturn640')]
+ public function testAssertReturn641(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2408']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 746,
+ );
+ }
+
+ #[Depends('testAssertReturn641')]
+ public function testAssertReturn642(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2607']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 747,
+ );
+ }
+
+ #[Depends('testAssertReturn642')]
+ public function testAssertReturn643(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2806']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 748,
+ );
+ }
+
+ #[Depends('testAssertReturn643')]
+ public function testAssertReturn644(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3005']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 749,
+ );
+ }
+
+ #[Depends('testAssertReturn644')]
+ public function testAssertReturn645(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3204']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 750,
+ );
+ }
+
+ #[Depends('testAssertReturn645')]
+ public function testAssertReturn646(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3403']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 751,
+ );
+ }
+
+ #[Depends('testAssertReturn646')]
+ public function testAssertReturn647(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3602']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 752,
+ );
+ }
+
+ #[Depends('testAssertReturn647')]
+ public function testAssertReturn648(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3801']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 753,
+ );
+ }
+
+ #[Depends('testAssertReturn648')]
+ public function testAssertReturn649(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4000']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 754,
+ );
+ }
+
+ #[Depends('testAssertReturn649')]
+ public function testAssertReturn650(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4199']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 755,
+ );
+ }
+
+ #[Depends('testAssertReturn650')]
+ public function testAssertReturn651(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4398']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 756,
+ );
+ }
+
+ #[Depends('testAssertReturn651')]
+ public function testAssertReturn652(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4597']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 757,
+ );
+ }
+
+ #[Depends('testAssertReturn652')]
+ public function testAssertReturn653(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4796']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 758,
+ );
+ }
+
+ #[Depends('testAssertReturn653')]
+ public function testAssertReturn654(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4995']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 759,
+ );
+ }
+
+ #[Depends('testAssertReturn654')]
+ public function testAssertReturn655(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5194']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 760,
+ );
+ }
+
+ #[Depends('testAssertReturn655')]
+ public function testAssertReturn656(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5393']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 761,
+ );
+ }
+
+ #[Depends('testAssertReturn656')]
+ public function testAssertReturn657(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5592']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 762,
+ );
+ }
+
+ #[Depends('testAssertReturn657')]
+ public function testAssertReturn658(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5791']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 763,
+ );
+ }
+
+ #[Depends('testAssertReturn658')]
+ public function testAssertReturn659(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5990']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 764,
+ );
+ }
+
+ #[Depends('testAssertReturn659')]
+ public function testAssertReturn660(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6189']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 765,
+ );
+ }
+
+ #[Depends('testAssertReturn660')]
+ public function testAssertReturn661(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6388']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 766,
+ );
+ }
+
+ #[Depends('testAssertReturn661')]
+ public function testAssertReturn662(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6587']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 767,
+ );
+ }
+
+ #[Depends('testAssertReturn662')]
+ public function testAssertReturn663(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6786']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 768,
+ );
+ }
+
+ #[Depends('testAssertReturn663')]
+ public function testAssertReturn664(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6985']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 769,
+ );
+ }
+
+ #[Depends('testAssertReturn664')]
+ public function testAssertReturn665(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7184']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 770,
+ );
+ }
+
+ #[Depends('testAssertReturn665')]
+ public function testAssertReturn666(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7383']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 771,
+ );
+ }
+
+ #[Depends('testAssertReturn666')]
+ public function testAssertReturn667(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7582']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 772,
+ );
+ }
+
+ #[Depends('testAssertReturn667')]
+ public function testAssertReturn668(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7781']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 773,
+ );
+ }
+
+ #[Depends('testAssertReturn668')]
+ public function testAssertReturn669(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7980']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 774,
+ );
+ }
+
+ #[Depends('testAssertReturn669')]
+ public function testAssertReturn670(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8179']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 775,
+ );
+ }
+
+ #[Depends('testAssertReturn670')]
+ public function testAssertReturn671(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8378']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 776,
+ );
+ }
+
+ #[Depends('testAssertReturn671')]
+ public function testAssertReturn672(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8577']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 777,
+ );
+ }
+
+ #[Depends('testAssertReturn672')]
+ public function testAssertReturn673(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8776']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 778,
+ );
+ }
+
+ #[Depends('testAssertReturn673')]
+ public function testAssertReturn674(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8975']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 779,
+ );
+ }
+
+ #[Depends('testAssertReturn674')]
+ public function testAssertReturn675(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9174']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 780,
+ );
+ }
+
+ #[Depends('testAssertReturn675')]
+ public function testAssertReturn676(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9373']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 781,
+ );
+ }
+
+ #[Depends('testAssertReturn676')]
+ public function testAssertReturn677(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9572']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 782,
+ );
+ }
+
+ #[Depends('testAssertReturn677')]
+ public function testAssertReturn678(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9771']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 783,
+ );
+ }
+
+ #[Depends('testAssertReturn678')]
+ public function testAssertReturn679(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9970']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 784,
+ );
+ }
+
+ #[Depends('testAssertReturn679')]
+ public function testAssertReturn680(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10169']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 785,
+ );
+ }
+
+ #[Depends('testAssertReturn680')]
+ public function testAssertReturn681(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10368']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 786,
+ );
+ }
+
+ #[Depends('testAssertReturn681')]
+ public function testAssertReturn682(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10567']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 787,
+ );
+ }
+
+ #[Depends('testAssertReturn682')]
+ public function testAssertReturn683(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10766']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 788,
+ );
+ }
+
+ #[Depends('testAssertReturn683')]
+ public function testAssertReturn684(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10965']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 789,
+ );
+ }
+
+ #[Depends('testAssertReturn684')]
+ public function testAssertReturn685(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11164']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 790,
+ );
+ }
+
+ #[Depends('testAssertReturn685')]
+ public function testAssertReturn686(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11363']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 791,
+ );
+ }
+
+ #[Depends('testAssertReturn686')]
+ public function testAssertReturn687(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11562']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 792,
+ );
+ }
+
+ #[Depends('testAssertReturn687')]
+ public function testAssertReturn688(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11761']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 793,
+ );
+ }
+
+ #[Depends('testAssertReturn688')]
+ public function testAssertReturn689(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11960']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 794,
+ );
+ }
+
+ #[Depends('testAssertReturn689')]
+ public function testAssertReturn690(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12159']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 795,
+ );
+ }
+
+ #[Depends('testAssertReturn690')]
+ public function testAssertReturn691(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12358']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 796,
+ );
+ }
+
+ #[Depends('testAssertReturn691')]
+ public function testAssertReturn692(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12557']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 797,
+ );
+ }
+
+ #[Depends('testAssertReturn692')]
+ public function testAssertReturn693(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12756']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 798,
+ );
+ }
+
+ #[Depends('testAssertReturn693')]
+ public function testAssertReturn694(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12955']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 799,
+ );
+ }
+
+ #[Depends('testAssertReturn694')]
+ public function testAssertReturn695(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13154']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 800,
+ );
+ }
+
+ #[Depends('testAssertReturn695')]
+ public function testAssertReturn696(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13353']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 801,
+ );
+ }
+
+ #[Depends('testAssertReturn696')]
+ public function testAssertReturn697(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13552']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 802,
+ );
+ }
+
+ #[Depends('testAssertReturn697')]
+ public function testAssertReturn698(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13751']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 803,
+ );
+ }
+
+ #[Depends('testAssertReturn698')]
+ public function testAssertReturn699(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13950']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 804,
+ );
+ }
+
+ #[Depends('testAssertReturn699')]
+ public function testAssertReturn700(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14149']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 805,
+ );
+ }
+
+ #[Depends('testAssertReturn700')]
+ public function testAssertReturn701(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14348']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 806,
+ );
+ }
+
+ #[Depends('testAssertReturn701')]
+ public function testAssertReturn702(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14547']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 807,
+ );
+ }
+
+ #[Depends('testAssertReturn702')]
+ public function testAssertReturn703(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14746']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 808,
+ );
+ }
+
+ #[Depends('testAssertReturn703')]
+ public function testAssertReturn704(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14945']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 809,
+ );
+ }
+
+ #[Depends('testAssertReturn704')]
+ public function testAssertReturn705(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15144']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 810,
+ );
+ }
+
+ #[Depends('testAssertReturn705')]
+ public function testAssertReturn706(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15343']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 811,
+ );
+ }
+
+ #[Depends('testAssertReturn706')]
+ public function testAssertReturn707(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15542']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 812,
+ );
+ }
+
+ #[Depends('testAssertReturn707')]
+ public function testAssertReturn708(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15741']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 813,
+ );
+ }
+
+ #[Depends('testAssertReturn708')]
+ public function testAssertReturn709(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15940']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 814,
+ );
+ }
+
+ #[Depends('testAssertReturn709')]
+ public function testAssertReturn710(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16139']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 815,
+ );
+ }
+
+ #[Depends('testAssertReturn710')]
+ public function testAssertReturn711(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16338']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 816,
+ );
+ }
+
+ #[Depends('testAssertReturn711')]
+ public function testAssertReturn712(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16537']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 817,
+ );
+ }
+
+ #[Depends('testAssertReturn712')]
+ public function testAssertReturn713(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16736']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 818,
+ );
+ }
+
+ #[Depends('testAssertReturn713')]
+ public function testAssertReturn714(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16935']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 819,
+ );
+ }
+
+ #[Depends('testAssertReturn714')]
+ public function testAssertReturn715(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17134']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 820,
+ );
+ }
+
+ #[Depends('testAssertReturn715')]
+ public function testAssertReturn716(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17333']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 821,
+ );
+ }
+
+ #[Depends('testAssertReturn716')]
+ public function testAssertReturn717(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17532']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 822,
+ );
+ }
+
+ #[Depends('testAssertReturn717')]
+ public function testAssertReturn718(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17731']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 823,
+ );
+ }
+
+ #[Depends('testAssertReturn718')]
+ public function testAssertReturn719(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17930']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 824,
+ );
+ }
+
+ #[Depends('testAssertReturn719')]
+ public function testAssertReturn720(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18129']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 825,
+ );
+ }
+
+ #[Depends('testAssertReturn720')]
+ public function testAssertReturn721(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18328']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 826,
+ );
+ }
+
+ #[Depends('testAssertReturn721')]
+ public function testAssertReturn722(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18527']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 827,
+ );
+ }
+
+ #[Depends('testAssertReturn722')]
+ public function testAssertReturn723(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18726']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 828,
+ );
+ }
+
+ #[Depends('testAssertReturn723')]
+ public function testAssertReturn724(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18925']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 829,
+ );
+ }
+
+ #[Depends('testAssertReturn724')]
+ public function testAssertReturn725(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19124']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 830,
+ );
+ }
+
+ #[Depends('testAssertReturn725')]
+ public function testAssertReturn726(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19323']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 831,
+ );
+ }
+
+ #[Depends('testAssertReturn726')]
+ public function testAssertReturn727(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19522']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 832,
+ );
+ }
+
+ #[Depends('testAssertReturn727')]
+ public function testAssertReturn728(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19721']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 833,
+ );
+ }
+
+ #[Depends('testAssertReturn728')]
+ public function testAssertReturn729(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19920']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 834,
+ );
+ }
+
+ #[Depends('testAssertReturn729')]
+ public function testAssertReturn730(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20119']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 835,
+ );
+ }
+
+ #[Depends('testAssertReturn730')]
+ public function testAssertReturn731(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20318']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 836,
+ );
+ }
+
+ #[Depends('testAssertReturn731')]
+ public function testAssertReturn732(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20517']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 837,
+ );
+ }
+
+ #[Depends('testAssertReturn732')]
+ public function testAssertReturn733(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20716']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 838,
+ );
+ }
+
+ #[Depends('testAssertReturn733')]
+ public function testAssertReturn734(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20915']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 839,
+ );
+ }
+
+ #[Depends('testAssertReturn734')]
+ public function testAssertReturn735(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21114']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 840,
+ );
+ }
+
+ #[Depends('testAssertReturn735')]
+ public function testAssertReturn736(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21313']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 841,
+ );
+ }
+
+ #[Depends('testAssertReturn736')]
+ public function testAssertReturn737(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21512']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 842,
+ );
+ }
+
+ #[Depends('testAssertReturn737')]
+ public function testAssertReturn738(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21711']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 843,
+ );
+ }
+
+ #[Depends('testAssertReturn738')]
+ public function testAssertReturn739(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21910']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 844,
+ );
+ }
+
+ #[Depends('testAssertReturn739')]
+ public function testAssertReturn740(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22109']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 845,
+ );
+ }
+
+ #[Depends('testAssertReturn740')]
+ public function testAssertReturn741(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22308']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 846,
+ );
+ }
+
+ #[Depends('testAssertReturn741')]
+ public function testAssertReturn742(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22507']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 847,
+ );
+ }
+
+ #[Depends('testAssertReturn742')]
+ public function testAssertReturn743(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22706']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 848,
+ );
+ }
+
+ #[Depends('testAssertReturn743')]
+ public function testAssertReturn744(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22905']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 849,
+ );
+ }
+
+ #[Depends('testAssertReturn744')]
+ public function testAssertReturn745(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23104']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 850,
+ );
+ }
+
+ #[Depends('testAssertReturn745')]
+ public function testAssertReturn746(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23303']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 851,
+ );
+ }
+
+ #[Depends('testAssertReturn746')]
+ public function testAssertReturn747(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23502']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 852,
+ );
+ }
+
+ #[Depends('testAssertReturn747')]
+ public function testAssertReturn748(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23701']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 853,
+ );
+ }
+
+ #[Depends('testAssertReturn748')]
+ public function testAssertReturn749(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23900']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 854,
+ );
+ }
+
+ #[Depends('testAssertReturn749')]
+ public function testAssertReturn750(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24099']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 855,
+ );
+ }
+
+ #[Depends('testAssertReturn750')]
+ public function testAssertReturn751(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24298']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 856,
+ );
+ }
+
+ #[Depends('testAssertReturn751')]
+ public function testAssertReturn752(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24497']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 857,
+ );
+ }
+
+ #[Depends('testAssertReturn752')]
+ public function testAssertReturn753(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24696']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 858,
+ );
+ }
+
+ #[Depends('testAssertReturn753')]
+ public function testAssertReturn754(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24895']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 859,
+ );
+ }
+
+ #[Depends('testAssertReturn754')]
+ public function testAssertReturn755(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25094']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 860,
+ );
+ }
+
+ #[Depends('testAssertReturn755')]
+ public function testAssertReturn756(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25293']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 861,
+ );
+ }
+
+ #[Depends('testAssertReturn756')]
+ public function testAssertReturn757(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25492']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 862,
+ );
+ }
+
+ #[Depends('testAssertReturn757')]
+ public function testAssertReturn758(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25691']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 863,
+ );
+ }
+
+ #[Depends('testAssertReturn758')]
+ public function testAssertReturn759(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25890']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 864,
+ );
+ }
+
+ #[Depends('testAssertReturn759')]
+ public function testAssertReturn760(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26089']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 865,
+ );
+ }
+
+ #[Depends('testAssertReturn760')]
+ public function testAssertReturn761(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26288']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 866,
+ );
+ }
+
+ #[Depends('testAssertReturn761')]
+ public function testAssertReturn762(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26487']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 867,
+ );
+ }
+
+ #[Depends('testAssertReturn762')]
+ public function testAssertReturn763(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26686']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 868,
+ );
+ }
+
+ #[Depends('testAssertReturn763')]
+ public function testAssertReturn764(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26885']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 869,
+ );
+ }
+
+ #[Depends('testAssertReturn764')]
+ public function testAssertReturn765(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27084']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 870,
+ );
+ }
+
+ #[Depends('testAssertReturn765')]
+ public function testAssertReturn766(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27283']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 871,
+ );
+ }
+
+ #[Depends('testAssertReturn766')]
+ public function testAssertReturn767(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27482']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 872,
+ );
+ }
+
+ #[Depends('testAssertReturn767')]
+ public function testAssertReturn768(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27681']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 873,
+ );
+ }
+
+ #[Depends('testAssertReturn768')]
+ public function testAssertReturn769(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27880']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 874,
+ );
+ }
+
+ #[Depends('testAssertReturn769')]
+ public function testAssertReturn770(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28079']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 875,
+ );
+ }
+
+ #[Depends('testAssertReturn770')]
+ public function testAssertReturn771(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28278']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 876,
+ );
+ }
+
+ #[Depends('testAssertReturn771')]
+ public function testAssertReturn772(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28477']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 877,
+ );
+ }
+
+ #[Depends('testAssertReturn772')]
+ public function testAssertReturn773(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28676']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 878,
+ );
+ }
+
+ #[Depends('testAssertReturn773')]
+ public function testAssertReturn774(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28875']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 879,
+ );
+ }
+
+ #[Depends('testAssertReturn774')]
+ public function testAssertReturn775(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29074']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 880,
+ );
+ }
+
+ #[Depends('testAssertReturn775')]
+ public function testAssertReturn776(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29273']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 881,
+ );
+ }
+
+ #[Depends('testAssertReturn776')]
+ public function testAssertReturn777(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29472']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 882,
+ );
+ }
+
+ #[Depends('testAssertReturn777')]
+ public function testAssertReturn778(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29671']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 883,
+ );
+ }
+
+ #[Depends('testAssertReturn778')]
+ public function testAssertReturn779(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29870']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 884,
+ );
+ }
+
+ #[Depends('testAssertReturn779')]
+ public function testAssertReturn780(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30069']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 885,
+ );
+ }
+
+ #[Depends('testAssertReturn780')]
+ public function testAssertReturn781(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30268']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 886,
+ );
+ }
+
+ #[Depends('testAssertReturn781')]
+ public function testAssertReturn782(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30467']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 887,
+ );
+ }
+
+ #[Depends('testAssertReturn782')]
+ public function testAssertReturn783(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30666']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 888,
+ );
+ }
+
+ #[Depends('testAssertReturn783')]
+ public function testAssertReturn784(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30865']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 889,
+ );
+ }
+
+ #[Depends('testAssertReturn784')]
+ public function testAssertReturn785(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31064']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 890,
+ );
+ }
+
+ #[Depends('testAssertReturn785')]
+ public function testAssertReturn786(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31263']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 891,
+ );
+ }
+
+ #[Depends('testAssertReturn786')]
+ public function testAssertReturn787(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31462']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 892,
+ );
+ }
+
+ #[Depends('testAssertReturn787')]
+ public function testAssertReturn788(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31661']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 893,
+ );
+ }
+
+ #[Depends('testAssertReturn788')]
+ public function testAssertReturn789(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31860']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 894,
+ );
+ }
+
+ #[Depends('testAssertReturn789')]
+ public function testAssertReturn790(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32059']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 895,
+ );
+ }
+
+ #[Depends('testAssertReturn790')]
+ public function testAssertReturn791(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32258']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 896,
+ );
+ }
+
+ #[Depends('testAssertReturn791')]
+ public function testAssertReturn792(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32457']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 897,
+ );
+ }
+
+ #[Depends('testAssertReturn792')]
+ public function testAssertReturn793(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32656']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 898,
+ );
+ }
+
+ #[Depends('testAssertReturn793')]
+ public function testAssertReturn794(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32855']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 899,
+ );
+ }
+
+ #[Depends('testAssertReturn794')]
+ public function testAssertReturn795(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33054']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 900,
+ );
+ }
+
+ #[Depends('testAssertReturn795')]
+ public function testAssertReturn796(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33253']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 901,
+ );
+ }
+
+ #[Depends('testAssertReturn796')]
+ public function testAssertReturn797(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33452']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 902,
+ );
+ }
+
+ #[Depends('testAssertReturn797')]
+ public function testAssertReturn798(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33651']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 903,
+ );
+ }
+
+ #[Depends('testAssertReturn798')]
+ public function testAssertReturn799(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33850']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 904,
+ );
+ }
+
+ #[Depends('testAssertReturn799')]
+ public function testAssertReturn800(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34049']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 905,
+ );
+ }
+
+ #[Depends('testAssertReturn800')]
+ public function testAssertReturn801(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34248']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 906,
+ );
+ }
+
+ #[Depends('testAssertReturn801')]
+ public function testAssertReturn802(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34447']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 907,
+ );
+ }
+
+ #[Depends('testAssertReturn802')]
+ public function testAssertReturn803(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34646']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 908,
+ );
+ }
+
+ #[Depends('testAssertReturn803')]
+ public function testAssertReturn804(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34845']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 909,
+ );
+ }
+
+ #[Depends('testAssertReturn804')]
+ public function testAssertReturn805(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35044']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 910,
+ );
+ }
+
+ #[Depends('testAssertReturn805')]
+ public function testAssertReturn806(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35243']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 911,
+ );
+ }
+
+ #[Depends('testAssertReturn806')]
+ public function testAssertReturn807(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35442']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 912,
+ );
+ }
+
+ #[Depends('testAssertReturn807')]
+ public function testAssertReturn808(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35641']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 913,
+ );
+ }
+
+ #[Depends('testAssertReturn808')]
+ public function testAssertReturn809(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35840']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 914,
+ );
+ }
+
+ #[Depends('testAssertReturn809')]
+ public function testAssertReturn810(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36039']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 915,
+ );
+ }
+
+ #[Depends('testAssertReturn810')]
+ public function testAssertReturn811(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36238']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 916,
+ );
+ }
+
+ #[Depends('testAssertReturn811')]
+ public function testAssertReturn812(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36437']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 917,
+ );
+ }
+
+ #[Depends('testAssertReturn812')]
+ public function testAssertReturn813(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36636']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 918,
+ );
+ }
+
+ #[Depends('testAssertReturn813')]
+ public function testAssertReturn814(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36835']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 919,
+ );
+ }
+
+ #[Depends('testAssertReturn814')]
+ public function testAssertReturn815(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37034']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 920,
+ );
+ }
+
+ #[Depends('testAssertReturn815')]
+ public function testAssertReturn816(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37233']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 921,
+ );
+ }
+
+ #[Depends('testAssertReturn816')]
+ public function testAssertReturn817(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37432']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 922,
+ );
+ }
+
+ #[Depends('testAssertReturn817')]
+ public function testAssertReturn818(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37631']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 923,
+ );
+ }
+
+ #[Depends('testAssertReturn818')]
+ public function testAssertReturn819(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37830']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 924,
+ );
+ }
+
+ #[Depends('testAssertReturn819')]
+ public function testAssertReturn820(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38029']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 925,
+ );
+ }
+
+ #[Depends('testAssertReturn820')]
+ public function testAssertReturn821(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38228']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 926,
+ );
+ }
+
+ #[Depends('testAssertReturn821')]
+ public function testAssertReturn822(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38427']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 927,
+ );
+ }
+
+ #[Depends('testAssertReturn822')]
+ public function testAssertReturn823(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38626']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 928,
+ );
+ }
+
+ #[Depends('testAssertReturn823')]
+ public function testAssertReturn824(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38825']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 929,
+ );
+ }
+
+ #[Depends('testAssertReturn824')]
+ public function testAssertReturn825(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39024']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 930,
+ );
+ }
+
+ #[Depends('testAssertReturn825')]
+ public function testAssertReturn826(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39223']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 931,
+ );
+ }
+
+ #[Depends('testAssertReturn826')]
+ public function testAssertReturn827(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39422']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 932,
+ );
+ }
+
+ #[Depends('testAssertReturn827')]
+ public function testAssertReturn828(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39621']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 933,
+ );
+ }
+
+ #[Depends('testAssertReturn828')]
+ public function testAssertReturn829(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39820']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 934,
+ );
+ }
+
+ #[Depends('testAssertReturn829')]
+ public function testAssertReturn830(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40019']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 935,
+ );
+ }
+
+ #[Depends('testAssertReturn830')]
+ public function testAssertReturn831(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40218']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 936,
+ );
+ }
+
+ #[Depends('testAssertReturn831')]
+ public function testAssertReturn832(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40417']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 937,
+ );
+ }
+
+ #[Depends('testAssertReturn832')]
+ public function testAssertReturn833(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40616']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 938,
+ );
+ }
+
+ #[Depends('testAssertReturn833')]
+ public function testAssertReturn834(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40815']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 939,
+ );
+ }
+
+ #[Depends('testAssertReturn834')]
+ public function testAssertReturn835(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41014']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 940,
+ );
+ }
+
+ #[Depends('testAssertReturn835')]
+ public function testAssertReturn836(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41213']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 941,
+ );
+ }
+
+ #[Depends('testAssertReturn836')]
+ public function testAssertReturn837(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41412']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 942,
+ );
+ }
+
+ #[Depends('testAssertReturn837')]
+ public function testAssertReturn838(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41611']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 943,
+ );
+ }
+
+ #[Depends('testAssertReturn838')]
+ public function testAssertReturn839(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41810']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 944,
+ );
+ }
+
+ #[Depends('testAssertReturn839')]
+ public function testAssertReturn840(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42009']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 945,
+ );
+ }
+
+ #[Depends('testAssertReturn840')]
+ public function testAssertReturn841(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42208']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 946,
+ );
+ }
+
+ #[Depends('testAssertReturn841')]
+ public function testAssertReturn842(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42407']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 947,
+ );
+ }
+
+ #[Depends('testAssertReturn842')]
+ public function testAssertReturn843(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42606']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 948,
+ );
+ }
+
+ #[Depends('testAssertReturn843')]
+ public function testAssertReturn844(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42805']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 949,
+ );
+ }
+
+ #[Depends('testAssertReturn844')]
+ public function testAssertReturn845(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43004']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 950,
+ );
+ }
+
+ #[Depends('testAssertReturn845')]
+ public function testAssertReturn846(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43203']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 951,
+ );
+ }
+
+ #[Depends('testAssertReturn846')]
+ public function testAssertReturn847(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43402']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 952,
+ );
+ }
+
+ #[Depends('testAssertReturn847')]
+ public function testAssertReturn848(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43601']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 953,
+ );
+ }
+
+ #[Depends('testAssertReturn848')]
+ public function testAssertReturn849(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43800']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 954,
+ );
+ }
+
+ #[Depends('testAssertReturn849')]
+ public function testAssertReturn850(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43999']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 955,
+ );
+ }
+
+ #[Depends('testAssertReturn850')]
+ public function testAssertReturn851(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44198']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 956,
+ );
+ }
+
+ #[Depends('testAssertReturn851')]
+ public function testAssertReturn852(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44397']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 957,
+ );
+ }
+
+ #[Depends('testAssertReturn852')]
+ public function testAssertReturn853(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44596']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 958,
+ );
+ }
+
+ #[Depends('testAssertReturn853')]
+ public function testAssertReturn854(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44795']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 959,
+ );
+ }
+
+ #[Depends('testAssertReturn854')]
+ public function testAssertReturn855(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44994']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 960,
+ );
+ }
+
+ #[Depends('testAssertReturn855')]
+ public function testAssertReturn856(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45193']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 961,
+ );
+ }
+
+ #[Depends('testAssertReturn856')]
+ public function testAssertReturn857(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45392']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 962,
+ );
+ }
+
+ #[Depends('testAssertReturn857')]
+ public function testAssertReturn858(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45591']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 963,
+ );
+ }
+
+ #[Depends('testAssertReturn858')]
+ public function testAssertReturn859(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45790']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 964,
+ );
+ }
+
+ #[Depends('testAssertReturn859')]
+ public function testAssertReturn860(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45989']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 965,
+ );
+ }
+
+ #[Depends('testAssertReturn860')]
+ public function testAssertReturn861(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46188']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 966,
+ );
+ }
+
+ #[Depends('testAssertReturn861')]
+ public function testAssertReturn862(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46387']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 967,
+ );
+ }
+
+ #[Depends('testAssertReturn862')]
+ public function testAssertReturn863(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46586']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 968,
+ );
+ }
+
+ #[Depends('testAssertReturn863')]
+ public function testAssertReturn864(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46785']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 969,
+ );
+ }
+
+ #[Depends('testAssertReturn864')]
+ public function testAssertReturn865(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46984']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 970,
+ );
+ }
+
+ #[Depends('testAssertReturn865')]
+ public function testAssertReturn866(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47183']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 971,
+ );
+ }
+
+ #[Depends('testAssertReturn866')]
+ public function testAssertReturn867(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47382']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 972,
+ );
+ }
+
+ #[Depends('testAssertReturn867')]
+ public function testAssertReturn868(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47581']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 973,
+ );
+ }
+
+ #[Depends('testAssertReturn868')]
+ public function testAssertReturn869(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47780']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 974,
+ );
+ }
+
+ #[Depends('testAssertReturn869')]
+ public function testAssertReturn870(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47979']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 975,
+ );
+ }
+
+ #[Depends('testAssertReturn870')]
+ public function testAssertReturn871(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48178']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 976,
+ );
+ }
+
+ #[Depends('testAssertReturn871')]
+ public function testAssertReturn872(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48377']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 977,
+ );
+ }
+
+ #[Depends('testAssertReturn872')]
+ public function testAssertReturn873(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48576']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 978,
+ );
+ }
+
+ #[Depends('testAssertReturn873')]
+ public function testAssertReturn874(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48775']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 979,
+ );
+ }
+
+ #[Depends('testAssertReturn874')]
+ public function testAssertReturn875(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48974']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 980,
+ );
+ }
+
+ #[Depends('testAssertReturn875')]
+ public function testAssertReturn876(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49173']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 981,
+ );
+ }
+
+ #[Depends('testAssertReturn876')]
+ public function testAssertReturn877(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49372']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 982,
+ );
+ }
+
+ #[Depends('testAssertReturn877')]
+ public function testAssertReturn878(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49571']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 983,
+ );
+ }
+
+ #[Depends('testAssertReturn878')]
+ public function testAssertReturn879(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49770']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 984,
+ );
+ }
+
+ #[Depends('testAssertReturn879')]
+ public function testAssertReturn880(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49969']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 985,
+ );
+ }
+
+ #[Depends('testAssertReturn880')]
+ public function testAssertReturn881(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50168']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 986,
+ );
+ }
+
+ #[Depends('testAssertReturn881')]
+ public function testAssertReturn882(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50367']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 987,
+ );
+ }
+
+ #[Depends('testAssertReturn882')]
+ public function testAssertReturn883(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50566']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 988,
+ );
+ }
+
+ #[Depends('testAssertReturn883')]
+ public function testAssertReturn884(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50765']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 989,
+ );
+ }
+
+ #[Depends('testAssertReturn884')]
+ public function testAssertReturn885(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50964']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 990,
+ );
+ }
+
+ #[Depends('testAssertReturn885')]
+ public function testAssertReturn886(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51163']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 991,
+ );
+ }
+
+ #[Depends('testAssertReturn886')]
+ public function testAssertReturn887(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51362']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 992,
+ );
+ }
+
+ #[Depends('testAssertReturn887')]
+ public function testAssertReturn888(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51561']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 993,
+ );
+ }
+
+ #[Depends('testAssertReturn888')]
+ public function testAssertReturn889(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51760']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 994,
+ );
+ }
+
+ #[Depends('testAssertReturn889')]
+ public function testAssertReturn890(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51959']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 995,
+ );
+ }
+
+ #[Depends('testAssertReturn890')]
+ public function testAssertReturn891(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52158']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 996,
+ );
+ }
+
+ #[Depends('testAssertReturn891')]
+ public function testAssertReturn892(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52357']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 997,
+ );
+ }
+
+ #[Depends('testAssertReturn892')]
+ public function testAssertReturn893(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52556']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 998,
+ );
+ }
+
+ #[Depends('testAssertReturn893')]
+ public function testAssertReturn894(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52755']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 999,
+ );
+ }
+
+ #[Depends('testAssertReturn894')]
+ public function testAssertReturn895(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52954']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1000,
+ );
+ }
+
+ #[Depends('testAssertReturn895')]
+ public function testAssertReturn896(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53153']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1001,
+ );
+ }
+
+ #[Depends('testAssertReturn896')]
+ public function testAssertReturn897(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53352']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1002,
+ );
+ }
+
+ #[Depends('testAssertReturn897')]
+ public function testAssertReturn898(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53551']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1003,
+ );
+ }
+
+ #[Depends('testAssertReturn898')]
+ public function testAssertReturn899(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53750']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1004,
+ );
+ }
+
+ #[Depends('testAssertReturn899')]
+ public function testAssertReturn900(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53949']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1005,
+ );
+ }
+
+ #[Depends('testAssertReturn900')]
+ public function testAssertReturn901(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54148']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1006,
+ );
+ }
+
+ #[Depends('testAssertReturn901')]
+ public function testAssertReturn902(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54347']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1007,
+ );
+ }
+
+ #[Depends('testAssertReturn902')]
+ public function testAssertReturn903(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54546']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1008,
+ );
+ }
+
+ #[Depends('testAssertReturn903')]
+ public function testAssertReturn904(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54745']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1009,
+ );
+ }
+
+ #[Depends('testAssertReturn904')]
+ public function testAssertReturn905(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54944']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1010,
+ );
+ }
+
+ #[Depends('testAssertReturn905')]
+ public function testAssertReturn906(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55143']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1011,
+ );
+ }
+
+ #[Depends('testAssertReturn906')]
+ public function testAssertReturn907(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55342']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1012,
+ );
+ }
+
+ #[Depends('testAssertReturn907')]
+ public function testAssertReturn908(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55541']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1013,
+ );
+ }
+
+ #[Depends('testAssertReturn908')]
+ public function testAssertReturn909(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55740']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1014,
+ );
+ }
+
+ #[Depends('testAssertReturn909')]
+ public function testAssertReturn910(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55939']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1015,
+ );
+ }
+
+ #[Depends('testAssertReturn910')]
+ public function testAssertReturn911(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56138']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1016,
+ );
+ }
+
+ #[Depends('testAssertReturn911')]
+ public function testAssertReturn912(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56337']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1017,
+ );
+ }
+
+ #[Depends('testAssertReturn912')]
+ public function testAssertReturn913(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56536']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1018,
+ );
+ }
+
+ #[Depends('testAssertReturn913')]
+ public function testAssertReturn914(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56735']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1019,
+ );
+ }
+
+ #[Depends('testAssertReturn914')]
+ public function testAssertReturn915(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56934']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1020,
+ );
+ }
+
+ #[Depends('testAssertReturn915')]
+ public function testAssertReturn916(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57133']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1021,
+ );
+ }
+
+ #[Depends('testAssertReturn916')]
+ public function testAssertReturn917(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57332']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1022,
+ );
+ }
+
+ #[Depends('testAssertReturn917')]
+ public function testAssertReturn918(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57531']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1023,
+ );
+ }
+
+ #[Depends('testAssertReturn918')]
+ public function testAssertReturn919(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57730']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1024,
+ );
+ }
+
+ #[Depends('testAssertReturn919')]
+ public function testAssertReturn920(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57929']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1025,
+ );
+ }
+
+ #[Depends('testAssertReturn920')]
+ public function testAssertReturn921(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58128']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1026,
+ );
+ }
+
+ #[Depends('testAssertReturn921')]
+ public function testAssertReturn922(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58327']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1027,
+ );
+ }
+
+ #[Depends('testAssertReturn922')]
+ public function testAssertReturn923(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58526']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1028,
+ );
+ }
+
+ #[Depends('testAssertReturn923')]
+ public function testAssertReturn924(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58725']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1029,
+ );
+ }
+
+ #[Depends('testAssertReturn924')]
+ public function testAssertReturn925(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58924']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1030,
+ );
+ }
+
+ #[Depends('testAssertReturn925')]
+ public function testAssertReturn926(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59123']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1031,
+ );
+ }
+
+ #[Depends('testAssertReturn926')]
+ public function testAssertReturn927(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59322']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1032,
+ );
+ }
+
+ #[Depends('testAssertReturn927')]
+ public function testAssertReturn928(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59521']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1033,
+ );
+ }
+
+ #[Depends('testAssertReturn928')]
+ public function testAssertReturn929(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59720']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1034,
+ );
+ }
+
+ #[Depends('testAssertReturn929')]
+ public function testAssertReturn930(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59919']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1035,
+ );
+ }
+
+ #[Depends('testAssertReturn930')]
+ public function testAssertReturn931(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60118']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1036,
+ );
+ }
+
+ #[Depends('testAssertReturn931')]
+ public function testAssertReturn932(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60317']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1037,
+ );
+ }
+
+ #[Depends('testAssertReturn932')]
+ public function testAssertReturn933(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60516']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1038,
+ );
+ }
+
+ #[Depends('testAssertReturn933')]
+ public function testAssertReturn934(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60715']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1039,
+ );
+ }
+
+ #[Depends('testAssertReturn934')]
+ public function testAssertReturn935(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60914']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1040,
+ );
+ }
+
+ #[Depends('testAssertReturn935')]
+ public function testAssertReturn936(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61113']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1041,
+ );
+ }
+
+ #[Depends('testAssertReturn936')]
+ public function testAssertReturn937(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61312']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1042,
+ );
+ }
+
+ #[Depends('testAssertReturn937')]
+ public function testAssertReturn938(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61511']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1043,
+ );
+ }
+
+ #[Depends('testAssertReturn938')]
+ public function testAssertReturn939(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61710']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1044,
+ );
+ }
+
+ #[Depends('testAssertReturn939')]
+ public function testAssertReturn940(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61909']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1045,
+ );
+ }
+
+ #[Depends('testAssertReturn940')]
+ public function testAssertReturn941(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62108']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1046,
+ );
+ }
+
+ #[Depends('testAssertReturn941')]
+ public function testAssertReturn942(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62307']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1047,
+ );
+ }
+
+ #[Depends('testAssertReturn942')]
+ public function testAssertReturn943(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62506']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1048,
+ );
+ }
+
+ #[Depends('testAssertReturn943')]
+ public function testAssertReturn944(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62705']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1049,
+ );
+ }
+
+ #[Depends('testAssertReturn944')]
+ public function testAssertReturn945(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62904']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1050,
+ );
+ }
+
+ #[Depends('testAssertReturn945')]
+ public function testAssertReturn946(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63103']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1051,
+ );
+ }
+
+ #[Depends('testAssertReturn946')]
+ public function testAssertReturn947(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63302']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1052,
+ );
+ }
+
+ #[Depends('testAssertReturn947')]
+ public function testAssertReturn948(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63501']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1053,
+ );
+ }
+
+ #[Depends('testAssertReturn948')]
+ public function testAssertReturn949(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63700']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1054,
+ );
+ }
+
+ #[Depends('testAssertReturn949')]
+ public function testAssertReturn950(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63899']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1055,
+ );
+ }
+
+ #[Depends('testAssertReturn950')]
+ public function testAssertReturn951(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64098']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1056,
+ );
+ }
+
+ #[Depends('testAssertReturn951')]
+ public function testAssertReturn952(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64297']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1057,
+ );
+ }
+
+ #[Depends('testAssertReturn952')]
+ public function testAssertReturn953(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64496']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1058,
+ );
+ }
+
+ #[Depends('testAssertReturn953')]
+ public function testAssertReturn954(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64695']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1059,
+ );
+ }
+
+ #[Depends('testAssertReturn954')]
+ public function testAssertReturn955(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64894']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1060,
+ );
+ }
+
+ #[Depends('testAssertReturn955')]
+ public function testAssertReturn956(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65093']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1061,
+ );
+ }
+
+ #[Depends('testAssertReturn956')]
+ public function testAssertReturn957(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65292']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1062,
+ );
+ }
+
+ #[Depends('testAssertReturn957')]
+ public function testAssertReturn958(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65491']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1063,
+ );
+ }
+
+ #[Depends('testAssertReturn958')]
+ public function testModule959(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.10.wasm',
+ name: null,
+ line: 1065,
+ );
+ }
+
+ #[Depends('testModule959')]
+ public function testAssertTrap960(): void
+ {
+ $this->runAssertTrapCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'run', 'args' => [['type' => 'i32', 'value' => '0'], ['type' => 'i32', 'value' => '65516'], ['type' => 'i32', 'value' => '40']]],
+ text: 'out of bounds memory access',
+ line: 1073,
+ );
+ }
+
+ #[Depends('testAssertTrap960')]
+ public function testAssertReturn961(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '198']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1076,
+ );
+ }
+
+ #[Depends('testAssertReturn961')]
+ public function testAssertReturn962(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '397']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1077,
+ );
+ }
+
+ #[Depends('testAssertReturn962')]
+ public function testAssertReturn963(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '596']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1078,
+ );
+ }
+
+ #[Depends('testAssertReturn963')]
+ public function testAssertReturn964(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '795']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1079,
+ );
+ }
+
+ #[Depends('testAssertReturn964')]
+ public function testAssertReturn965(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '994']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1080,
+ );
+ }
+
+ #[Depends('testAssertReturn965')]
+ public function testAssertReturn966(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1193']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1081,
+ );
+ }
+
+ #[Depends('testAssertReturn966')]
+ public function testAssertReturn967(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1392']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1082,
+ );
+ }
+
+ #[Depends('testAssertReturn967')]
+ public function testAssertReturn968(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1591']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1083,
+ );
+ }
+
+ #[Depends('testAssertReturn968')]
+ public function testAssertReturn969(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1790']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1084,
+ );
+ }
+
+ #[Depends('testAssertReturn969')]
+ public function testAssertReturn970(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1989']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1085,
+ );
+ }
+
+ #[Depends('testAssertReturn970')]
+ public function testAssertReturn971(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2188']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1086,
+ );
+ }
+
+ #[Depends('testAssertReturn971')]
+ public function testAssertReturn972(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2387']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1087,
+ );
+ }
+
+ #[Depends('testAssertReturn972')]
+ public function testAssertReturn973(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2586']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1088,
+ );
+ }
+
+ #[Depends('testAssertReturn973')]
+ public function testAssertReturn974(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2785']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1089,
+ );
+ }
+
+ #[Depends('testAssertReturn974')]
+ public function testAssertReturn975(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2984']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1090,
+ );
+ }
+
+ #[Depends('testAssertReturn975')]
+ public function testAssertReturn976(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3183']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1091,
+ );
+ }
+
+ #[Depends('testAssertReturn976')]
+ public function testAssertReturn977(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3382']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1092,
+ );
+ }
+
+ #[Depends('testAssertReturn977')]
+ public function testAssertReturn978(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3581']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1093,
+ );
+ }
+
+ #[Depends('testAssertReturn978')]
+ public function testAssertReturn979(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3780']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1094,
+ );
+ }
+
+ #[Depends('testAssertReturn979')]
+ public function testAssertReturn980(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3979']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1095,
+ );
+ }
+
+ #[Depends('testAssertReturn980')]
+ public function testAssertReturn981(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4178']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1096,
+ );
+ }
+
+ #[Depends('testAssertReturn981')]
+ public function testAssertReturn982(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4377']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1097,
+ );
+ }
+
+ #[Depends('testAssertReturn982')]
+ public function testAssertReturn983(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4576']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1098,
+ );
+ }
+
+ #[Depends('testAssertReturn983')]
+ public function testAssertReturn984(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4775']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1099,
+ );
+ }
+
+ #[Depends('testAssertReturn984')]
+ public function testAssertReturn985(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4974']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1100,
+ );
+ }
+
+ #[Depends('testAssertReturn985')]
+ public function testAssertReturn986(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5173']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1101,
+ );
+ }
+
+ #[Depends('testAssertReturn986')]
+ public function testAssertReturn987(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5372']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1102,
+ );
+ }
+
+ #[Depends('testAssertReturn987')]
+ public function testAssertReturn988(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5571']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1103,
+ );
+ }
+
+ #[Depends('testAssertReturn988')]
+ public function testAssertReturn989(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5770']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1104,
+ );
+ }
+
+ #[Depends('testAssertReturn989')]
+ public function testAssertReturn990(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5969']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1105,
+ );
+ }
+
+ #[Depends('testAssertReturn990')]
+ public function testAssertReturn991(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6168']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1106,
+ );
+ }
+
+ #[Depends('testAssertReturn991')]
+ public function testAssertReturn992(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6367']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1107,
+ );
+ }
+
+ #[Depends('testAssertReturn992')]
+ public function testAssertReturn993(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6566']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1108,
+ );
+ }
+
+ #[Depends('testAssertReturn993')]
+ public function testAssertReturn994(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6765']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1109,
+ );
+ }
+
+ #[Depends('testAssertReturn994')]
+ public function testAssertReturn995(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6964']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1110,
+ );
+ }
+
+ #[Depends('testAssertReturn995')]
+ public function testAssertReturn996(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7163']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1111,
+ );
+ }
+
+ #[Depends('testAssertReturn996')]
+ public function testAssertReturn997(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7362']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1112,
+ );
+ }
+
+ #[Depends('testAssertReturn997')]
+ public function testAssertReturn998(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7561']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1113,
+ );
+ }
+
+ #[Depends('testAssertReturn998')]
+ public function testAssertReturn999(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7760']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1114,
+ );
+ }
+
+ #[Depends('testAssertReturn999')]
+ public function testAssertReturn1000(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7959']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1115,
+ );
+ }
+
+ #[Depends('testAssertReturn1000')]
+ public function testAssertReturn1001(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8158']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1116,
+ );
+ }
+
+ #[Depends('testAssertReturn1001')]
+ public function testAssertReturn1002(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8357']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1117,
+ );
+ }
+
+ #[Depends('testAssertReturn1002')]
+ public function testAssertReturn1003(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8556']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1118,
+ );
+ }
+
+ #[Depends('testAssertReturn1003')]
+ public function testAssertReturn1004(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8755']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1119,
+ );
+ }
+
+ #[Depends('testAssertReturn1004')]
+ public function testAssertReturn1005(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8954']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1120,
+ );
+ }
+
+ #[Depends('testAssertReturn1005')]
+ public function testAssertReturn1006(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9153']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1121,
+ );
+ }
+
+ #[Depends('testAssertReturn1006')]
+ public function testAssertReturn1007(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9352']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1122,
+ );
+ }
+
+ #[Depends('testAssertReturn1007')]
+ public function testAssertReturn1008(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9551']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1123,
+ );
+ }
+
+ #[Depends('testAssertReturn1008')]
+ public function testAssertReturn1009(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9750']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1124,
+ );
+ }
+
+ #[Depends('testAssertReturn1009')]
+ public function testAssertReturn1010(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9949']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1125,
+ );
+ }
+
+ #[Depends('testAssertReturn1010')]
+ public function testAssertReturn1011(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10148']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1126,
+ );
+ }
+
+ #[Depends('testAssertReturn1011')]
+ public function testAssertReturn1012(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10347']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1127,
+ );
+ }
+
+ #[Depends('testAssertReturn1012')]
+ public function testAssertReturn1013(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10546']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1128,
+ );
+ }
+
+ #[Depends('testAssertReturn1013')]
+ public function testAssertReturn1014(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10745']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1129,
+ );
+ }
+
+ #[Depends('testAssertReturn1014')]
+ public function testAssertReturn1015(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10944']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1130,
+ );
+ }
+
+ #[Depends('testAssertReturn1015')]
+ public function testAssertReturn1016(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11143']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1131,
+ );
+ }
+
+ #[Depends('testAssertReturn1016')]
+ public function testAssertReturn1017(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11342']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1132,
+ );
+ }
+
+ #[Depends('testAssertReturn1017')]
+ public function testAssertReturn1018(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11541']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1133,
+ );
+ }
+
+ #[Depends('testAssertReturn1018')]
+ public function testAssertReturn1019(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11740']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1134,
+ );
+ }
+
+ #[Depends('testAssertReturn1019')]
+ public function testAssertReturn1020(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11939']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1135,
+ );
+ }
+
+ #[Depends('testAssertReturn1020')]
+ public function testAssertReturn1021(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12138']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1136,
+ );
+ }
+
+ #[Depends('testAssertReturn1021')]
+ public function testAssertReturn1022(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12337']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1137,
+ );
+ }
+
+ #[Depends('testAssertReturn1022')]
+ public function testAssertReturn1023(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12536']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1138,
+ );
+ }
+
+ #[Depends('testAssertReturn1023')]
+ public function testAssertReturn1024(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12735']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1139,
+ );
+ }
+
+ #[Depends('testAssertReturn1024')]
+ public function testAssertReturn1025(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12934']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1140,
+ );
+ }
+
+ #[Depends('testAssertReturn1025')]
+ public function testAssertReturn1026(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13133']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1141,
+ );
+ }
+
+ #[Depends('testAssertReturn1026')]
+ public function testAssertReturn1027(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13332']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1142,
+ );
+ }
+
+ #[Depends('testAssertReturn1027')]
+ public function testAssertReturn1028(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13531']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1143,
+ );
+ }
+
+ #[Depends('testAssertReturn1028')]
+ public function testAssertReturn1029(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13730']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1144,
+ );
+ }
+
+ #[Depends('testAssertReturn1029')]
+ public function testAssertReturn1030(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13929']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1145,
+ );
+ }
+
+ #[Depends('testAssertReturn1030')]
+ public function testAssertReturn1031(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14128']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1146,
+ );
+ }
+
+ #[Depends('testAssertReturn1031')]
+ public function testAssertReturn1032(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14327']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1147,
+ );
+ }
+
+ #[Depends('testAssertReturn1032')]
+ public function testAssertReturn1033(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14526']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1148,
+ );
+ }
+
+ #[Depends('testAssertReturn1033')]
+ public function testAssertReturn1034(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14725']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1149,
+ );
+ }
+
+ #[Depends('testAssertReturn1034')]
+ public function testAssertReturn1035(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14924']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1150,
+ );
+ }
+
+ #[Depends('testAssertReturn1035')]
+ public function testAssertReturn1036(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15123']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1151,
+ );
+ }
+
+ #[Depends('testAssertReturn1036')]
+ public function testAssertReturn1037(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15322']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1152,
+ );
+ }
+
+ #[Depends('testAssertReturn1037')]
+ public function testAssertReturn1038(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15521']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1153,
+ );
+ }
+
+ #[Depends('testAssertReturn1038')]
+ public function testAssertReturn1039(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15720']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1154,
+ );
+ }
+
+ #[Depends('testAssertReturn1039')]
+ public function testAssertReturn1040(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15919']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1155,
+ );
+ }
+
+ #[Depends('testAssertReturn1040')]
+ public function testAssertReturn1041(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16118']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1156,
+ );
+ }
+
+ #[Depends('testAssertReturn1041')]
+ public function testAssertReturn1042(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16317']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1157,
+ );
+ }
+
+ #[Depends('testAssertReturn1042')]
+ public function testAssertReturn1043(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16516']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1158,
+ );
+ }
+
+ #[Depends('testAssertReturn1043')]
+ public function testAssertReturn1044(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16715']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1159,
+ );
+ }
+
+ #[Depends('testAssertReturn1044')]
+ public function testAssertReturn1045(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16914']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1160,
+ );
+ }
+
+ #[Depends('testAssertReturn1045')]
+ public function testAssertReturn1046(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17113']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1161,
+ );
+ }
+
+ #[Depends('testAssertReturn1046')]
+ public function testAssertReturn1047(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17312']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1162,
+ );
+ }
+
+ #[Depends('testAssertReturn1047')]
+ public function testAssertReturn1048(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17511']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1163,
+ );
+ }
+
+ #[Depends('testAssertReturn1048')]
+ public function testAssertReturn1049(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17710']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1164,
+ );
+ }
+
+ #[Depends('testAssertReturn1049')]
+ public function testAssertReturn1050(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17909']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1165,
+ );
+ }
+
+ #[Depends('testAssertReturn1050')]
+ public function testAssertReturn1051(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18108']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1166,
+ );
+ }
+
+ #[Depends('testAssertReturn1051')]
+ public function testAssertReturn1052(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18307']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1167,
+ );
+ }
+
+ #[Depends('testAssertReturn1052')]
+ public function testAssertReturn1053(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18506']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1168,
+ );
+ }
+
+ #[Depends('testAssertReturn1053')]
+ public function testAssertReturn1054(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18705']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1169,
+ );
+ }
+
+ #[Depends('testAssertReturn1054')]
+ public function testAssertReturn1055(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18904']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1170,
+ );
+ }
+
+ #[Depends('testAssertReturn1055')]
+ public function testAssertReturn1056(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19103']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1171,
+ );
+ }
+
+ #[Depends('testAssertReturn1056')]
+ public function testAssertReturn1057(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19302']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1172,
+ );
+ }
+
+ #[Depends('testAssertReturn1057')]
+ public function testAssertReturn1058(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19501']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1173,
+ );
+ }
+
+ #[Depends('testAssertReturn1058')]
+ public function testAssertReturn1059(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19700']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1174,
+ );
+ }
+
+ #[Depends('testAssertReturn1059')]
+ public function testAssertReturn1060(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19899']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1175,
+ );
+ }
+
+ #[Depends('testAssertReturn1060')]
+ public function testAssertReturn1061(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20098']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1176,
+ );
+ }
+
+ #[Depends('testAssertReturn1061')]
+ public function testAssertReturn1062(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20297']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1177,
+ );
+ }
+
+ #[Depends('testAssertReturn1062')]
+ public function testAssertReturn1063(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20496']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1178,
+ );
+ }
+
+ #[Depends('testAssertReturn1063')]
+ public function testAssertReturn1064(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20695']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1179,
+ );
+ }
+
+ #[Depends('testAssertReturn1064')]
+ public function testAssertReturn1065(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20894']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1180,
+ );
+ }
+
+ #[Depends('testAssertReturn1065')]
+ public function testAssertReturn1066(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21093']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1181,
+ );
+ }
+
+ #[Depends('testAssertReturn1066')]
+ public function testAssertReturn1067(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21292']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1182,
+ );
+ }
+
+ #[Depends('testAssertReturn1067')]
+ public function testAssertReturn1068(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21491']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1183,
+ );
+ }
+
+ #[Depends('testAssertReturn1068')]
+ public function testAssertReturn1069(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21690']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1184,
+ );
+ }
+
+ #[Depends('testAssertReturn1069')]
+ public function testAssertReturn1070(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21889']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1185,
+ );
+ }
+
+ #[Depends('testAssertReturn1070')]
+ public function testAssertReturn1071(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22088']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1186,
+ );
+ }
+
+ #[Depends('testAssertReturn1071')]
+ public function testAssertReturn1072(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22287']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1187,
+ );
+ }
+
+ #[Depends('testAssertReturn1072')]
+ public function testAssertReturn1073(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22486']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1188,
+ );
+ }
+
+ #[Depends('testAssertReturn1073')]
+ public function testAssertReturn1074(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22685']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1189,
+ );
+ }
+
+ #[Depends('testAssertReturn1074')]
+ public function testAssertReturn1075(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22884']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1190,
+ );
+ }
+
+ #[Depends('testAssertReturn1075')]
+ public function testAssertReturn1076(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23083']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1191,
+ );
+ }
+
+ #[Depends('testAssertReturn1076')]
+ public function testAssertReturn1077(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23282']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1192,
+ );
+ }
+
+ #[Depends('testAssertReturn1077')]
+ public function testAssertReturn1078(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23481']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1193,
+ );
+ }
+
+ #[Depends('testAssertReturn1078')]
+ public function testAssertReturn1079(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23680']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1194,
+ );
+ }
+
+ #[Depends('testAssertReturn1079')]
+ public function testAssertReturn1080(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23879']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1195,
+ );
+ }
+
+ #[Depends('testAssertReturn1080')]
+ public function testAssertReturn1081(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24078']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1196,
+ );
+ }
+
+ #[Depends('testAssertReturn1081')]
+ public function testAssertReturn1082(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24277']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1197,
+ );
+ }
+
+ #[Depends('testAssertReturn1082')]
+ public function testAssertReturn1083(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24476']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1198,
+ );
+ }
+
+ #[Depends('testAssertReturn1083')]
+ public function testAssertReturn1084(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24675']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1199,
+ );
+ }
+
+ #[Depends('testAssertReturn1084')]
+ public function testAssertReturn1085(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24874']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1200,
+ );
+ }
+
+ #[Depends('testAssertReturn1085')]
+ public function testAssertReturn1086(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25073']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1201,
+ );
+ }
+
+ #[Depends('testAssertReturn1086')]
+ public function testAssertReturn1087(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25272']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1202,
+ );
+ }
+
+ #[Depends('testAssertReturn1087')]
+ public function testAssertReturn1088(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25471']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1203,
+ );
+ }
+
+ #[Depends('testAssertReturn1088')]
+ public function testAssertReturn1089(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25670']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1204,
+ );
+ }
+
+ #[Depends('testAssertReturn1089')]
+ public function testAssertReturn1090(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25869']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1205,
+ );
+ }
+
+ #[Depends('testAssertReturn1090')]
+ public function testAssertReturn1091(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26068']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1206,
+ );
+ }
+
+ #[Depends('testAssertReturn1091')]
+ public function testAssertReturn1092(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26267']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1207,
+ );
+ }
+
+ #[Depends('testAssertReturn1092')]
+ public function testAssertReturn1093(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26466']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1208,
+ );
+ }
+
+ #[Depends('testAssertReturn1093')]
+ public function testAssertReturn1094(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26665']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1209,
+ );
+ }
+
+ #[Depends('testAssertReturn1094')]
+ public function testAssertReturn1095(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26864']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1210,
+ );
+ }
+
+ #[Depends('testAssertReturn1095')]
+ public function testAssertReturn1096(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27063']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1211,
+ );
+ }
+
+ #[Depends('testAssertReturn1096')]
+ public function testAssertReturn1097(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27262']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1212,
+ );
+ }
+
+ #[Depends('testAssertReturn1097')]
+ public function testAssertReturn1098(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27461']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1213,
+ );
+ }
+
+ #[Depends('testAssertReturn1098')]
+ public function testAssertReturn1099(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27660']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1214,
+ );
+ }
+
+ #[Depends('testAssertReturn1099')]
+ public function testAssertReturn1100(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27859']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1215,
+ );
+ }
+
+ #[Depends('testAssertReturn1100')]
+ public function testAssertReturn1101(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28058']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1216,
+ );
+ }
+
+ #[Depends('testAssertReturn1101')]
+ public function testAssertReturn1102(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28257']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1217,
+ );
+ }
+
+ #[Depends('testAssertReturn1102')]
+ public function testAssertReturn1103(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28456']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1218,
+ );
+ }
+
+ #[Depends('testAssertReturn1103')]
+ public function testAssertReturn1104(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28655']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1219,
+ );
+ }
+
+ #[Depends('testAssertReturn1104')]
+ public function testAssertReturn1105(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28854']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1220,
+ );
+ }
+
+ #[Depends('testAssertReturn1105')]
+ public function testAssertReturn1106(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29053']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1221,
+ );
+ }
+
+ #[Depends('testAssertReturn1106')]
+ public function testAssertReturn1107(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29252']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1222,
+ );
+ }
+
+ #[Depends('testAssertReturn1107')]
+ public function testAssertReturn1108(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29451']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1223,
+ );
+ }
+
+ #[Depends('testAssertReturn1108')]
+ public function testAssertReturn1109(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29650']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1224,
+ );
+ }
+
+ #[Depends('testAssertReturn1109')]
+ public function testAssertReturn1110(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29849']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1225,
+ );
+ }
+
+ #[Depends('testAssertReturn1110')]
+ public function testAssertReturn1111(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30048']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1226,
+ );
+ }
+
+ #[Depends('testAssertReturn1111')]
+ public function testAssertReturn1112(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30247']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1227,
+ );
+ }
+
+ #[Depends('testAssertReturn1112')]
+ public function testAssertReturn1113(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30446']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1228,
+ );
+ }
+
+ #[Depends('testAssertReturn1113')]
+ public function testAssertReturn1114(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30645']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1229,
+ );
+ }
+
+ #[Depends('testAssertReturn1114')]
+ public function testAssertReturn1115(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30844']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1230,
+ );
+ }
+
+ #[Depends('testAssertReturn1115')]
+ public function testAssertReturn1116(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31043']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1231,
+ );
+ }
+
+ #[Depends('testAssertReturn1116')]
+ public function testAssertReturn1117(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31242']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1232,
+ );
+ }
+
+ #[Depends('testAssertReturn1117')]
+ public function testAssertReturn1118(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31441']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1233,
+ );
+ }
+
+ #[Depends('testAssertReturn1118')]
+ public function testAssertReturn1119(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31640']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1234,
+ );
+ }
+
+ #[Depends('testAssertReturn1119')]
+ public function testAssertReturn1120(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31839']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1235,
+ );
+ }
+
+ #[Depends('testAssertReturn1120')]
+ public function testAssertReturn1121(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32038']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1236,
+ );
+ }
+
+ #[Depends('testAssertReturn1121')]
+ public function testAssertReturn1122(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32237']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1237,
+ );
+ }
+
+ #[Depends('testAssertReturn1122')]
+ public function testAssertReturn1123(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32436']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1238,
+ );
+ }
+
+ #[Depends('testAssertReturn1123')]
+ public function testAssertReturn1124(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32635']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1239,
+ );
+ }
+
+ #[Depends('testAssertReturn1124')]
+ public function testAssertReturn1125(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32834']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1240,
+ );
+ }
+
+ #[Depends('testAssertReturn1125')]
+ public function testAssertReturn1126(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33033']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1241,
+ );
+ }
+
+ #[Depends('testAssertReturn1126')]
+ public function testAssertReturn1127(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33232']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1242,
+ );
+ }
+
+ #[Depends('testAssertReturn1127')]
+ public function testAssertReturn1128(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33431']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1243,
+ );
+ }
+
+ #[Depends('testAssertReturn1128')]
+ public function testAssertReturn1129(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33630']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1244,
+ );
+ }
+
+ #[Depends('testAssertReturn1129')]
+ public function testAssertReturn1130(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33829']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1245,
+ );
+ }
+
+ #[Depends('testAssertReturn1130')]
+ public function testAssertReturn1131(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34028']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1246,
+ );
+ }
+
+ #[Depends('testAssertReturn1131')]
+ public function testAssertReturn1132(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34227']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1247,
+ );
+ }
+
+ #[Depends('testAssertReturn1132')]
+ public function testAssertReturn1133(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34426']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1248,
+ );
+ }
+
+ #[Depends('testAssertReturn1133')]
+ public function testAssertReturn1134(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34625']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1249,
+ );
+ }
+
+ #[Depends('testAssertReturn1134')]
+ public function testAssertReturn1135(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34824']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1250,
+ );
+ }
+
+ #[Depends('testAssertReturn1135')]
+ public function testAssertReturn1136(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35023']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1251,
+ );
+ }
+
+ #[Depends('testAssertReturn1136')]
+ public function testAssertReturn1137(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35222']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1252,
+ );
+ }
+
+ #[Depends('testAssertReturn1137')]
+ public function testAssertReturn1138(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35421']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1253,
+ );
+ }
+
+ #[Depends('testAssertReturn1138')]
+ public function testAssertReturn1139(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35620']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1254,
+ );
+ }
+
+ #[Depends('testAssertReturn1139')]
+ public function testAssertReturn1140(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35819']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1255,
+ );
+ }
+
+ #[Depends('testAssertReturn1140')]
+ public function testAssertReturn1141(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36018']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1256,
+ );
+ }
+
+ #[Depends('testAssertReturn1141')]
+ public function testAssertReturn1142(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36217']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1257,
+ );
+ }
+
+ #[Depends('testAssertReturn1142')]
+ public function testAssertReturn1143(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36416']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1258,
+ );
+ }
+
+ #[Depends('testAssertReturn1143')]
+ public function testAssertReturn1144(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36615']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1259,
+ );
+ }
+
+ #[Depends('testAssertReturn1144')]
+ public function testAssertReturn1145(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36814']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1260,
+ );
+ }
+
+ #[Depends('testAssertReturn1145')]
+ public function testAssertReturn1146(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37013']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1261,
+ );
+ }
+
+ #[Depends('testAssertReturn1146')]
+ public function testAssertReturn1147(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37212']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1262,
+ );
+ }
+
+ #[Depends('testAssertReturn1147')]
+ public function testAssertReturn1148(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37411']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1263,
+ );
+ }
+
+ #[Depends('testAssertReturn1148')]
+ public function testAssertReturn1149(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37610']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1264,
+ );
+ }
+
+ #[Depends('testAssertReturn1149')]
+ public function testAssertReturn1150(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37809']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1265,
+ );
+ }
+
+ #[Depends('testAssertReturn1150')]
+ public function testAssertReturn1151(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38008']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1266,
+ );
+ }
+
+ #[Depends('testAssertReturn1151')]
+ public function testAssertReturn1152(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38207']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1267,
+ );
+ }
+
+ #[Depends('testAssertReturn1152')]
+ public function testAssertReturn1153(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38406']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1268,
+ );
+ }
+
+ #[Depends('testAssertReturn1153')]
+ public function testAssertReturn1154(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38605']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1269,
+ );
+ }
+
+ #[Depends('testAssertReturn1154')]
+ public function testAssertReturn1155(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38804']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1270,
+ );
+ }
+
+ #[Depends('testAssertReturn1155')]
+ public function testAssertReturn1156(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39003']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1271,
+ );
+ }
+
+ #[Depends('testAssertReturn1156')]
+ public function testAssertReturn1157(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39202']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1272,
+ );
+ }
+
+ #[Depends('testAssertReturn1157')]
+ public function testAssertReturn1158(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39401']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1273,
+ );
+ }
+
+ #[Depends('testAssertReturn1158')]
+ public function testAssertReturn1159(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39600']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1274,
+ );
+ }
+
+ #[Depends('testAssertReturn1159')]
+ public function testAssertReturn1160(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39799']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1275,
+ );
+ }
+
+ #[Depends('testAssertReturn1160')]
+ public function testAssertReturn1161(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39998']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1276,
+ );
+ }
+
+ #[Depends('testAssertReturn1161')]
+ public function testAssertReturn1162(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40197']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1277,
+ );
+ }
+
+ #[Depends('testAssertReturn1162')]
+ public function testAssertReturn1163(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40396']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1278,
+ );
+ }
+
+ #[Depends('testAssertReturn1163')]
+ public function testAssertReturn1164(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40595']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1279,
+ );
+ }
+
+ #[Depends('testAssertReturn1164')]
+ public function testAssertReturn1165(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40794']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1280,
+ );
+ }
+
+ #[Depends('testAssertReturn1165')]
+ public function testAssertReturn1166(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40993']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1281,
+ );
+ }
+
+ #[Depends('testAssertReturn1166')]
+ public function testAssertReturn1167(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41192']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1282,
+ );
+ }
+
+ #[Depends('testAssertReturn1167')]
+ public function testAssertReturn1168(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41391']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1283,
+ );
+ }
+
+ #[Depends('testAssertReturn1168')]
+ public function testAssertReturn1169(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41590']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1284,
+ );
+ }
+
+ #[Depends('testAssertReturn1169')]
+ public function testAssertReturn1170(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41789']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1285,
+ );
+ }
+
+ #[Depends('testAssertReturn1170')]
+ public function testAssertReturn1171(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41988']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1286,
+ );
+ }
+
+ #[Depends('testAssertReturn1171')]
+ public function testAssertReturn1172(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42187']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1287,
+ );
+ }
+
+ #[Depends('testAssertReturn1172')]
+ public function testAssertReturn1173(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42386']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1288,
+ );
+ }
+
+ #[Depends('testAssertReturn1173')]
+ public function testAssertReturn1174(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42585']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1289,
+ );
+ }
+
+ #[Depends('testAssertReturn1174')]
+ public function testAssertReturn1175(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42784']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1290,
+ );
+ }
+
+ #[Depends('testAssertReturn1175')]
+ public function testAssertReturn1176(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42983']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1291,
+ );
+ }
+
+ #[Depends('testAssertReturn1176')]
+ public function testAssertReturn1177(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43182']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1292,
+ );
+ }
+
+ #[Depends('testAssertReturn1177')]
+ public function testAssertReturn1178(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43381']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1293,
+ );
+ }
+
+ #[Depends('testAssertReturn1178')]
+ public function testAssertReturn1179(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43580']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1294,
+ );
+ }
+
+ #[Depends('testAssertReturn1179')]
+ public function testAssertReturn1180(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43779']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1295,
+ );
+ }
+
+ #[Depends('testAssertReturn1180')]
+ public function testAssertReturn1181(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43978']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1296,
+ );
+ }
+
+ #[Depends('testAssertReturn1181')]
+ public function testAssertReturn1182(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44177']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1297,
+ );
+ }
+
+ #[Depends('testAssertReturn1182')]
+ public function testAssertReturn1183(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44376']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1298,
+ );
+ }
+
+ #[Depends('testAssertReturn1183')]
+ public function testAssertReturn1184(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44575']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1299,
+ );
+ }
+
+ #[Depends('testAssertReturn1184')]
+ public function testAssertReturn1185(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44774']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1300,
+ );
+ }
+
+ #[Depends('testAssertReturn1185')]
+ public function testAssertReturn1186(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44973']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1301,
+ );
+ }
+
+ #[Depends('testAssertReturn1186')]
+ public function testAssertReturn1187(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45172']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1302,
+ );
+ }
+
+ #[Depends('testAssertReturn1187')]
+ public function testAssertReturn1188(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45371']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1303,
+ );
+ }
+
+ #[Depends('testAssertReturn1188')]
+ public function testAssertReturn1189(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45570']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1304,
+ );
+ }
+
+ #[Depends('testAssertReturn1189')]
+ public function testAssertReturn1190(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45769']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1305,
+ );
+ }
+
+ #[Depends('testAssertReturn1190')]
+ public function testAssertReturn1191(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45968']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1306,
+ );
+ }
+
+ #[Depends('testAssertReturn1191')]
+ public function testAssertReturn1192(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46167']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1307,
+ );
+ }
+
+ #[Depends('testAssertReturn1192')]
+ public function testAssertReturn1193(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46366']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1308,
+ );
+ }
+
+ #[Depends('testAssertReturn1193')]
+ public function testAssertReturn1194(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46565']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1309,
+ );
+ }
+
+ #[Depends('testAssertReturn1194')]
+ public function testAssertReturn1195(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46764']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1310,
+ );
+ }
+
+ #[Depends('testAssertReturn1195')]
+ public function testAssertReturn1196(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46963']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1311,
+ );
+ }
+
+ #[Depends('testAssertReturn1196')]
+ public function testAssertReturn1197(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47162']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1312,
+ );
+ }
+
+ #[Depends('testAssertReturn1197')]
+ public function testAssertReturn1198(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47361']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1313,
+ );
+ }
+
+ #[Depends('testAssertReturn1198')]
+ public function testAssertReturn1199(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47560']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1314,
+ );
+ }
+
+ #[Depends('testAssertReturn1199')]
+ public function testAssertReturn1200(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47759']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1315,
+ );
+ }
+
+ #[Depends('testAssertReturn1200')]
+ public function testAssertReturn1201(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47958']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1316,
+ );
+ }
+
+ #[Depends('testAssertReturn1201')]
+ public function testAssertReturn1202(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48157']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1317,
+ );
+ }
+
+ #[Depends('testAssertReturn1202')]
+ public function testAssertReturn1203(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48356']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1318,
+ );
+ }
+
+ #[Depends('testAssertReturn1203')]
+ public function testAssertReturn1204(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48555']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1319,
+ );
+ }
+
+ #[Depends('testAssertReturn1204')]
+ public function testAssertReturn1205(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48754']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1320,
+ );
+ }
+
+ #[Depends('testAssertReturn1205')]
+ public function testAssertReturn1206(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48953']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1321,
+ );
+ }
+
+ #[Depends('testAssertReturn1206')]
+ public function testAssertReturn1207(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49152']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1322,
+ );
+ }
+
+ #[Depends('testAssertReturn1207')]
+ public function testAssertReturn1208(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49351']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1323,
+ );
+ }
+
+ #[Depends('testAssertReturn1208')]
+ public function testAssertReturn1209(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49550']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1324,
+ );
+ }
+
+ #[Depends('testAssertReturn1209')]
+ public function testAssertReturn1210(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49749']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1325,
+ );
+ }
+
+ #[Depends('testAssertReturn1210')]
+ public function testAssertReturn1211(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49948']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1326,
+ );
+ }
+
+ #[Depends('testAssertReturn1211')]
+ public function testAssertReturn1212(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50147']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1327,
+ );
+ }
+
+ #[Depends('testAssertReturn1212')]
+ public function testAssertReturn1213(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50346']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1328,
+ );
+ }
+
+ #[Depends('testAssertReturn1213')]
+ public function testAssertReturn1214(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50545']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1329,
+ );
+ }
+
+ #[Depends('testAssertReturn1214')]
+ public function testAssertReturn1215(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50744']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1330,
+ );
+ }
+
+ #[Depends('testAssertReturn1215')]
+ public function testAssertReturn1216(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50943']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1331,
+ );
+ }
+
+ #[Depends('testAssertReturn1216')]
+ public function testAssertReturn1217(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51142']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1332,
+ );
+ }
+
+ #[Depends('testAssertReturn1217')]
+ public function testAssertReturn1218(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51341']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1333,
+ );
+ }
+
+ #[Depends('testAssertReturn1218')]
+ public function testAssertReturn1219(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51540']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1334,
+ );
+ }
+
+ #[Depends('testAssertReturn1219')]
+ public function testAssertReturn1220(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51739']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1335,
+ );
+ }
+
+ #[Depends('testAssertReturn1220')]
+ public function testAssertReturn1221(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51938']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1336,
+ );
+ }
+
+ #[Depends('testAssertReturn1221')]
+ public function testAssertReturn1222(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52137']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1337,
+ );
+ }
+
+ #[Depends('testAssertReturn1222')]
+ public function testAssertReturn1223(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52336']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1338,
+ );
+ }
+
+ #[Depends('testAssertReturn1223')]
+ public function testAssertReturn1224(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52535']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1339,
+ );
+ }
+
+ #[Depends('testAssertReturn1224')]
+ public function testAssertReturn1225(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52734']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1340,
+ );
+ }
+
+ #[Depends('testAssertReturn1225')]
+ public function testAssertReturn1226(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52933']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1341,
+ );
+ }
+
+ #[Depends('testAssertReturn1226')]
+ public function testAssertReturn1227(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53132']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1342,
+ );
+ }
+
+ #[Depends('testAssertReturn1227')]
+ public function testAssertReturn1228(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53331']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1343,
+ );
+ }
+
+ #[Depends('testAssertReturn1228')]
+ public function testAssertReturn1229(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53530']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1344,
+ );
+ }
+
+ #[Depends('testAssertReturn1229')]
+ public function testAssertReturn1230(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53729']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1345,
+ );
+ }
+
+ #[Depends('testAssertReturn1230')]
+ public function testAssertReturn1231(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53928']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1346,
+ );
+ }
+
+ #[Depends('testAssertReturn1231')]
+ public function testAssertReturn1232(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54127']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1347,
+ );
+ }
+
+ #[Depends('testAssertReturn1232')]
+ public function testAssertReturn1233(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54326']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1348,
+ );
+ }
+
+ #[Depends('testAssertReturn1233')]
+ public function testAssertReturn1234(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54525']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1349,
+ );
+ }
+
+ #[Depends('testAssertReturn1234')]
+ public function testAssertReturn1235(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54724']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1350,
+ );
+ }
+
+ #[Depends('testAssertReturn1235')]
+ public function testAssertReturn1236(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54923']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1351,
+ );
+ }
+
+ #[Depends('testAssertReturn1236')]
+ public function testAssertReturn1237(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55122']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1352,
+ );
+ }
+
+ #[Depends('testAssertReturn1237')]
+ public function testAssertReturn1238(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55321']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1353,
+ );
+ }
+
+ #[Depends('testAssertReturn1238')]
+ public function testAssertReturn1239(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55520']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1354,
+ );
+ }
+
+ #[Depends('testAssertReturn1239')]
+ public function testAssertReturn1240(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55719']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1355,
+ );
+ }
+
+ #[Depends('testAssertReturn1240')]
+ public function testAssertReturn1241(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55918']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1356,
+ );
+ }
+
+ #[Depends('testAssertReturn1241')]
+ public function testAssertReturn1242(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56117']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1357,
+ );
+ }
+
+ #[Depends('testAssertReturn1242')]
+ public function testAssertReturn1243(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56316']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1358,
+ );
+ }
+
+ #[Depends('testAssertReturn1243')]
+ public function testAssertReturn1244(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56515']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1359,
+ );
+ }
+
+ #[Depends('testAssertReturn1244')]
+ public function testAssertReturn1245(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56714']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1360,
+ );
+ }
+
+ #[Depends('testAssertReturn1245')]
+ public function testAssertReturn1246(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56913']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1361,
+ );
+ }
+
+ #[Depends('testAssertReturn1246')]
+ public function testAssertReturn1247(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57112']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1362,
+ );
+ }
+
+ #[Depends('testAssertReturn1247')]
+ public function testAssertReturn1248(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57311']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1363,
+ );
+ }
+
+ #[Depends('testAssertReturn1248')]
+ public function testAssertReturn1249(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57510']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1364,
+ );
+ }
+
+ #[Depends('testAssertReturn1249')]
+ public function testAssertReturn1250(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57709']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1365,
+ );
+ }
+
+ #[Depends('testAssertReturn1250')]
+ public function testAssertReturn1251(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57908']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1366,
+ );
+ }
+
+ #[Depends('testAssertReturn1251')]
+ public function testAssertReturn1252(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58107']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1367,
+ );
+ }
+
+ #[Depends('testAssertReturn1252')]
+ public function testAssertReturn1253(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58306']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1368,
+ );
+ }
+
+ #[Depends('testAssertReturn1253')]
+ public function testAssertReturn1254(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58505']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1369,
+ );
+ }
+
+ #[Depends('testAssertReturn1254')]
+ public function testAssertReturn1255(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58704']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1370,
+ );
+ }
+
+ #[Depends('testAssertReturn1255')]
+ public function testAssertReturn1256(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58903']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1371,
+ );
+ }
+
+ #[Depends('testAssertReturn1256')]
+ public function testAssertReturn1257(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59102']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1372,
+ );
+ }
+
+ #[Depends('testAssertReturn1257')]
+ public function testAssertReturn1258(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59301']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1373,
+ );
+ }
+
+ #[Depends('testAssertReturn1258')]
+ public function testAssertReturn1259(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59500']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1374,
+ );
+ }
+
+ #[Depends('testAssertReturn1259')]
+ public function testAssertReturn1260(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59699']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1375,
+ );
+ }
+
+ #[Depends('testAssertReturn1260')]
+ public function testAssertReturn1261(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59898']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1376,
+ );
+ }
+
+ #[Depends('testAssertReturn1261')]
+ public function testAssertReturn1262(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60097']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1377,
+ );
+ }
+
+ #[Depends('testAssertReturn1262')]
+ public function testAssertReturn1263(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60296']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1378,
+ );
+ }
+
+ #[Depends('testAssertReturn1263')]
+ public function testAssertReturn1264(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60495']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1379,
+ );
+ }
+
+ #[Depends('testAssertReturn1264')]
+ public function testAssertReturn1265(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60694']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1380,
+ );
+ }
+
+ #[Depends('testAssertReturn1265')]
+ public function testAssertReturn1266(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60893']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1381,
+ );
+ }
+
+ #[Depends('testAssertReturn1266')]
+ public function testAssertReturn1267(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61092']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1382,
+ );
+ }
+
+ #[Depends('testAssertReturn1267')]
+ public function testAssertReturn1268(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61291']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1383,
+ );
+ }
+
+ #[Depends('testAssertReturn1268')]
+ public function testAssertReturn1269(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61490']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1384,
+ );
+ }
+
+ #[Depends('testAssertReturn1269')]
+ public function testAssertReturn1270(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61689']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1385,
+ );
+ }
+
+ #[Depends('testAssertReturn1270')]
+ public function testAssertReturn1271(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61888']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1386,
+ );
+ }
+
+ #[Depends('testAssertReturn1271')]
+ public function testAssertReturn1272(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62087']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1387,
+ );
+ }
+
+ #[Depends('testAssertReturn1272')]
+ public function testAssertReturn1273(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62286']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1388,
+ );
+ }
+
+ #[Depends('testAssertReturn1273')]
+ public function testAssertReturn1274(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62485']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1389,
+ );
+ }
+
+ #[Depends('testAssertReturn1274')]
+ public function testAssertReturn1275(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62684']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1390,
+ );
+ }
+
+ #[Depends('testAssertReturn1275')]
+ public function testAssertReturn1276(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62883']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1391,
+ );
+ }
+
+ #[Depends('testAssertReturn1276')]
+ public function testAssertReturn1277(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63082']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1392,
+ );
+ }
+
+ #[Depends('testAssertReturn1277')]
+ public function testAssertReturn1278(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63281']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1393,
+ );
+ }
+
+ #[Depends('testAssertReturn1278')]
+ public function testAssertReturn1279(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63480']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1394,
+ );
+ }
+
+ #[Depends('testAssertReturn1279')]
+ public function testAssertReturn1280(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63679']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1395,
+ );
+ }
+
+ #[Depends('testAssertReturn1280')]
+ public function testAssertReturn1281(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63878']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1396,
+ );
+ }
+
+ #[Depends('testAssertReturn1281')]
+ public function testAssertReturn1282(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64077']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1397,
+ );
+ }
+
+ #[Depends('testAssertReturn1282')]
+ public function testAssertReturn1283(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64276']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1398,
+ );
+ }
+
+ #[Depends('testAssertReturn1283')]
+ public function testAssertReturn1284(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64475']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1399,
+ );
+ }
+
+ #[Depends('testAssertReturn1284')]
+ public function testAssertReturn1285(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64674']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1400,
+ );
+ }
+
+ #[Depends('testAssertReturn1285')]
+ public function testAssertReturn1286(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64873']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1401,
+ );
+ }
+
+ #[Depends('testAssertReturn1286')]
+ public function testAssertReturn1287(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65072']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1402,
+ );
+ }
+
+ #[Depends('testAssertReturn1287')]
+ public function testAssertReturn1288(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65271']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1403,
+ );
+ }
+
+ #[Depends('testAssertReturn1288')]
+ public function testAssertReturn1289(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65470']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1404,
+ );
+ }
+
+ #[Depends('testAssertReturn1289')]
+ public function testAssertReturn1290(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65516']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1405,
+ );
+ }
+
+ #[Depends('testAssertReturn1290')]
+ public function testAssertReturn1291(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65517']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 1406,
+ );
+ }
+
+ #[Depends('testAssertReturn1291')]
+ public function testAssertReturn1292(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65518']]],
+ expected: [['type' => 'i32', 'value' => '2']],
+ line: 1407,
+ );
+ }
+
+ #[Depends('testAssertReturn1292')]
+ public function testAssertReturn1293(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65519']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 1408,
+ );
+ }
+
+ #[Depends('testAssertReturn1293')]
+ public function testAssertReturn1294(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65520']]],
+ expected: [['type' => 'i32', 'value' => '4']],
+ line: 1409,
+ );
+ }
+
+ #[Depends('testAssertReturn1294')]
+ public function testAssertReturn1295(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65521']]],
+ expected: [['type' => 'i32', 'value' => '5']],
+ line: 1410,
+ );
+ }
+
+ #[Depends('testAssertReturn1295')]
+ public function testAssertReturn1296(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65522']]],
+ expected: [['type' => 'i32', 'value' => '6']],
+ line: 1411,
+ );
+ }
+
+ #[Depends('testAssertReturn1296')]
+ public function testAssertReturn1297(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65523']]],
+ expected: [['type' => 'i32', 'value' => '7']],
+ line: 1412,
+ );
+ }
+
+ #[Depends('testAssertReturn1297')]
+ public function testAssertReturn1298(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65524']]],
+ expected: [['type' => 'i32', 'value' => '8']],
+ line: 1413,
+ );
+ }
+
+ #[Depends('testAssertReturn1298')]
+ public function testAssertReturn1299(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65525']]],
+ expected: [['type' => 'i32', 'value' => '9']],
+ line: 1414,
+ );
+ }
+
+ #[Depends('testAssertReturn1299')]
+ public function testAssertReturn1300(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65526']]],
+ expected: [['type' => 'i32', 'value' => '10']],
+ line: 1415,
+ );
+ }
+
+ #[Depends('testAssertReturn1300')]
+ public function testAssertReturn1301(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65527']]],
+ expected: [['type' => 'i32', 'value' => '11']],
+ line: 1416,
+ );
+ }
+
+ #[Depends('testAssertReturn1301')]
+ public function testAssertReturn1302(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65528']]],
+ expected: [['type' => 'i32', 'value' => '12']],
+ line: 1417,
+ );
+ }
+
+ #[Depends('testAssertReturn1302')]
+ public function testAssertReturn1303(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65529']]],
+ expected: [['type' => 'i32', 'value' => '13']],
+ line: 1418,
+ );
+ }
+
+ #[Depends('testAssertReturn1303')]
+ public function testAssertReturn1304(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65530']]],
+ expected: [['type' => 'i32', 'value' => '14']],
+ line: 1419,
+ );
+ }
+
+ #[Depends('testAssertReturn1304')]
+ public function testAssertReturn1305(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65531']]],
+ expected: [['type' => 'i32', 'value' => '15']],
+ line: 1420,
+ );
+ }
+
+ #[Depends('testAssertReturn1305')]
+ public function testAssertReturn1306(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65532']]],
+ expected: [['type' => 'i32', 'value' => '16']],
+ line: 1421,
+ );
+ }
+
+ #[Depends('testAssertReturn1306')]
+ public function testAssertReturn1307(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65533']]],
+ expected: [['type' => 'i32', 'value' => '17']],
+ line: 1422,
+ );
+ }
+
+ #[Depends('testAssertReturn1307')]
+ public function testAssertReturn1308(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65534']]],
+ expected: [['type' => 'i32', 'value' => '18']],
+ line: 1423,
+ );
+ }
+
+ #[Depends('testAssertReturn1308')]
+ public function testAssertReturn1309(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65535']]],
+ expected: [['type' => 'i32', 'value' => '19']],
+ line: 1424,
+ );
+ }
+
+ #[Depends('testAssertReturn1309')]
+ public function testModule1310(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.11.wasm',
+ name: null,
+ line: 1426,
+ );
+ }
+
+ #[Depends('testModule1310')]
+ public function testAssertTrap1311(): void
+ {
+ $this->runAssertTrapCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'run', 'args' => [['type' => 'i32', 'value' => '0'], ['type' => 'i32', 'value' => '65515'], ['type' => 'i32', 'value' => '39']]],
+ text: 'out of bounds memory access',
+ line: 1434,
+ );
+ }
+
+ #[Depends('testAssertTrap1311')]
+ public function testAssertReturn1312(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '198']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1437,
+ );
+ }
+
+ #[Depends('testAssertReturn1312')]
+ public function testAssertReturn1313(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '397']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1438,
+ );
+ }
+
+ #[Depends('testAssertReturn1313')]
+ public function testAssertReturn1314(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '596']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1439,
+ );
+ }
+
+ #[Depends('testAssertReturn1314')]
+ public function testAssertReturn1315(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '795']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1440,
+ );
+ }
+
+ #[Depends('testAssertReturn1315')]
+ public function testAssertReturn1316(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '994']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1441,
+ );
+ }
+
+ #[Depends('testAssertReturn1316')]
+ public function testAssertReturn1317(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1193']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1442,
+ );
+ }
+
+ #[Depends('testAssertReturn1317')]
+ public function testAssertReturn1318(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1392']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1443,
+ );
+ }
+
+ #[Depends('testAssertReturn1318')]
+ public function testAssertReturn1319(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1591']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1444,
+ );
+ }
+
+ #[Depends('testAssertReturn1319')]
+ public function testAssertReturn1320(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1790']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1445,
+ );
+ }
+
+ #[Depends('testAssertReturn1320')]
+ public function testAssertReturn1321(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1989']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1446,
+ );
+ }
+
+ #[Depends('testAssertReturn1321')]
+ public function testAssertReturn1322(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2188']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1447,
+ );
+ }
+
+ #[Depends('testAssertReturn1322')]
+ public function testAssertReturn1323(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2387']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1448,
+ );
+ }
+
+ #[Depends('testAssertReturn1323')]
+ public function testAssertReturn1324(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2586']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1449,
+ );
+ }
+
+ #[Depends('testAssertReturn1324')]
+ public function testAssertReturn1325(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2785']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1450,
+ );
+ }
+
+ #[Depends('testAssertReturn1325')]
+ public function testAssertReturn1326(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2984']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1451,
+ );
+ }
+
+ #[Depends('testAssertReturn1326')]
+ public function testAssertReturn1327(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3183']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1452,
+ );
+ }
+
+ #[Depends('testAssertReturn1327')]
+ public function testAssertReturn1328(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3382']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1453,
+ );
+ }
+
+ #[Depends('testAssertReturn1328')]
+ public function testAssertReturn1329(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3581']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1454,
+ );
+ }
+
+ #[Depends('testAssertReturn1329')]
+ public function testAssertReturn1330(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3780']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1455,
+ );
+ }
+
+ #[Depends('testAssertReturn1330')]
+ public function testAssertReturn1331(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3979']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1456,
+ );
+ }
+
+ #[Depends('testAssertReturn1331')]
+ public function testAssertReturn1332(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4178']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1457,
+ );
+ }
+
+ #[Depends('testAssertReturn1332')]
+ public function testAssertReturn1333(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4377']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1458,
+ );
+ }
+
+ #[Depends('testAssertReturn1333')]
+ public function testAssertReturn1334(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4576']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1459,
+ );
+ }
+
+ #[Depends('testAssertReturn1334')]
+ public function testAssertReturn1335(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4775']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1460,
+ );
+ }
+
+ #[Depends('testAssertReturn1335')]
+ public function testAssertReturn1336(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4974']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1461,
+ );
+ }
+
+ #[Depends('testAssertReturn1336')]
+ public function testAssertReturn1337(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5173']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1462,
+ );
+ }
+
+ #[Depends('testAssertReturn1337')]
+ public function testAssertReturn1338(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5372']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1463,
+ );
+ }
+
+ #[Depends('testAssertReturn1338')]
+ public function testAssertReturn1339(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5571']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1464,
+ );
+ }
+
+ #[Depends('testAssertReturn1339')]
+ public function testAssertReturn1340(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5770']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1465,
+ );
+ }
+
+ #[Depends('testAssertReturn1340')]
+ public function testAssertReturn1341(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5969']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1466,
+ );
+ }
+
+ #[Depends('testAssertReturn1341')]
+ public function testAssertReturn1342(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6168']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1467,
+ );
+ }
+
+ #[Depends('testAssertReturn1342')]
+ public function testAssertReturn1343(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6367']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1468,
+ );
+ }
+
+ #[Depends('testAssertReturn1343')]
+ public function testAssertReturn1344(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6566']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1469,
+ );
+ }
+
+ #[Depends('testAssertReturn1344')]
+ public function testAssertReturn1345(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6765']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1470,
+ );
+ }
+
+ #[Depends('testAssertReturn1345')]
+ public function testAssertReturn1346(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6964']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1471,
+ );
+ }
+
+ #[Depends('testAssertReturn1346')]
+ public function testAssertReturn1347(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7163']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1472,
+ );
+ }
+
+ #[Depends('testAssertReturn1347')]
+ public function testAssertReturn1348(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7362']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1473,
+ );
+ }
+
+ #[Depends('testAssertReturn1348')]
+ public function testAssertReturn1349(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7561']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1474,
+ );
+ }
+
+ #[Depends('testAssertReturn1349')]
+ public function testAssertReturn1350(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7760']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1475,
+ );
+ }
+
+ #[Depends('testAssertReturn1350')]
+ public function testAssertReturn1351(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7959']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1476,
+ );
+ }
+
+ #[Depends('testAssertReturn1351')]
+ public function testAssertReturn1352(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8158']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1477,
+ );
+ }
+
+ #[Depends('testAssertReturn1352')]
+ public function testAssertReturn1353(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8357']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1478,
+ );
+ }
+
+ #[Depends('testAssertReturn1353')]
+ public function testAssertReturn1354(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8556']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1479,
+ );
+ }
+
+ #[Depends('testAssertReturn1354')]
+ public function testAssertReturn1355(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8755']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1480,
+ );
+ }
+
+ #[Depends('testAssertReturn1355')]
+ public function testAssertReturn1356(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8954']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1481,
+ );
+ }
+
+ #[Depends('testAssertReturn1356')]
+ public function testAssertReturn1357(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9153']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1482,
+ );
+ }
+
+ #[Depends('testAssertReturn1357')]
+ public function testAssertReturn1358(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9352']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1483,
+ );
+ }
+
+ #[Depends('testAssertReturn1358')]
+ public function testAssertReturn1359(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9551']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1484,
+ );
+ }
+
+ #[Depends('testAssertReturn1359')]
+ public function testAssertReturn1360(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9750']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1485,
+ );
+ }
+
+ #[Depends('testAssertReturn1360')]
+ public function testAssertReturn1361(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9949']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1486,
+ );
+ }
+
+ #[Depends('testAssertReturn1361')]
+ public function testAssertReturn1362(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10148']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1487,
+ );
+ }
+
+ #[Depends('testAssertReturn1362')]
+ public function testAssertReturn1363(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10347']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1488,
+ );
+ }
+
+ #[Depends('testAssertReturn1363')]
+ public function testAssertReturn1364(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10546']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1489,
+ );
+ }
+
+ #[Depends('testAssertReturn1364')]
+ public function testAssertReturn1365(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10745']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1490,
+ );
+ }
+
+ #[Depends('testAssertReturn1365')]
+ public function testAssertReturn1366(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10944']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1491,
+ );
+ }
+
+ #[Depends('testAssertReturn1366')]
+ public function testAssertReturn1367(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11143']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1492,
+ );
+ }
+
+ #[Depends('testAssertReturn1367')]
+ public function testAssertReturn1368(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11342']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1493,
+ );
+ }
+
+ #[Depends('testAssertReturn1368')]
+ public function testAssertReturn1369(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11541']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1494,
+ );
+ }
+
+ #[Depends('testAssertReturn1369')]
+ public function testAssertReturn1370(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11740']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1495,
+ );
+ }
+
+ #[Depends('testAssertReturn1370')]
+ public function testAssertReturn1371(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11939']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1496,
+ );
+ }
+
+ #[Depends('testAssertReturn1371')]
+ public function testAssertReturn1372(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12138']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1497,
+ );
+ }
+
+ #[Depends('testAssertReturn1372')]
+ public function testAssertReturn1373(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12337']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1498,
+ );
+ }
+
+ #[Depends('testAssertReturn1373')]
+ public function testAssertReturn1374(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12536']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1499,
+ );
+ }
+
+ #[Depends('testAssertReturn1374')]
+ public function testAssertReturn1375(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12735']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1500,
+ );
+ }
+
+ #[Depends('testAssertReturn1375')]
+ public function testAssertReturn1376(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12934']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1501,
+ );
+ }
+
+ #[Depends('testAssertReturn1376')]
+ public function testAssertReturn1377(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13133']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1502,
+ );
+ }
+
+ #[Depends('testAssertReturn1377')]
+ public function testAssertReturn1378(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13332']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1503,
+ );
+ }
+
+ #[Depends('testAssertReturn1378')]
+ public function testAssertReturn1379(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13531']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1504,
+ );
+ }
+
+ #[Depends('testAssertReturn1379')]
+ public function testAssertReturn1380(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13730']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1505,
+ );
+ }
+
+ #[Depends('testAssertReturn1380')]
+ public function testAssertReturn1381(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13929']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1506,
+ );
+ }
+
+ #[Depends('testAssertReturn1381')]
+ public function testAssertReturn1382(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14128']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1507,
+ );
+ }
+
+ #[Depends('testAssertReturn1382')]
+ public function testAssertReturn1383(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14327']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1508,
+ );
+ }
+
+ #[Depends('testAssertReturn1383')]
+ public function testAssertReturn1384(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14526']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1509,
+ );
+ }
+
+ #[Depends('testAssertReturn1384')]
+ public function testAssertReturn1385(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14725']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1510,
+ );
+ }
+
+ #[Depends('testAssertReturn1385')]
+ public function testAssertReturn1386(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14924']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1511,
+ );
+ }
+
+ #[Depends('testAssertReturn1386')]
+ public function testAssertReturn1387(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15123']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1512,
+ );
+ }
+
+ #[Depends('testAssertReturn1387')]
+ public function testAssertReturn1388(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15322']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1513,
+ );
+ }
+
+ #[Depends('testAssertReturn1388')]
+ public function testAssertReturn1389(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15521']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1514,
+ );
+ }
+
+ #[Depends('testAssertReturn1389')]
+ public function testAssertReturn1390(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15720']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1515,
+ );
+ }
+
+ #[Depends('testAssertReturn1390')]
+ public function testAssertReturn1391(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15919']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1516,
+ );
+ }
+
+ #[Depends('testAssertReturn1391')]
+ public function testAssertReturn1392(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16118']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1517,
+ );
+ }
+
+ #[Depends('testAssertReturn1392')]
+ public function testAssertReturn1393(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16317']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1518,
+ );
+ }
+
+ #[Depends('testAssertReturn1393')]
+ public function testAssertReturn1394(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16516']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1519,
+ );
+ }
+
+ #[Depends('testAssertReturn1394')]
+ public function testAssertReturn1395(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16715']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1520,
+ );
+ }
+
+ #[Depends('testAssertReturn1395')]
+ public function testAssertReturn1396(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16914']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1521,
+ );
+ }
+
+ #[Depends('testAssertReturn1396')]
+ public function testAssertReturn1397(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17113']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1522,
+ );
+ }
+
+ #[Depends('testAssertReturn1397')]
+ public function testAssertReturn1398(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17312']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1523,
+ );
+ }
+
+ #[Depends('testAssertReturn1398')]
+ public function testAssertReturn1399(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17511']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1524,
+ );
+ }
+
+ #[Depends('testAssertReturn1399')]
+ public function testAssertReturn1400(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17710']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1525,
+ );
+ }
+
+ #[Depends('testAssertReturn1400')]
+ public function testAssertReturn1401(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17909']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1526,
+ );
+ }
+
+ #[Depends('testAssertReturn1401')]
+ public function testAssertReturn1402(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18108']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1527,
+ );
+ }
+
+ #[Depends('testAssertReturn1402')]
+ public function testAssertReturn1403(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18307']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1528,
+ );
+ }
+
+ #[Depends('testAssertReturn1403')]
+ public function testAssertReturn1404(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18506']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1529,
+ );
+ }
+
+ #[Depends('testAssertReturn1404')]
+ public function testAssertReturn1405(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18705']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1530,
+ );
+ }
+
+ #[Depends('testAssertReturn1405')]
+ public function testAssertReturn1406(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18904']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1531,
+ );
+ }
+
+ #[Depends('testAssertReturn1406')]
+ public function testAssertReturn1407(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19103']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1532,
+ );
+ }
+
+ #[Depends('testAssertReturn1407')]
+ public function testAssertReturn1408(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19302']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1533,
+ );
+ }
+
+ #[Depends('testAssertReturn1408')]
+ public function testAssertReturn1409(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19501']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1534,
+ );
+ }
+
+ #[Depends('testAssertReturn1409')]
+ public function testAssertReturn1410(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19700']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1535,
+ );
+ }
+
+ #[Depends('testAssertReturn1410')]
+ public function testAssertReturn1411(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19899']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1536,
+ );
+ }
+
+ #[Depends('testAssertReturn1411')]
+ public function testAssertReturn1412(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20098']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1537,
+ );
+ }
+
+ #[Depends('testAssertReturn1412')]
+ public function testAssertReturn1413(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20297']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1538,
+ );
+ }
+
+ #[Depends('testAssertReturn1413')]
+ public function testAssertReturn1414(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20496']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1539,
+ );
+ }
+
+ #[Depends('testAssertReturn1414')]
+ public function testAssertReturn1415(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20695']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1540,
+ );
+ }
+
+ #[Depends('testAssertReturn1415')]
+ public function testAssertReturn1416(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20894']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1541,
+ );
+ }
+
+ #[Depends('testAssertReturn1416')]
+ public function testAssertReturn1417(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21093']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1542,
+ );
+ }
+
+ #[Depends('testAssertReturn1417')]
+ public function testAssertReturn1418(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21292']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1543,
+ );
+ }
+
+ #[Depends('testAssertReturn1418')]
+ public function testAssertReturn1419(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21491']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1544,
+ );
+ }
+
+ #[Depends('testAssertReturn1419')]
+ public function testAssertReturn1420(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21690']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1545,
+ );
+ }
+
+ #[Depends('testAssertReturn1420')]
+ public function testAssertReturn1421(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21889']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1546,
+ );
+ }
+
+ #[Depends('testAssertReturn1421')]
+ public function testAssertReturn1422(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22088']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1547,
+ );
+ }
+
+ #[Depends('testAssertReturn1422')]
+ public function testAssertReturn1423(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22287']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1548,
+ );
+ }
+
+ #[Depends('testAssertReturn1423')]
+ public function testAssertReturn1424(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22486']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1549,
+ );
+ }
+
+ #[Depends('testAssertReturn1424')]
+ public function testAssertReturn1425(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22685']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1550,
+ );
+ }
+
+ #[Depends('testAssertReturn1425')]
+ public function testAssertReturn1426(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22884']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1551,
+ );
+ }
+
+ #[Depends('testAssertReturn1426')]
+ public function testAssertReturn1427(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23083']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1552,
+ );
+ }
+
+ #[Depends('testAssertReturn1427')]
+ public function testAssertReturn1428(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23282']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1553,
+ );
+ }
+
+ #[Depends('testAssertReturn1428')]
+ public function testAssertReturn1429(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23481']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1554,
+ );
+ }
+
+ #[Depends('testAssertReturn1429')]
+ public function testAssertReturn1430(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23680']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1555,
+ );
+ }
+
+ #[Depends('testAssertReturn1430')]
+ public function testAssertReturn1431(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23879']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1556,
+ );
+ }
+
+ #[Depends('testAssertReturn1431')]
+ public function testAssertReturn1432(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24078']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1557,
+ );
+ }
+
+ #[Depends('testAssertReturn1432')]
+ public function testAssertReturn1433(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24277']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1558,
+ );
+ }
+
+ #[Depends('testAssertReturn1433')]
+ public function testAssertReturn1434(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24476']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1559,
+ );
+ }
+
+ #[Depends('testAssertReturn1434')]
+ public function testAssertReturn1435(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24675']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1560,
+ );
+ }
+
+ #[Depends('testAssertReturn1435')]
+ public function testAssertReturn1436(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24874']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1561,
+ );
+ }
+
+ #[Depends('testAssertReturn1436')]
+ public function testAssertReturn1437(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25073']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1562,
+ );
+ }
+
+ #[Depends('testAssertReturn1437')]
+ public function testAssertReturn1438(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25272']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1563,
+ );
+ }
+
+ #[Depends('testAssertReturn1438')]
+ public function testAssertReturn1439(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25471']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1564,
+ );
+ }
+
+ #[Depends('testAssertReturn1439')]
+ public function testAssertReturn1440(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25670']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1565,
+ );
+ }
+
+ #[Depends('testAssertReturn1440')]
+ public function testAssertReturn1441(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25869']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1566,
+ );
+ }
+
+ #[Depends('testAssertReturn1441')]
+ public function testAssertReturn1442(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26068']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1567,
+ );
+ }
+
+ #[Depends('testAssertReturn1442')]
+ public function testAssertReturn1443(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26267']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1568,
+ );
+ }
+
+ #[Depends('testAssertReturn1443')]
+ public function testAssertReturn1444(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26466']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1569,
+ );
+ }
+
+ #[Depends('testAssertReturn1444')]
+ public function testAssertReturn1445(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26665']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1570,
+ );
+ }
+
+ #[Depends('testAssertReturn1445')]
+ public function testAssertReturn1446(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26864']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1571,
+ );
+ }
+
+ #[Depends('testAssertReturn1446')]
+ public function testAssertReturn1447(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27063']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1572,
+ );
+ }
+
+ #[Depends('testAssertReturn1447')]
+ public function testAssertReturn1448(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27262']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1573,
+ );
+ }
+
+ #[Depends('testAssertReturn1448')]
+ public function testAssertReturn1449(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27461']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1574,
+ );
+ }
+
+ #[Depends('testAssertReturn1449')]
+ public function testAssertReturn1450(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27660']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1575,
+ );
+ }
+
+ #[Depends('testAssertReturn1450')]
+ public function testAssertReturn1451(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27859']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1576,
+ );
+ }
+
+ #[Depends('testAssertReturn1451')]
+ public function testAssertReturn1452(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28058']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1577,
+ );
+ }
+
+ #[Depends('testAssertReturn1452')]
+ public function testAssertReturn1453(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28257']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1578,
+ );
+ }
+
+ #[Depends('testAssertReturn1453')]
+ public function testAssertReturn1454(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28456']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1579,
+ );
+ }
+
+ #[Depends('testAssertReturn1454')]
+ public function testAssertReturn1455(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28655']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1580,
+ );
+ }
+
+ #[Depends('testAssertReturn1455')]
+ public function testAssertReturn1456(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28854']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1581,
+ );
+ }
+
+ #[Depends('testAssertReturn1456')]
+ public function testAssertReturn1457(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29053']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1582,
+ );
+ }
+
+ #[Depends('testAssertReturn1457')]
+ public function testAssertReturn1458(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29252']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1583,
+ );
+ }
+
+ #[Depends('testAssertReturn1458')]
+ public function testAssertReturn1459(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29451']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1584,
+ );
+ }
+
+ #[Depends('testAssertReturn1459')]
+ public function testAssertReturn1460(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29650']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1585,
+ );
+ }
+
+ #[Depends('testAssertReturn1460')]
+ public function testAssertReturn1461(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29849']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1586,
+ );
+ }
+
+ #[Depends('testAssertReturn1461')]
+ public function testAssertReturn1462(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30048']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1587,
+ );
+ }
+
+ #[Depends('testAssertReturn1462')]
+ public function testAssertReturn1463(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30247']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1588,
+ );
+ }
+
+ #[Depends('testAssertReturn1463')]
+ public function testAssertReturn1464(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30446']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1589,
+ );
+ }
+
+ #[Depends('testAssertReturn1464')]
+ public function testAssertReturn1465(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30645']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1590,
+ );
+ }
+
+ #[Depends('testAssertReturn1465')]
+ public function testAssertReturn1466(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30844']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1591,
+ );
+ }
+
+ #[Depends('testAssertReturn1466')]
+ public function testAssertReturn1467(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31043']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1592,
+ );
+ }
+
+ #[Depends('testAssertReturn1467')]
+ public function testAssertReturn1468(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31242']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1593,
+ );
+ }
+
+ #[Depends('testAssertReturn1468')]
+ public function testAssertReturn1469(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31441']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1594,
+ );
+ }
+
+ #[Depends('testAssertReturn1469')]
+ public function testAssertReturn1470(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31640']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1595,
+ );
+ }
+
+ #[Depends('testAssertReturn1470')]
+ public function testAssertReturn1471(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31839']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1596,
+ );
+ }
+
+ #[Depends('testAssertReturn1471')]
+ public function testAssertReturn1472(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32038']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1597,
+ );
+ }
+
+ #[Depends('testAssertReturn1472')]
+ public function testAssertReturn1473(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32237']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1598,
+ );
+ }
+
+ #[Depends('testAssertReturn1473')]
+ public function testAssertReturn1474(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32436']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1599,
+ );
+ }
+
+ #[Depends('testAssertReturn1474')]
+ public function testAssertReturn1475(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32635']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1600,
+ );
+ }
+
+ #[Depends('testAssertReturn1475')]
+ public function testAssertReturn1476(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32834']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1601,
+ );
+ }
+
+ #[Depends('testAssertReturn1476')]
+ public function testAssertReturn1477(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33033']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1602,
+ );
+ }
+
+ #[Depends('testAssertReturn1477')]
+ public function testAssertReturn1478(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33232']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1603,
+ );
+ }
+
+ #[Depends('testAssertReturn1478')]
+ public function testAssertReturn1479(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33431']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1604,
+ );
+ }
+
+ #[Depends('testAssertReturn1479')]
+ public function testAssertReturn1480(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33630']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1605,
+ );
+ }
+
+ #[Depends('testAssertReturn1480')]
+ public function testAssertReturn1481(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33829']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1606,
+ );
+ }
+
+ #[Depends('testAssertReturn1481')]
+ public function testAssertReturn1482(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34028']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1607,
+ );
+ }
+
+ #[Depends('testAssertReturn1482')]
+ public function testAssertReturn1483(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34227']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1608,
+ );
+ }
+
+ #[Depends('testAssertReturn1483')]
+ public function testAssertReturn1484(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34426']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1609,
+ );
+ }
+
+ #[Depends('testAssertReturn1484')]
+ public function testAssertReturn1485(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34625']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1610,
+ );
+ }
+
+ #[Depends('testAssertReturn1485')]
+ public function testAssertReturn1486(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34824']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1611,
+ );
+ }
+
+ #[Depends('testAssertReturn1486')]
+ public function testAssertReturn1487(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35023']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1612,
+ );
+ }
+
+ #[Depends('testAssertReturn1487')]
+ public function testAssertReturn1488(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35222']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1613,
+ );
+ }
+
+ #[Depends('testAssertReturn1488')]
+ public function testAssertReturn1489(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35421']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1614,
+ );
+ }
+
+ #[Depends('testAssertReturn1489')]
+ public function testAssertReturn1490(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35620']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1615,
+ );
+ }
+
+ #[Depends('testAssertReturn1490')]
+ public function testAssertReturn1491(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35819']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1616,
+ );
+ }
+
+ #[Depends('testAssertReturn1491')]
+ public function testAssertReturn1492(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36018']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1617,
+ );
+ }
+
+ #[Depends('testAssertReturn1492')]
+ public function testAssertReturn1493(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36217']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1618,
+ );
+ }
+
+ #[Depends('testAssertReturn1493')]
+ public function testAssertReturn1494(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36416']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1619,
+ );
+ }
+
+ #[Depends('testAssertReturn1494')]
+ public function testAssertReturn1495(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36615']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1620,
+ );
+ }
+
+ #[Depends('testAssertReturn1495')]
+ public function testAssertReturn1496(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36814']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1621,
+ );
+ }
+
+ #[Depends('testAssertReturn1496')]
+ public function testAssertReturn1497(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37013']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1622,
+ );
+ }
+
+ #[Depends('testAssertReturn1497')]
+ public function testAssertReturn1498(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37212']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1623,
+ );
+ }
+
+ #[Depends('testAssertReturn1498')]
+ public function testAssertReturn1499(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37411']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1624,
+ );
+ }
+
+ #[Depends('testAssertReturn1499')]
+ public function testAssertReturn1500(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37610']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1625,
+ );
+ }
+
+ #[Depends('testAssertReturn1500')]
+ public function testAssertReturn1501(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37809']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1626,
+ );
+ }
+
+ #[Depends('testAssertReturn1501')]
+ public function testAssertReturn1502(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38008']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1627,
+ );
+ }
+
+ #[Depends('testAssertReturn1502')]
+ public function testAssertReturn1503(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38207']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1628,
+ );
+ }
+
+ #[Depends('testAssertReturn1503')]
+ public function testAssertReturn1504(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38406']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1629,
+ );
+ }
+
+ #[Depends('testAssertReturn1504')]
+ public function testAssertReturn1505(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38605']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1630,
+ );
+ }
+
+ #[Depends('testAssertReturn1505')]
+ public function testAssertReturn1506(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38804']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1631,
+ );
+ }
+
+ #[Depends('testAssertReturn1506')]
+ public function testAssertReturn1507(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39003']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1632,
+ );
+ }
+
+ #[Depends('testAssertReturn1507')]
+ public function testAssertReturn1508(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39202']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1633,
+ );
+ }
+
+ #[Depends('testAssertReturn1508')]
+ public function testAssertReturn1509(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39401']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1634,
+ );
+ }
+
+ #[Depends('testAssertReturn1509')]
+ public function testAssertReturn1510(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39600']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1635,
+ );
+ }
+
+ #[Depends('testAssertReturn1510')]
+ public function testAssertReturn1511(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39799']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1636,
+ );
+ }
+
+ #[Depends('testAssertReturn1511')]
+ public function testAssertReturn1512(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39998']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1637,
+ );
+ }
+
+ #[Depends('testAssertReturn1512')]
+ public function testAssertReturn1513(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40197']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1638,
+ );
+ }
+
+ #[Depends('testAssertReturn1513')]
+ public function testAssertReturn1514(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40396']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1639,
+ );
+ }
+
+ #[Depends('testAssertReturn1514')]
+ public function testAssertReturn1515(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40595']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1640,
+ );
+ }
+
+ #[Depends('testAssertReturn1515')]
+ public function testAssertReturn1516(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40794']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1641,
+ );
+ }
+
+ #[Depends('testAssertReturn1516')]
+ public function testAssertReturn1517(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40993']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1642,
+ );
+ }
+
+ #[Depends('testAssertReturn1517')]
+ public function testAssertReturn1518(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41192']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1643,
+ );
+ }
+
+ #[Depends('testAssertReturn1518')]
+ public function testAssertReturn1519(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41391']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1644,
+ );
+ }
+
+ #[Depends('testAssertReturn1519')]
+ public function testAssertReturn1520(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41590']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1645,
+ );
+ }
+
+ #[Depends('testAssertReturn1520')]
+ public function testAssertReturn1521(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41789']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1646,
+ );
+ }
+
+ #[Depends('testAssertReturn1521')]
+ public function testAssertReturn1522(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41988']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1647,
+ );
+ }
+
+ #[Depends('testAssertReturn1522')]
+ public function testAssertReturn1523(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42187']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1648,
+ );
+ }
+
+ #[Depends('testAssertReturn1523')]
+ public function testAssertReturn1524(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42386']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1649,
+ );
+ }
+
+ #[Depends('testAssertReturn1524')]
+ public function testAssertReturn1525(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42585']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1650,
+ );
+ }
+
+ #[Depends('testAssertReturn1525')]
+ public function testAssertReturn1526(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42784']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1651,
+ );
+ }
+
+ #[Depends('testAssertReturn1526')]
+ public function testAssertReturn1527(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42983']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1652,
+ );
+ }
+
+ #[Depends('testAssertReturn1527')]
+ public function testAssertReturn1528(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43182']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1653,
+ );
+ }
+
+ #[Depends('testAssertReturn1528')]
+ public function testAssertReturn1529(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43381']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1654,
+ );
+ }
+
+ #[Depends('testAssertReturn1529')]
+ public function testAssertReturn1530(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43580']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1655,
+ );
+ }
+
+ #[Depends('testAssertReturn1530')]
+ public function testAssertReturn1531(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43779']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1656,
+ );
+ }
+
+ #[Depends('testAssertReturn1531')]
+ public function testAssertReturn1532(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43978']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1657,
+ );
+ }
+
+ #[Depends('testAssertReturn1532')]
+ public function testAssertReturn1533(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44177']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1658,
+ );
+ }
+
+ #[Depends('testAssertReturn1533')]
+ public function testAssertReturn1534(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44376']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1659,
+ );
+ }
+
+ #[Depends('testAssertReturn1534')]
+ public function testAssertReturn1535(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44575']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1660,
+ );
+ }
+
+ #[Depends('testAssertReturn1535')]
+ public function testAssertReturn1536(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44774']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1661,
+ );
+ }
+
+ #[Depends('testAssertReturn1536')]
+ public function testAssertReturn1537(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44973']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1662,
+ );
+ }
+
+ #[Depends('testAssertReturn1537')]
+ public function testAssertReturn1538(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45172']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1663,
+ );
+ }
+
+ #[Depends('testAssertReturn1538')]
+ public function testAssertReturn1539(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45371']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1664,
+ );
+ }
+
+ #[Depends('testAssertReturn1539')]
+ public function testAssertReturn1540(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45570']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1665,
+ );
+ }
+
+ #[Depends('testAssertReturn1540')]
+ public function testAssertReturn1541(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45769']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1666,
+ );
+ }
+
+ #[Depends('testAssertReturn1541')]
+ public function testAssertReturn1542(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45968']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1667,
+ );
+ }
+
+ #[Depends('testAssertReturn1542')]
+ public function testAssertReturn1543(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46167']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1668,
+ );
+ }
+
+ #[Depends('testAssertReturn1543')]
+ public function testAssertReturn1544(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46366']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1669,
+ );
+ }
+
+ #[Depends('testAssertReturn1544')]
+ public function testAssertReturn1545(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46565']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1670,
+ );
+ }
+
+ #[Depends('testAssertReturn1545')]
+ public function testAssertReturn1546(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46764']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1671,
+ );
+ }
+
+ #[Depends('testAssertReturn1546')]
+ public function testAssertReturn1547(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46963']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1672,
+ );
+ }
+
+ #[Depends('testAssertReturn1547')]
+ public function testAssertReturn1548(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47162']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1673,
+ );
+ }
+
+ #[Depends('testAssertReturn1548')]
+ public function testAssertReturn1549(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47361']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1674,
+ );
+ }
+
+ #[Depends('testAssertReturn1549')]
+ public function testAssertReturn1550(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47560']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1675,
+ );
+ }
+
+ #[Depends('testAssertReturn1550')]
+ public function testAssertReturn1551(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47759']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1676,
+ );
+ }
+
+ #[Depends('testAssertReturn1551')]
+ public function testAssertReturn1552(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47958']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1677,
+ );
+ }
+
+ #[Depends('testAssertReturn1552')]
+ public function testAssertReturn1553(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48157']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1678,
+ );
+ }
+
+ #[Depends('testAssertReturn1553')]
+ public function testAssertReturn1554(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48356']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1679,
+ );
+ }
+
+ #[Depends('testAssertReturn1554')]
+ public function testAssertReturn1555(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48555']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1680,
+ );
+ }
+
+ #[Depends('testAssertReturn1555')]
+ public function testAssertReturn1556(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48754']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1681,
+ );
+ }
+
+ #[Depends('testAssertReturn1556')]
+ public function testAssertReturn1557(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48953']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1682,
+ );
+ }
+
+ #[Depends('testAssertReturn1557')]
+ public function testAssertReturn1558(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49152']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1683,
+ );
+ }
+
+ #[Depends('testAssertReturn1558')]
+ public function testAssertReturn1559(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49351']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1684,
+ );
+ }
+
+ #[Depends('testAssertReturn1559')]
+ public function testAssertReturn1560(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49550']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1685,
+ );
+ }
+
+ #[Depends('testAssertReturn1560')]
+ public function testAssertReturn1561(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49749']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1686,
+ );
+ }
+
+ #[Depends('testAssertReturn1561')]
+ public function testAssertReturn1562(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49948']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1687,
+ );
+ }
+
+ #[Depends('testAssertReturn1562')]
+ public function testAssertReturn1563(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50147']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1688,
+ );
+ }
+
+ #[Depends('testAssertReturn1563')]
+ public function testAssertReturn1564(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50346']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1689,
+ );
+ }
+
+ #[Depends('testAssertReturn1564')]
+ public function testAssertReturn1565(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50545']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1690,
+ );
+ }
+
+ #[Depends('testAssertReturn1565')]
+ public function testAssertReturn1566(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50744']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1691,
+ );
+ }
+
+ #[Depends('testAssertReturn1566')]
+ public function testAssertReturn1567(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50943']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1692,
+ );
+ }
+
+ #[Depends('testAssertReturn1567')]
+ public function testAssertReturn1568(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51142']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1693,
+ );
+ }
+
+ #[Depends('testAssertReturn1568')]
+ public function testAssertReturn1569(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51341']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1694,
+ );
+ }
+
+ #[Depends('testAssertReturn1569')]
+ public function testAssertReturn1570(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51540']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1695,
+ );
+ }
+
+ #[Depends('testAssertReturn1570')]
+ public function testAssertReturn1571(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51739']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1696,
+ );
+ }
+
+ #[Depends('testAssertReturn1571')]
+ public function testAssertReturn1572(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51938']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1697,
+ );
+ }
+
+ #[Depends('testAssertReturn1572')]
+ public function testAssertReturn1573(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52137']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1698,
+ );
+ }
+
+ #[Depends('testAssertReturn1573')]
+ public function testAssertReturn1574(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52336']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1699,
+ );
+ }
+
+ #[Depends('testAssertReturn1574')]
+ public function testAssertReturn1575(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52535']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1700,
+ );
+ }
+
+ #[Depends('testAssertReturn1575')]
+ public function testAssertReturn1576(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52734']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1701,
+ );
+ }
+
+ #[Depends('testAssertReturn1576')]
+ public function testAssertReturn1577(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52933']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1702,
+ );
+ }
+
+ #[Depends('testAssertReturn1577')]
+ public function testAssertReturn1578(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53132']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1703,
+ );
+ }
+
+ #[Depends('testAssertReturn1578')]
+ public function testAssertReturn1579(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53331']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1704,
+ );
+ }
+
+ #[Depends('testAssertReturn1579')]
+ public function testAssertReturn1580(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53530']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1705,
+ );
+ }
+
+ #[Depends('testAssertReturn1580')]
+ public function testAssertReturn1581(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53729']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1706,
+ );
+ }
+
+ #[Depends('testAssertReturn1581')]
+ public function testAssertReturn1582(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53928']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1707,
+ );
+ }
+
+ #[Depends('testAssertReturn1582')]
+ public function testAssertReturn1583(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54127']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1708,
+ );
+ }
+
+ #[Depends('testAssertReturn1583')]
+ public function testAssertReturn1584(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54326']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1709,
+ );
+ }
+
+ #[Depends('testAssertReturn1584')]
+ public function testAssertReturn1585(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54525']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1710,
+ );
+ }
+
+ #[Depends('testAssertReturn1585')]
+ public function testAssertReturn1586(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54724']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1711,
+ );
+ }
+
+ #[Depends('testAssertReturn1586')]
+ public function testAssertReturn1587(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54923']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1712,
+ );
+ }
+
+ #[Depends('testAssertReturn1587')]
+ public function testAssertReturn1588(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55122']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1713,
+ );
+ }
+
+ #[Depends('testAssertReturn1588')]
+ public function testAssertReturn1589(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55321']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1714,
+ );
+ }
+
+ #[Depends('testAssertReturn1589')]
+ public function testAssertReturn1590(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55520']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1715,
+ );
+ }
+
+ #[Depends('testAssertReturn1590')]
+ public function testAssertReturn1591(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55719']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1716,
+ );
+ }
+
+ #[Depends('testAssertReturn1591')]
+ public function testAssertReturn1592(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55918']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1717,
+ );
+ }
+
+ #[Depends('testAssertReturn1592')]
+ public function testAssertReturn1593(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56117']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1718,
+ );
+ }
+
+ #[Depends('testAssertReturn1593')]
+ public function testAssertReturn1594(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56316']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1719,
+ );
+ }
+
+ #[Depends('testAssertReturn1594')]
+ public function testAssertReturn1595(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56515']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1720,
+ );
+ }
+
+ #[Depends('testAssertReturn1595')]
+ public function testAssertReturn1596(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56714']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1721,
+ );
+ }
+
+ #[Depends('testAssertReturn1596')]
+ public function testAssertReturn1597(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56913']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1722,
+ );
+ }
+
+ #[Depends('testAssertReturn1597')]
+ public function testAssertReturn1598(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57112']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1723,
+ );
+ }
+
+ #[Depends('testAssertReturn1598')]
+ public function testAssertReturn1599(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57311']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1724,
+ );
+ }
+
+ #[Depends('testAssertReturn1599')]
+ public function testAssertReturn1600(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57510']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1725,
+ );
+ }
+
+ #[Depends('testAssertReturn1600')]
+ public function testAssertReturn1601(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57709']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1726,
+ );
+ }
+
+ #[Depends('testAssertReturn1601')]
+ public function testAssertReturn1602(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57908']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1727,
+ );
+ }
+
+ #[Depends('testAssertReturn1602')]
+ public function testAssertReturn1603(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58107']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1728,
+ );
+ }
+
+ #[Depends('testAssertReturn1603')]
+ public function testAssertReturn1604(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58306']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1729,
+ );
+ }
+
+ #[Depends('testAssertReturn1604')]
+ public function testAssertReturn1605(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58505']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1730,
+ );
+ }
+
+ #[Depends('testAssertReturn1605')]
+ public function testAssertReturn1606(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58704']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1731,
+ );
+ }
+
+ #[Depends('testAssertReturn1606')]
+ public function testAssertReturn1607(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58903']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1732,
+ );
+ }
+
+ #[Depends('testAssertReturn1607')]
+ public function testAssertReturn1608(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59102']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1733,
+ );
+ }
+
+ #[Depends('testAssertReturn1608')]
+ public function testAssertReturn1609(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59301']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1734,
+ );
+ }
+
+ #[Depends('testAssertReturn1609')]
+ public function testAssertReturn1610(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59500']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1735,
+ );
+ }
+
+ #[Depends('testAssertReturn1610')]
+ public function testAssertReturn1611(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59699']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1736,
+ );
+ }
+
+ #[Depends('testAssertReturn1611')]
+ public function testAssertReturn1612(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59898']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1737,
+ );
+ }
+
+ #[Depends('testAssertReturn1612')]
+ public function testAssertReturn1613(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60097']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1738,
+ );
+ }
+
+ #[Depends('testAssertReturn1613')]
+ public function testAssertReturn1614(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60296']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1739,
+ );
+ }
+
+ #[Depends('testAssertReturn1614')]
+ public function testAssertReturn1615(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60495']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1740,
+ );
+ }
+
+ #[Depends('testAssertReturn1615')]
+ public function testAssertReturn1616(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60694']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1741,
+ );
+ }
+
+ #[Depends('testAssertReturn1616')]
+ public function testAssertReturn1617(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60893']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1742,
+ );
+ }
+
+ #[Depends('testAssertReturn1617')]
+ public function testAssertReturn1618(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61092']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1743,
+ );
+ }
+
+ #[Depends('testAssertReturn1618')]
+ public function testAssertReturn1619(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61291']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1744,
+ );
+ }
+
+ #[Depends('testAssertReturn1619')]
+ public function testAssertReturn1620(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61490']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1745,
+ );
+ }
+
+ #[Depends('testAssertReturn1620')]
+ public function testAssertReturn1621(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61689']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1746,
+ );
+ }
+
+ #[Depends('testAssertReturn1621')]
+ public function testAssertReturn1622(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61888']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1747,
+ );
+ }
+
+ #[Depends('testAssertReturn1622')]
+ public function testAssertReturn1623(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62087']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1748,
+ );
+ }
+
+ #[Depends('testAssertReturn1623')]
+ public function testAssertReturn1624(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62286']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1749,
+ );
+ }
+
+ #[Depends('testAssertReturn1624')]
+ public function testAssertReturn1625(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62485']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1750,
+ );
+ }
+
+ #[Depends('testAssertReturn1625')]
+ public function testAssertReturn1626(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62684']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1751,
+ );
+ }
+
+ #[Depends('testAssertReturn1626')]
+ public function testAssertReturn1627(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62883']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1752,
+ );
+ }
+
+ #[Depends('testAssertReturn1627')]
+ public function testAssertReturn1628(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63082']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1753,
+ );
+ }
+
+ #[Depends('testAssertReturn1628')]
+ public function testAssertReturn1629(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63281']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1754,
+ );
+ }
+
+ #[Depends('testAssertReturn1629')]
+ public function testAssertReturn1630(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63480']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1755,
+ );
+ }
+
+ #[Depends('testAssertReturn1630')]
+ public function testAssertReturn1631(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63679']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1756,
+ );
+ }
+
+ #[Depends('testAssertReturn1631')]
+ public function testAssertReturn1632(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63878']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1757,
+ );
+ }
+
+ #[Depends('testAssertReturn1632')]
+ public function testAssertReturn1633(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64077']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1758,
+ );
+ }
+
+ #[Depends('testAssertReturn1633')]
+ public function testAssertReturn1634(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64276']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1759,
+ );
+ }
+
+ #[Depends('testAssertReturn1634')]
+ public function testAssertReturn1635(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64475']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1760,
+ );
+ }
+
+ #[Depends('testAssertReturn1635')]
+ public function testAssertReturn1636(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64674']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1761,
+ );
+ }
+
+ #[Depends('testAssertReturn1636')]
+ public function testAssertReturn1637(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64873']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1762,
+ );
+ }
+
+ #[Depends('testAssertReturn1637')]
+ public function testAssertReturn1638(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65072']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1763,
+ );
+ }
+
+ #[Depends('testAssertReturn1638')]
+ public function testAssertReturn1639(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65271']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1764,
+ );
+ }
+
+ #[Depends('testAssertReturn1639')]
+ public function testAssertReturn1640(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65470']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1765,
+ );
+ }
+
+ #[Depends('testAssertReturn1640')]
+ public function testAssertReturn1641(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65515']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1766,
+ );
+ }
+
+ #[Depends('testAssertReturn1641')]
+ public function testAssertReturn1642(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65516']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 1767,
+ );
+ }
+
+ #[Depends('testAssertReturn1642')]
+ public function testAssertReturn1643(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65517']]],
+ expected: [['type' => 'i32', 'value' => '2']],
+ line: 1768,
+ );
+ }
+
+ #[Depends('testAssertReturn1643')]
+ public function testAssertReturn1644(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65518']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 1769,
+ );
+ }
+
+ #[Depends('testAssertReturn1644')]
+ public function testAssertReturn1645(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65519']]],
+ expected: [['type' => 'i32', 'value' => '4']],
+ line: 1770,
+ );
+ }
+
+ #[Depends('testAssertReturn1645')]
+ public function testAssertReturn1646(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65520']]],
+ expected: [['type' => 'i32', 'value' => '5']],
+ line: 1771,
+ );
+ }
+
+ #[Depends('testAssertReturn1646')]
+ public function testAssertReturn1647(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65521']]],
+ expected: [['type' => 'i32', 'value' => '6']],
+ line: 1772,
+ );
+ }
+
+ #[Depends('testAssertReturn1647')]
+ public function testAssertReturn1648(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65522']]],
+ expected: [['type' => 'i32', 'value' => '7']],
+ line: 1773,
+ );
+ }
+
+ #[Depends('testAssertReturn1648')]
+ public function testAssertReturn1649(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65523']]],
+ expected: [['type' => 'i32', 'value' => '8']],
+ line: 1774,
+ );
+ }
+
+ #[Depends('testAssertReturn1649')]
+ public function testAssertReturn1650(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65524']]],
+ expected: [['type' => 'i32', 'value' => '9']],
+ line: 1775,
+ );
+ }
+
+ #[Depends('testAssertReturn1650')]
+ public function testAssertReturn1651(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65525']]],
+ expected: [['type' => 'i32', 'value' => '10']],
+ line: 1776,
+ );
+ }
+
+ #[Depends('testAssertReturn1651')]
+ public function testAssertReturn1652(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65526']]],
+ expected: [['type' => 'i32', 'value' => '11']],
+ line: 1777,
+ );
+ }
+
+ #[Depends('testAssertReturn1652')]
+ public function testAssertReturn1653(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65527']]],
+ expected: [['type' => 'i32', 'value' => '12']],
+ line: 1778,
+ );
+ }
+
+ #[Depends('testAssertReturn1653')]
+ public function testAssertReturn1654(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65528']]],
+ expected: [['type' => 'i32', 'value' => '13']],
+ line: 1779,
+ );
+ }
+
+ #[Depends('testAssertReturn1654')]
+ public function testAssertReturn1655(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65529']]],
+ expected: [['type' => 'i32', 'value' => '14']],
+ line: 1780,
+ );
+ }
+
+ #[Depends('testAssertReturn1655')]
+ public function testAssertReturn1656(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65530']]],
+ expected: [['type' => 'i32', 'value' => '15']],
+ line: 1781,
+ );
+ }
+
+ #[Depends('testAssertReturn1656')]
+ public function testAssertReturn1657(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65531']]],
+ expected: [['type' => 'i32', 'value' => '16']],
+ line: 1782,
+ );
+ }
+
+ #[Depends('testAssertReturn1657')]
+ public function testAssertReturn1658(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65532']]],
+ expected: [['type' => 'i32', 'value' => '17']],
+ line: 1783,
+ );
+ }
+
+ #[Depends('testAssertReturn1658')]
+ public function testAssertReturn1659(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65533']]],
+ expected: [['type' => 'i32', 'value' => '18']],
+ line: 1784,
+ );
+ }
+
+ #[Depends('testAssertReturn1659')]
+ public function testAssertReturn1660(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65534']]],
+ expected: [['type' => 'i32', 'value' => '19']],
+ line: 1785,
+ );
+ }
+
+ #[Depends('testAssertReturn1660')]
+ public function testAssertReturn1661(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65535']]],
+ expected: [['type' => 'i32', 'value' => '20']],
+ line: 1786,
+ );
+ }
+
+ #[Depends('testAssertReturn1661')]
+ public function testModule1662(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.12.wasm',
+ name: null,
+ line: 1788,
+ );
+ }
+
+ #[Depends('testModule1662')]
+ public function testAssertTrap1663(): void
+ {
+ $this->runAssertTrapCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'run', 'args' => [['type' => 'i32', 'value' => '65516'], ['type' => 'i32', 'value' => '65486'], ['type' => 'i32', 'value' => '40']]],
+ text: 'out of bounds memory access',
+ line: 1796,
+ );
+ }
+
+ #[Depends('testAssertTrap1663')]
+ public function testAssertReturn1664(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '198']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1799,
+ );
+ }
+
+ #[Depends('testAssertReturn1664')]
+ public function testAssertReturn1665(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '397']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1800,
+ );
+ }
+
+ #[Depends('testAssertReturn1665')]
+ public function testAssertReturn1666(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '596']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1801,
+ );
+ }
+
+ #[Depends('testAssertReturn1666')]
+ public function testAssertReturn1667(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '795']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1802,
+ );
+ }
+
+ #[Depends('testAssertReturn1667')]
+ public function testAssertReturn1668(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '994']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1803,
+ );
+ }
+
+ #[Depends('testAssertReturn1668')]
+ public function testAssertReturn1669(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1193']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1804,
+ );
+ }
+
+ #[Depends('testAssertReturn1669')]
+ public function testAssertReturn1670(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1392']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1805,
+ );
+ }
+
+ #[Depends('testAssertReturn1670')]
+ public function testAssertReturn1671(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1591']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1806,
+ );
+ }
+
+ #[Depends('testAssertReturn1671')]
+ public function testAssertReturn1672(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1790']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1807,
+ );
+ }
+
+ #[Depends('testAssertReturn1672')]
+ public function testAssertReturn1673(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1989']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1808,
+ );
+ }
+
+ #[Depends('testAssertReturn1673')]
+ public function testAssertReturn1674(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2188']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1809,
+ );
+ }
+
+ #[Depends('testAssertReturn1674')]
+ public function testAssertReturn1675(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2387']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1810,
+ );
+ }
+
+ #[Depends('testAssertReturn1675')]
+ public function testAssertReturn1676(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2586']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1811,
+ );
+ }
+
+ #[Depends('testAssertReturn1676')]
+ public function testAssertReturn1677(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2785']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1812,
+ );
+ }
+
+ #[Depends('testAssertReturn1677')]
+ public function testAssertReturn1678(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2984']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1813,
+ );
+ }
+
+ #[Depends('testAssertReturn1678')]
+ public function testAssertReturn1679(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3183']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1814,
+ );
+ }
+
+ #[Depends('testAssertReturn1679')]
+ public function testAssertReturn1680(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3382']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1815,
+ );
+ }
+
+ #[Depends('testAssertReturn1680')]
+ public function testAssertReturn1681(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3581']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1816,
+ );
+ }
+
+ #[Depends('testAssertReturn1681')]
+ public function testAssertReturn1682(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3780']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1817,
+ );
+ }
+
+ #[Depends('testAssertReturn1682')]
+ public function testAssertReturn1683(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3979']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1818,
+ );
+ }
+
+ #[Depends('testAssertReturn1683')]
+ public function testAssertReturn1684(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4178']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1819,
+ );
+ }
+
+ #[Depends('testAssertReturn1684')]
+ public function testAssertReturn1685(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4377']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1820,
+ );
+ }
+
+ #[Depends('testAssertReturn1685')]
+ public function testAssertReturn1686(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4576']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1821,
+ );
+ }
+
+ #[Depends('testAssertReturn1686')]
+ public function testAssertReturn1687(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4775']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1822,
+ );
+ }
+
+ #[Depends('testAssertReturn1687')]
+ public function testAssertReturn1688(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4974']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1823,
+ );
+ }
+
+ #[Depends('testAssertReturn1688')]
+ public function testAssertReturn1689(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5173']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1824,
+ );
+ }
+
+ #[Depends('testAssertReturn1689')]
+ public function testAssertReturn1690(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5372']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1825,
+ );
+ }
+
+ #[Depends('testAssertReturn1690')]
+ public function testAssertReturn1691(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5571']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1826,
+ );
+ }
+
+ #[Depends('testAssertReturn1691')]
+ public function testAssertReturn1692(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5770']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1827,
+ );
+ }
+
+ #[Depends('testAssertReturn1692')]
+ public function testAssertReturn1693(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5969']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1828,
+ );
+ }
+
+ #[Depends('testAssertReturn1693')]
+ public function testAssertReturn1694(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6168']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1829,
+ );
+ }
+
+ #[Depends('testAssertReturn1694')]
+ public function testAssertReturn1695(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6367']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1830,
+ );
+ }
+
+ #[Depends('testAssertReturn1695')]
+ public function testAssertReturn1696(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6566']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1831,
+ );
+ }
+
+ #[Depends('testAssertReturn1696')]
+ public function testAssertReturn1697(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6765']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1832,
+ );
+ }
+
+ #[Depends('testAssertReturn1697')]
+ public function testAssertReturn1698(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6964']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1833,
+ );
+ }
+
+ #[Depends('testAssertReturn1698')]
+ public function testAssertReturn1699(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7163']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1834,
+ );
+ }
+
+ #[Depends('testAssertReturn1699')]
+ public function testAssertReturn1700(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7362']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1835,
+ );
+ }
+
+ #[Depends('testAssertReturn1700')]
+ public function testAssertReturn1701(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7561']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1836,
+ );
+ }
+
+ #[Depends('testAssertReturn1701')]
+ public function testAssertReturn1702(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7760']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1837,
+ );
+ }
+
+ #[Depends('testAssertReturn1702')]
+ public function testAssertReturn1703(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7959']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1838,
+ );
+ }
+
+ #[Depends('testAssertReturn1703')]
+ public function testAssertReturn1704(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8158']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1839,
+ );
+ }
+
+ #[Depends('testAssertReturn1704')]
+ public function testAssertReturn1705(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8357']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1840,
+ );
+ }
+
+ #[Depends('testAssertReturn1705')]
+ public function testAssertReturn1706(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8556']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1841,
+ );
+ }
+
+ #[Depends('testAssertReturn1706')]
+ public function testAssertReturn1707(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8755']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1842,
+ );
+ }
+
+ #[Depends('testAssertReturn1707')]
+ public function testAssertReturn1708(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8954']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1843,
+ );
+ }
+
+ #[Depends('testAssertReturn1708')]
+ public function testAssertReturn1709(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9153']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1844,
+ );
+ }
+
+ #[Depends('testAssertReturn1709')]
+ public function testAssertReturn1710(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9352']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1845,
+ );
+ }
+
+ #[Depends('testAssertReturn1710')]
+ public function testAssertReturn1711(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9551']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1846,
+ );
+ }
+
+ #[Depends('testAssertReturn1711')]
+ public function testAssertReturn1712(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9750']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1847,
+ );
+ }
+
+ #[Depends('testAssertReturn1712')]
+ public function testAssertReturn1713(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9949']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1848,
+ );
+ }
+
+ #[Depends('testAssertReturn1713')]
+ public function testAssertReturn1714(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10148']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1849,
+ );
+ }
+
+ #[Depends('testAssertReturn1714')]
+ public function testAssertReturn1715(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10347']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1850,
+ );
+ }
+
+ #[Depends('testAssertReturn1715')]
+ public function testAssertReturn1716(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10546']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1851,
+ );
+ }
+
+ #[Depends('testAssertReturn1716')]
+ public function testAssertReturn1717(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10745']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1852,
+ );
+ }
+
+ #[Depends('testAssertReturn1717')]
+ public function testAssertReturn1718(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10944']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1853,
+ );
+ }
+
+ #[Depends('testAssertReturn1718')]
+ public function testAssertReturn1719(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11143']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1854,
+ );
+ }
+
+ #[Depends('testAssertReturn1719')]
+ public function testAssertReturn1720(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11342']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1855,
+ );
+ }
+
+ #[Depends('testAssertReturn1720')]
+ public function testAssertReturn1721(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11541']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1856,
+ );
+ }
+
+ #[Depends('testAssertReturn1721')]
+ public function testAssertReturn1722(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11740']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1857,
+ );
+ }
+
+ #[Depends('testAssertReturn1722')]
+ public function testAssertReturn1723(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11939']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1858,
+ );
+ }
+
+ #[Depends('testAssertReturn1723')]
+ public function testAssertReturn1724(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12138']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1859,
+ );
+ }
+
+ #[Depends('testAssertReturn1724')]
+ public function testAssertReturn1725(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12337']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1860,
+ );
+ }
+
+ #[Depends('testAssertReturn1725')]
+ public function testAssertReturn1726(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12536']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1861,
+ );
+ }
+
+ #[Depends('testAssertReturn1726')]
+ public function testAssertReturn1727(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12735']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1862,
+ );
+ }
+
+ #[Depends('testAssertReturn1727')]
+ public function testAssertReturn1728(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12934']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1863,
+ );
+ }
+
+ #[Depends('testAssertReturn1728')]
+ public function testAssertReturn1729(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13133']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1864,
+ );
+ }
+
+ #[Depends('testAssertReturn1729')]
+ public function testAssertReturn1730(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13332']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1865,
+ );
+ }
+
+ #[Depends('testAssertReturn1730')]
+ public function testAssertReturn1731(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13531']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1866,
+ );
+ }
+
+ #[Depends('testAssertReturn1731')]
+ public function testAssertReturn1732(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13730']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1867,
+ );
+ }
+
+ #[Depends('testAssertReturn1732')]
+ public function testAssertReturn1733(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13929']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1868,
+ );
+ }
+
+ #[Depends('testAssertReturn1733')]
+ public function testAssertReturn1734(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14128']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1869,
+ );
+ }
+
+ #[Depends('testAssertReturn1734')]
+ public function testAssertReturn1735(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14327']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1870,
+ );
+ }
+
+ #[Depends('testAssertReturn1735')]
+ public function testAssertReturn1736(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14526']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1871,
+ );
+ }
+
+ #[Depends('testAssertReturn1736')]
+ public function testAssertReturn1737(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14725']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1872,
+ );
+ }
+
+ #[Depends('testAssertReturn1737')]
+ public function testAssertReturn1738(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14924']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1873,
+ );
+ }
+
+ #[Depends('testAssertReturn1738')]
+ public function testAssertReturn1739(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15123']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1874,
+ );
+ }
+
+ #[Depends('testAssertReturn1739')]
+ public function testAssertReturn1740(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15322']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1875,
+ );
+ }
+
+ #[Depends('testAssertReturn1740')]
+ public function testAssertReturn1741(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15521']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1876,
+ );
+ }
+
+ #[Depends('testAssertReturn1741')]
+ public function testAssertReturn1742(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15720']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1877,
+ );
+ }
+
+ #[Depends('testAssertReturn1742')]
+ public function testAssertReturn1743(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15919']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1878,
+ );
+ }
+
+ #[Depends('testAssertReturn1743')]
+ public function testAssertReturn1744(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16118']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1879,
+ );
+ }
+
+ #[Depends('testAssertReturn1744')]
+ public function testAssertReturn1745(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16317']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1880,
+ );
+ }
+
+ #[Depends('testAssertReturn1745')]
+ public function testAssertReturn1746(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16516']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1881,
+ );
+ }
+
+ #[Depends('testAssertReturn1746')]
+ public function testAssertReturn1747(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16715']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1882,
+ );
+ }
+
+ #[Depends('testAssertReturn1747')]
+ public function testAssertReturn1748(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16914']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1883,
+ );
+ }
+
+ #[Depends('testAssertReturn1748')]
+ public function testAssertReturn1749(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17113']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1884,
+ );
+ }
+
+ #[Depends('testAssertReturn1749')]
+ public function testAssertReturn1750(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17312']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1885,
+ );
+ }
+
+ #[Depends('testAssertReturn1750')]
+ public function testAssertReturn1751(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17511']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1886,
+ );
+ }
+
+ #[Depends('testAssertReturn1751')]
+ public function testAssertReturn1752(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17710']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1887,
+ );
+ }
+
+ #[Depends('testAssertReturn1752')]
+ public function testAssertReturn1753(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17909']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1888,
+ );
+ }
+
+ #[Depends('testAssertReturn1753')]
+ public function testAssertReturn1754(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18108']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1889,
+ );
+ }
+
+ #[Depends('testAssertReturn1754')]
+ public function testAssertReturn1755(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18307']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1890,
+ );
+ }
+
+ #[Depends('testAssertReturn1755')]
+ public function testAssertReturn1756(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18506']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1891,
+ );
+ }
+
+ #[Depends('testAssertReturn1756')]
+ public function testAssertReturn1757(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18705']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1892,
+ );
+ }
+
+ #[Depends('testAssertReturn1757')]
+ public function testAssertReturn1758(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18904']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1893,
+ );
+ }
+
+ #[Depends('testAssertReturn1758')]
+ public function testAssertReturn1759(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19103']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1894,
+ );
+ }
+
+ #[Depends('testAssertReturn1759')]
+ public function testAssertReturn1760(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19302']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1895,
+ );
+ }
+
+ #[Depends('testAssertReturn1760')]
+ public function testAssertReturn1761(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19501']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1896,
+ );
+ }
+
+ #[Depends('testAssertReturn1761')]
+ public function testAssertReturn1762(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19700']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1897,
+ );
+ }
+
+ #[Depends('testAssertReturn1762')]
+ public function testAssertReturn1763(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19899']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1898,
+ );
+ }
+
+ #[Depends('testAssertReturn1763')]
+ public function testAssertReturn1764(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20098']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1899,
+ );
+ }
+
+ #[Depends('testAssertReturn1764')]
+ public function testAssertReturn1765(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20297']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1900,
+ );
+ }
+
+ #[Depends('testAssertReturn1765')]
+ public function testAssertReturn1766(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20496']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1901,
+ );
+ }
+
+ #[Depends('testAssertReturn1766')]
+ public function testAssertReturn1767(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20695']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1902,
+ );
+ }
+
+ #[Depends('testAssertReturn1767')]
+ public function testAssertReturn1768(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20894']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1903,
+ );
+ }
+
+ #[Depends('testAssertReturn1768')]
+ public function testAssertReturn1769(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21093']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1904,
+ );
+ }
+
+ #[Depends('testAssertReturn1769')]
+ public function testAssertReturn1770(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21292']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1905,
+ );
+ }
+
+ #[Depends('testAssertReturn1770')]
+ public function testAssertReturn1771(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21491']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1906,
+ );
+ }
+
+ #[Depends('testAssertReturn1771')]
+ public function testAssertReturn1772(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21690']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1907,
+ );
+ }
+
+ #[Depends('testAssertReturn1772')]
+ public function testAssertReturn1773(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21889']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1908,
+ );
+ }
+
+ #[Depends('testAssertReturn1773')]
+ public function testAssertReturn1774(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22088']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1909,
+ );
+ }
+
+ #[Depends('testAssertReturn1774')]
+ public function testAssertReturn1775(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22287']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1910,
+ );
+ }
+
+ #[Depends('testAssertReturn1775')]
+ public function testAssertReturn1776(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22486']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1911,
+ );
+ }
+
+ #[Depends('testAssertReturn1776')]
+ public function testAssertReturn1777(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22685']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1912,
+ );
+ }
+
+ #[Depends('testAssertReturn1777')]
+ public function testAssertReturn1778(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22884']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1913,
+ );
+ }
+
+ #[Depends('testAssertReturn1778')]
+ public function testAssertReturn1779(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23083']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1914,
+ );
+ }
+
+ #[Depends('testAssertReturn1779')]
+ public function testAssertReturn1780(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23282']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1915,
+ );
+ }
+
+ #[Depends('testAssertReturn1780')]
+ public function testAssertReturn1781(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23481']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1916,
+ );
+ }
+
+ #[Depends('testAssertReturn1781')]
+ public function testAssertReturn1782(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23680']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1917,
+ );
+ }
+
+ #[Depends('testAssertReturn1782')]
+ public function testAssertReturn1783(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23879']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1918,
+ );
+ }
+
+ #[Depends('testAssertReturn1783')]
+ public function testAssertReturn1784(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24078']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1919,
+ );
+ }
+
+ #[Depends('testAssertReturn1784')]
+ public function testAssertReturn1785(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24277']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1920,
+ );
+ }
+
+ #[Depends('testAssertReturn1785')]
+ public function testAssertReturn1786(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24476']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1921,
+ );
+ }
+
+ #[Depends('testAssertReturn1786')]
+ public function testAssertReturn1787(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24675']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1922,
+ );
+ }
+
+ #[Depends('testAssertReturn1787')]
+ public function testAssertReturn1788(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24874']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1923,
+ );
+ }
+
+ #[Depends('testAssertReturn1788')]
+ public function testAssertReturn1789(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25073']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1924,
+ );
+ }
+
+ #[Depends('testAssertReturn1789')]
+ public function testAssertReturn1790(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25272']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1925,
+ );
+ }
+
+ #[Depends('testAssertReturn1790')]
+ public function testAssertReturn1791(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25471']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1926,
+ );
+ }
+
+ #[Depends('testAssertReturn1791')]
+ public function testAssertReturn1792(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25670']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1927,
+ );
+ }
+
+ #[Depends('testAssertReturn1792')]
+ public function testAssertReturn1793(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25869']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1928,
+ );
+ }
+
+ #[Depends('testAssertReturn1793')]
+ public function testAssertReturn1794(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26068']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1929,
+ );
+ }
+
+ #[Depends('testAssertReturn1794')]
+ public function testAssertReturn1795(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26267']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1930,
+ );
+ }
+
+ #[Depends('testAssertReturn1795')]
+ public function testAssertReturn1796(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26466']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1931,
+ );
+ }
+
+ #[Depends('testAssertReturn1796')]
+ public function testAssertReturn1797(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26665']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1932,
+ );
+ }
+
+ #[Depends('testAssertReturn1797')]
+ public function testAssertReturn1798(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26864']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1933,
+ );
+ }
+
+ #[Depends('testAssertReturn1798')]
+ public function testAssertReturn1799(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27063']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1934,
+ );
+ }
+
+ #[Depends('testAssertReturn1799')]
+ public function testAssertReturn1800(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27262']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1935,
+ );
+ }
+
+ #[Depends('testAssertReturn1800')]
+ public function testAssertReturn1801(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27461']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1936,
+ );
+ }
+
+ #[Depends('testAssertReturn1801')]
+ public function testAssertReturn1802(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27660']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1937,
+ );
+ }
+
+ #[Depends('testAssertReturn1802')]
+ public function testAssertReturn1803(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27859']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1938,
+ );
+ }
+
+ #[Depends('testAssertReturn1803')]
+ public function testAssertReturn1804(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28058']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1939,
+ );
+ }
+
+ #[Depends('testAssertReturn1804')]
+ public function testAssertReturn1805(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28257']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1940,
+ );
+ }
+
+ #[Depends('testAssertReturn1805')]
+ public function testAssertReturn1806(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28456']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1941,
+ );
+ }
+
+ #[Depends('testAssertReturn1806')]
+ public function testAssertReturn1807(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28655']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1942,
+ );
+ }
+
+ #[Depends('testAssertReturn1807')]
+ public function testAssertReturn1808(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28854']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1943,
+ );
+ }
+
+ #[Depends('testAssertReturn1808')]
+ public function testAssertReturn1809(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29053']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1944,
+ );
+ }
+
+ #[Depends('testAssertReturn1809')]
+ public function testAssertReturn1810(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29252']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1945,
+ );
+ }
+
+ #[Depends('testAssertReturn1810')]
+ public function testAssertReturn1811(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29451']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1946,
+ );
+ }
+
+ #[Depends('testAssertReturn1811')]
+ public function testAssertReturn1812(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29650']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1947,
+ );
+ }
+
+ #[Depends('testAssertReturn1812')]
+ public function testAssertReturn1813(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29849']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1948,
+ );
+ }
+
+ #[Depends('testAssertReturn1813')]
+ public function testAssertReturn1814(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30048']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1949,
+ );
+ }
+
+ #[Depends('testAssertReturn1814')]
+ public function testAssertReturn1815(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30247']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1950,
+ );
+ }
+
+ #[Depends('testAssertReturn1815')]
+ public function testAssertReturn1816(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30446']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1951,
+ );
+ }
+
+ #[Depends('testAssertReturn1816')]
+ public function testAssertReturn1817(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30645']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1952,
+ );
+ }
+
+ #[Depends('testAssertReturn1817')]
+ public function testAssertReturn1818(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30844']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1953,
+ );
+ }
+
+ #[Depends('testAssertReturn1818')]
+ public function testAssertReturn1819(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31043']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1954,
+ );
+ }
+
+ #[Depends('testAssertReturn1819')]
+ public function testAssertReturn1820(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31242']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1955,
+ );
+ }
+
+ #[Depends('testAssertReturn1820')]
+ public function testAssertReturn1821(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31441']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1956,
+ );
+ }
+
+ #[Depends('testAssertReturn1821')]
+ public function testAssertReturn1822(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31640']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1957,
+ );
+ }
+
+ #[Depends('testAssertReturn1822')]
+ public function testAssertReturn1823(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31839']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1958,
+ );
+ }
+
+ #[Depends('testAssertReturn1823')]
+ public function testAssertReturn1824(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32038']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1959,
+ );
+ }
+
+ #[Depends('testAssertReturn1824')]
+ public function testAssertReturn1825(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32237']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1960,
+ );
+ }
+
+ #[Depends('testAssertReturn1825')]
+ public function testAssertReturn1826(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32436']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1961,
+ );
+ }
+
+ #[Depends('testAssertReturn1826')]
+ public function testAssertReturn1827(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32635']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1962,
+ );
+ }
+
+ #[Depends('testAssertReturn1827')]
+ public function testAssertReturn1828(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32834']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1963,
+ );
+ }
+
+ #[Depends('testAssertReturn1828')]
+ public function testAssertReturn1829(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33033']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1964,
+ );
+ }
+
+ #[Depends('testAssertReturn1829')]
+ public function testAssertReturn1830(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33232']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1965,
+ );
+ }
+
+ #[Depends('testAssertReturn1830')]
+ public function testAssertReturn1831(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33431']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1966,
+ );
+ }
+
+ #[Depends('testAssertReturn1831')]
+ public function testAssertReturn1832(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33630']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1967,
+ );
+ }
+
+ #[Depends('testAssertReturn1832')]
+ public function testAssertReturn1833(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33829']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1968,
+ );
+ }
+
+ #[Depends('testAssertReturn1833')]
+ public function testAssertReturn1834(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34028']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1969,
+ );
+ }
+
+ #[Depends('testAssertReturn1834')]
+ public function testAssertReturn1835(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34227']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1970,
+ );
+ }
+
+ #[Depends('testAssertReturn1835')]
+ public function testAssertReturn1836(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34426']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1971,
+ );
+ }
+
+ #[Depends('testAssertReturn1836')]
+ public function testAssertReturn1837(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34625']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1972,
+ );
+ }
+
+ #[Depends('testAssertReturn1837')]
+ public function testAssertReturn1838(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34824']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1973,
+ );
+ }
+
+ #[Depends('testAssertReturn1838')]
+ public function testAssertReturn1839(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35023']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1974,
+ );
+ }
+
+ #[Depends('testAssertReturn1839')]
+ public function testAssertReturn1840(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35222']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1975,
+ );
+ }
+
+ #[Depends('testAssertReturn1840')]
+ public function testAssertReturn1841(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35421']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1976,
+ );
+ }
+
+ #[Depends('testAssertReturn1841')]
+ public function testAssertReturn1842(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35620']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1977,
+ );
+ }
+
+ #[Depends('testAssertReturn1842')]
+ public function testAssertReturn1843(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35819']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1978,
+ );
+ }
+
+ #[Depends('testAssertReturn1843')]
+ public function testAssertReturn1844(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36018']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1979,
+ );
+ }
+
+ #[Depends('testAssertReturn1844')]
+ public function testAssertReturn1845(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36217']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1980,
+ );
+ }
+
+ #[Depends('testAssertReturn1845')]
+ public function testAssertReturn1846(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36416']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1981,
+ );
+ }
+
+ #[Depends('testAssertReturn1846')]
+ public function testAssertReturn1847(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36615']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1982,
+ );
+ }
+
+ #[Depends('testAssertReturn1847')]
+ public function testAssertReturn1848(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36814']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1983,
+ );
+ }
+
+ #[Depends('testAssertReturn1848')]
+ public function testAssertReturn1849(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37013']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1984,
+ );
+ }
+
+ #[Depends('testAssertReturn1849')]
+ public function testAssertReturn1850(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37212']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1985,
+ );
+ }
+
+ #[Depends('testAssertReturn1850')]
+ public function testAssertReturn1851(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37411']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1986,
+ );
+ }
+
+ #[Depends('testAssertReturn1851')]
+ public function testAssertReturn1852(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37610']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1987,
+ );
+ }
+
+ #[Depends('testAssertReturn1852')]
+ public function testAssertReturn1853(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37809']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1988,
+ );
+ }
+
+ #[Depends('testAssertReturn1853')]
+ public function testAssertReturn1854(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38008']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1989,
+ );
+ }
+
+ #[Depends('testAssertReturn1854')]
+ public function testAssertReturn1855(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38207']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1990,
+ );
+ }
+
+ #[Depends('testAssertReturn1855')]
+ public function testAssertReturn1856(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38406']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1991,
+ );
+ }
+
+ #[Depends('testAssertReturn1856')]
+ public function testAssertReturn1857(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38605']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1992,
+ );
+ }
+
+ #[Depends('testAssertReturn1857')]
+ public function testAssertReturn1858(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38804']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1993,
+ );
+ }
+
+ #[Depends('testAssertReturn1858')]
+ public function testAssertReturn1859(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39003']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1994,
+ );
+ }
+
+ #[Depends('testAssertReturn1859')]
+ public function testAssertReturn1860(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39202']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1995,
+ );
+ }
+
+ #[Depends('testAssertReturn1860')]
+ public function testAssertReturn1861(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39401']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1996,
+ );
+ }
+
+ #[Depends('testAssertReturn1861')]
+ public function testAssertReturn1862(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39600']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1997,
+ );
+ }
+
+ #[Depends('testAssertReturn1862')]
+ public function testAssertReturn1863(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39799']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1998,
+ );
+ }
+
+ #[Depends('testAssertReturn1863')]
+ public function testAssertReturn1864(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39998']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 1999,
+ );
+ }
+
+ #[Depends('testAssertReturn1864')]
+ public function testAssertReturn1865(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40197']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2000,
+ );
+ }
+
+ #[Depends('testAssertReturn1865')]
+ public function testAssertReturn1866(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40396']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2001,
+ );
+ }
+
+ #[Depends('testAssertReturn1866')]
+ public function testAssertReturn1867(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40595']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2002,
+ );
+ }
+
+ #[Depends('testAssertReturn1867')]
+ public function testAssertReturn1868(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40794']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2003,
+ );
+ }
+
+ #[Depends('testAssertReturn1868')]
+ public function testAssertReturn1869(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40993']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2004,
+ );
+ }
+
+ #[Depends('testAssertReturn1869')]
+ public function testAssertReturn1870(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41192']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2005,
+ );
+ }
+
+ #[Depends('testAssertReturn1870')]
+ public function testAssertReturn1871(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41391']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2006,
+ );
+ }
+
+ #[Depends('testAssertReturn1871')]
+ public function testAssertReturn1872(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41590']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2007,
+ );
+ }
+
+ #[Depends('testAssertReturn1872')]
+ public function testAssertReturn1873(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41789']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2008,
+ );
+ }
+
+ #[Depends('testAssertReturn1873')]
+ public function testAssertReturn1874(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41988']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2009,
+ );
+ }
+
+ #[Depends('testAssertReturn1874')]
+ public function testAssertReturn1875(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42187']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2010,
+ );
+ }
+
+ #[Depends('testAssertReturn1875')]
+ public function testAssertReturn1876(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42386']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2011,
+ );
+ }
+
+ #[Depends('testAssertReturn1876')]
+ public function testAssertReturn1877(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42585']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2012,
+ );
+ }
+
+ #[Depends('testAssertReturn1877')]
+ public function testAssertReturn1878(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42784']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2013,
+ );
+ }
+
+ #[Depends('testAssertReturn1878')]
+ public function testAssertReturn1879(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42983']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2014,
+ );
+ }
+
+ #[Depends('testAssertReturn1879')]
+ public function testAssertReturn1880(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43182']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2015,
+ );
+ }
+
+ #[Depends('testAssertReturn1880')]
+ public function testAssertReturn1881(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43381']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2016,
+ );
+ }
+
+ #[Depends('testAssertReturn1881')]
+ public function testAssertReturn1882(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43580']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2017,
+ );
+ }
+
+ #[Depends('testAssertReturn1882')]
+ public function testAssertReturn1883(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43779']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2018,
+ );
+ }
+
+ #[Depends('testAssertReturn1883')]
+ public function testAssertReturn1884(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43978']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2019,
+ );
+ }
+
+ #[Depends('testAssertReturn1884')]
+ public function testAssertReturn1885(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44177']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2020,
+ );
+ }
+
+ #[Depends('testAssertReturn1885')]
+ public function testAssertReturn1886(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44376']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2021,
+ );
+ }
+
+ #[Depends('testAssertReturn1886')]
+ public function testAssertReturn1887(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44575']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2022,
+ );
+ }
+
+ #[Depends('testAssertReturn1887')]
+ public function testAssertReturn1888(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44774']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2023,
+ );
+ }
+
+ #[Depends('testAssertReturn1888')]
+ public function testAssertReturn1889(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44973']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2024,
+ );
+ }
+
+ #[Depends('testAssertReturn1889')]
+ public function testAssertReturn1890(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45172']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2025,
+ );
+ }
+
+ #[Depends('testAssertReturn1890')]
+ public function testAssertReturn1891(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45371']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2026,
+ );
+ }
+
+ #[Depends('testAssertReturn1891')]
+ public function testAssertReturn1892(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45570']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2027,
+ );
+ }
+
+ #[Depends('testAssertReturn1892')]
+ public function testAssertReturn1893(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45769']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2028,
+ );
+ }
+
+ #[Depends('testAssertReturn1893')]
+ public function testAssertReturn1894(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45968']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2029,
+ );
+ }
+
+ #[Depends('testAssertReturn1894')]
+ public function testAssertReturn1895(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46167']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2030,
+ );
+ }
+
+ #[Depends('testAssertReturn1895')]
+ public function testAssertReturn1896(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46366']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2031,
+ );
+ }
+
+ #[Depends('testAssertReturn1896')]
+ public function testAssertReturn1897(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46565']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2032,
+ );
+ }
+
+ #[Depends('testAssertReturn1897')]
+ public function testAssertReturn1898(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46764']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2033,
+ );
+ }
+
+ #[Depends('testAssertReturn1898')]
+ public function testAssertReturn1899(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46963']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2034,
+ );
+ }
+
+ #[Depends('testAssertReturn1899')]
+ public function testAssertReturn1900(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47162']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2035,
+ );
+ }
+
+ #[Depends('testAssertReturn1900')]
+ public function testAssertReturn1901(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47361']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2036,
+ );
+ }
+
+ #[Depends('testAssertReturn1901')]
+ public function testAssertReturn1902(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47560']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2037,
+ );
+ }
+
+ #[Depends('testAssertReturn1902')]
+ public function testAssertReturn1903(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47759']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2038,
+ );
+ }
+
+ #[Depends('testAssertReturn1903')]
+ public function testAssertReturn1904(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47958']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2039,
+ );
+ }
+
+ #[Depends('testAssertReturn1904')]
+ public function testAssertReturn1905(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48157']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2040,
+ );
+ }
+
+ #[Depends('testAssertReturn1905')]
+ public function testAssertReturn1906(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48356']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2041,
+ );
+ }
+
+ #[Depends('testAssertReturn1906')]
+ public function testAssertReturn1907(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48555']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2042,
+ );
+ }
+
+ #[Depends('testAssertReturn1907')]
+ public function testAssertReturn1908(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48754']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2043,
+ );
+ }
+
+ #[Depends('testAssertReturn1908')]
+ public function testAssertReturn1909(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48953']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2044,
+ );
+ }
+
+ #[Depends('testAssertReturn1909')]
+ public function testAssertReturn1910(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49152']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2045,
+ );
+ }
+
+ #[Depends('testAssertReturn1910')]
+ public function testAssertReturn1911(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49351']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2046,
+ );
+ }
+
+ #[Depends('testAssertReturn1911')]
+ public function testAssertReturn1912(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49550']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2047,
+ );
+ }
+
+ #[Depends('testAssertReturn1912')]
+ public function testAssertReturn1913(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49749']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2048,
+ );
+ }
+
+ #[Depends('testAssertReturn1913')]
+ public function testAssertReturn1914(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49948']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2049,
+ );
+ }
+
+ #[Depends('testAssertReturn1914')]
+ public function testAssertReturn1915(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50147']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2050,
+ );
+ }
+
+ #[Depends('testAssertReturn1915')]
+ public function testAssertReturn1916(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50346']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2051,
+ );
+ }
+
+ #[Depends('testAssertReturn1916')]
+ public function testAssertReturn1917(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50545']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2052,
+ );
+ }
+
+ #[Depends('testAssertReturn1917')]
+ public function testAssertReturn1918(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50744']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2053,
+ );
+ }
+
+ #[Depends('testAssertReturn1918')]
+ public function testAssertReturn1919(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50943']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2054,
+ );
+ }
+
+ #[Depends('testAssertReturn1919')]
+ public function testAssertReturn1920(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51142']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2055,
+ );
+ }
+
+ #[Depends('testAssertReturn1920')]
+ public function testAssertReturn1921(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51341']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2056,
+ );
+ }
+
+ #[Depends('testAssertReturn1921')]
+ public function testAssertReturn1922(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51540']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2057,
+ );
+ }
+
+ #[Depends('testAssertReturn1922')]
+ public function testAssertReturn1923(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51739']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2058,
+ );
+ }
+
+ #[Depends('testAssertReturn1923')]
+ public function testAssertReturn1924(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51938']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2059,
+ );
+ }
+
+ #[Depends('testAssertReturn1924')]
+ public function testAssertReturn1925(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52137']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2060,
+ );
+ }
+
+ #[Depends('testAssertReturn1925')]
+ public function testAssertReturn1926(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52336']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2061,
+ );
+ }
+
+ #[Depends('testAssertReturn1926')]
+ public function testAssertReturn1927(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52535']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2062,
+ );
+ }
+
+ #[Depends('testAssertReturn1927')]
+ public function testAssertReturn1928(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52734']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2063,
+ );
+ }
+
+ #[Depends('testAssertReturn1928')]
+ public function testAssertReturn1929(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52933']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2064,
+ );
+ }
+
+ #[Depends('testAssertReturn1929')]
+ public function testAssertReturn1930(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53132']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2065,
+ );
+ }
+
+ #[Depends('testAssertReturn1930')]
+ public function testAssertReturn1931(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53331']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2066,
+ );
+ }
+
+ #[Depends('testAssertReturn1931')]
+ public function testAssertReturn1932(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53530']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2067,
+ );
+ }
+
+ #[Depends('testAssertReturn1932')]
+ public function testAssertReturn1933(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53729']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2068,
+ );
+ }
+
+ #[Depends('testAssertReturn1933')]
+ public function testAssertReturn1934(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53928']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2069,
+ );
+ }
+
+ #[Depends('testAssertReturn1934')]
+ public function testAssertReturn1935(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54127']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2070,
+ );
+ }
+
+ #[Depends('testAssertReturn1935')]
+ public function testAssertReturn1936(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54326']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2071,
+ );
+ }
+
+ #[Depends('testAssertReturn1936')]
+ public function testAssertReturn1937(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54525']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2072,
+ );
+ }
+
+ #[Depends('testAssertReturn1937')]
+ public function testAssertReturn1938(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54724']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2073,
+ );
+ }
+
+ #[Depends('testAssertReturn1938')]
+ public function testAssertReturn1939(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54923']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2074,
+ );
+ }
+
+ #[Depends('testAssertReturn1939')]
+ public function testAssertReturn1940(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55122']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2075,
+ );
+ }
+
+ #[Depends('testAssertReturn1940')]
+ public function testAssertReturn1941(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55321']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2076,
+ );
+ }
+
+ #[Depends('testAssertReturn1941')]
+ public function testAssertReturn1942(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55520']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2077,
+ );
+ }
+
+ #[Depends('testAssertReturn1942')]
+ public function testAssertReturn1943(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55719']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2078,
+ );
+ }
+
+ #[Depends('testAssertReturn1943')]
+ public function testAssertReturn1944(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55918']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2079,
+ );
+ }
+
+ #[Depends('testAssertReturn1944')]
+ public function testAssertReturn1945(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56117']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2080,
+ );
+ }
+
+ #[Depends('testAssertReturn1945')]
+ public function testAssertReturn1946(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56316']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2081,
+ );
+ }
+
+ #[Depends('testAssertReturn1946')]
+ public function testAssertReturn1947(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56515']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2082,
+ );
+ }
+
+ #[Depends('testAssertReturn1947')]
+ public function testAssertReturn1948(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56714']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2083,
+ );
+ }
+
+ #[Depends('testAssertReturn1948')]
+ public function testAssertReturn1949(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56913']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2084,
+ );
+ }
+
+ #[Depends('testAssertReturn1949')]
+ public function testAssertReturn1950(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57112']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2085,
+ );
+ }
+
+ #[Depends('testAssertReturn1950')]
+ public function testAssertReturn1951(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57311']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2086,
+ );
+ }
+
+ #[Depends('testAssertReturn1951')]
+ public function testAssertReturn1952(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57510']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2087,
+ );
+ }
+
+ #[Depends('testAssertReturn1952')]
+ public function testAssertReturn1953(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57709']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2088,
+ );
+ }
+
+ #[Depends('testAssertReturn1953')]
+ public function testAssertReturn1954(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57908']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2089,
+ );
+ }
+
+ #[Depends('testAssertReturn1954')]
+ public function testAssertReturn1955(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58107']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2090,
+ );
+ }
+
+ #[Depends('testAssertReturn1955')]
+ public function testAssertReturn1956(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58306']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2091,
+ );
+ }
+
+ #[Depends('testAssertReturn1956')]
+ public function testAssertReturn1957(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58505']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2092,
+ );
+ }
+
+ #[Depends('testAssertReturn1957')]
+ public function testAssertReturn1958(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58704']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2093,
+ );
+ }
+
+ #[Depends('testAssertReturn1958')]
+ public function testAssertReturn1959(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58903']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2094,
+ );
+ }
+
+ #[Depends('testAssertReturn1959')]
+ public function testAssertReturn1960(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59102']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2095,
+ );
+ }
+
+ #[Depends('testAssertReturn1960')]
+ public function testAssertReturn1961(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59301']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2096,
+ );
+ }
+
+ #[Depends('testAssertReturn1961')]
+ public function testAssertReturn1962(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59500']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2097,
+ );
+ }
+
+ #[Depends('testAssertReturn1962')]
+ public function testAssertReturn1963(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59699']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2098,
+ );
+ }
+
+ #[Depends('testAssertReturn1963')]
+ public function testAssertReturn1964(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59898']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2099,
+ );
+ }
+
+ #[Depends('testAssertReturn1964')]
+ public function testAssertReturn1965(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60097']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2100,
+ );
+ }
+
+ #[Depends('testAssertReturn1965')]
+ public function testAssertReturn1966(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60296']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2101,
+ );
+ }
+
+ #[Depends('testAssertReturn1966')]
+ public function testAssertReturn1967(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60495']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2102,
+ );
+ }
+
+ #[Depends('testAssertReturn1967')]
+ public function testAssertReturn1968(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60694']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2103,
+ );
+ }
+
+ #[Depends('testAssertReturn1968')]
+ public function testAssertReturn1969(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60893']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2104,
+ );
+ }
+
+ #[Depends('testAssertReturn1969')]
+ public function testAssertReturn1970(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61092']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2105,
+ );
+ }
+
+ #[Depends('testAssertReturn1970')]
+ public function testAssertReturn1971(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61291']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2106,
+ );
+ }
+
+ #[Depends('testAssertReturn1971')]
+ public function testAssertReturn1972(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61490']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2107,
+ );
+ }
+
+ #[Depends('testAssertReturn1972')]
+ public function testAssertReturn1973(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61689']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2108,
+ );
+ }
+
+ #[Depends('testAssertReturn1973')]
+ public function testAssertReturn1974(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61888']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2109,
+ );
+ }
+
+ #[Depends('testAssertReturn1974')]
+ public function testAssertReturn1975(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62087']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2110,
+ );
+ }
+
+ #[Depends('testAssertReturn1975')]
+ public function testAssertReturn1976(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62286']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2111,
+ );
+ }
+
+ #[Depends('testAssertReturn1976')]
+ public function testAssertReturn1977(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62485']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2112,
+ );
+ }
+
+ #[Depends('testAssertReturn1977')]
+ public function testAssertReturn1978(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62684']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2113,
+ );
+ }
+
+ #[Depends('testAssertReturn1978')]
+ public function testAssertReturn1979(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62883']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2114,
+ );
+ }
+
+ #[Depends('testAssertReturn1979')]
+ public function testAssertReturn1980(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63082']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2115,
+ );
+ }
+
+ #[Depends('testAssertReturn1980')]
+ public function testAssertReturn1981(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63281']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2116,
+ );
+ }
+
+ #[Depends('testAssertReturn1981')]
+ public function testAssertReturn1982(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63480']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2117,
+ );
+ }
+
+ #[Depends('testAssertReturn1982')]
+ public function testAssertReturn1983(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63679']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2118,
+ );
+ }
+
+ #[Depends('testAssertReturn1983')]
+ public function testAssertReturn1984(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63878']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2119,
+ );
+ }
+
+ #[Depends('testAssertReturn1984')]
+ public function testAssertReturn1985(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64077']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2120,
+ );
+ }
+
+ #[Depends('testAssertReturn1985')]
+ public function testAssertReturn1986(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64276']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2121,
+ );
+ }
+
+ #[Depends('testAssertReturn1986')]
+ public function testAssertReturn1987(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64475']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2122,
+ );
+ }
+
+ #[Depends('testAssertReturn1987')]
+ public function testAssertReturn1988(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64674']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2123,
+ );
+ }
+
+ #[Depends('testAssertReturn1988')]
+ public function testAssertReturn1989(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64873']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2124,
+ );
+ }
+
+ #[Depends('testAssertReturn1989')]
+ public function testAssertReturn1990(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65072']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2125,
+ );
+ }
+
+ #[Depends('testAssertReturn1990')]
+ public function testAssertReturn1991(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65271']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2126,
+ );
+ }
+
+ #[Depends('testAssertReturn1991')]
+ public function testAssertReturn1992(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65470']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2127,
+ );
+ }
+
+ #[Depends('testAssertReturn1992')]
+ public function testAssertReturn1993(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65486']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2128,
+ );
+ }
+
+ #[Depends('testAssertReturn1993')]
+ public function testAssertReturn1994(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65487']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 2129,
+ );
+ }
+
+ #[Depends('testAssertReturn1994')]
+ public function testAssertReturn1995(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65488']]],
+ expected: [['type' => 'i32', 'value' => '2']],
+ line: 2130,
+ );
+ }
+
+ #[Depends('testAssertReturn1995')]
+ public function testAssertReturn1996(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65489']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 2131,
+ );
+ }
+
+ #[Depends('testAssertReturn1996')]
+ public function testAssertReturn1997(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65490']]],
+ expected: [['type' => 'i32', 'value' => '4']],
+ line: 2132,
+ );
+ }
+
+ #[Depends('testAssertReturn1997')]
+ public function testAssertReturn1998(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65491']]],
+ expected: [['type' => 'i32', 'value' => '5']],
+ line: 2133,
+ );
+ }
+
+ #[Depends('testAssertReturn1998')]
+ public function testAssertReturn1999(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65492']]],
+ expected: [['type' => 'i32', 'value' => '6']],
+ line: 2134,
+ );
+ }
+
+ #[Depends('testAssertReturn1999')]
+ public function testAssertReturn2000(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65493']]],
+ expected: [['type' => 'i32', 'value' => '7']],
+ line: 2135,
+ );
+ }
+
+ #[Depends('testAssertReturn2000')]
+ public function testAssertReturn2001(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65494']]],
+ expected: [['type' => 'i32', 'value' => '8']],
+ line: 2136,
+ );
+ }
+
+ #[Depends('testAssertReturn2001')]
+ public function testAssertReturn2002(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65495']]],
+ expected: [['type' => 'i32', 'value' => '9']],
+ line: 2137,
+ );
+ }
+
+ #[Depends('testAssertReturn2002')]
+ public function testAssertReturn2003(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65496']]],
+ expected: [['type' => 'i32', 'value' => '10']],
+ line: 2138,
+ );
+ }
+
+ #[Depends('testAssertReturn2003')]
+ public function testAssertReturn2004(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65497']]],
+ expected: [['type' => 'i32', 'value' => '11']],
+ line: 2139,
+ );
+ }
+
+ #[Depends('testAssertReturn2004')]
+ public function testAssertReturn2005(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65498']]],
+ expected: [['type' => 'i32', 'value' => '12']],
+ line: 2140,
+ );
+ }
+
+ #[Depends('testAssertReturn2005')]
+ public function testAssertReturn2006(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65499']]],
+ expected: [['type' => 'i32', 'value' => '13']],
+ line: 2141,
+ );
+ }
+
+ #[Depends('testAssertReturn2006')]
+ public function testAssertReturn2007(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65500']]],
+ expected: [['type' => 'i32', 'value' => '14']],
+ line: 2142,
+ );
+ }
+
+ #[Depends('testAssertReturn2007')]
+ public function testAssertReturn2008(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65501']]],
+ expected: [['type' => 'i32', 'value' => '15']],
+ line: 2143,
+ );
+ }
+
+ #[Depends('testAssertReturn2008')]
+ public function testAssertReturn2009(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65502']]],
+ expected: [['type' => 'i32', 'value' => '16']],
+ line: 2144,
+ );
+ }
+
+ #[Depends('testAssertReturn2009')]
+ public function testAssertReturn2010(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65503']]],
+ expected: [['type' => 'i32', 'value' => '17']],
+ line: 2145,
+ );
+ }
+
+ #[Depends('testAssertReturn2010')]
+ public function testAssertReturn2011(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65504']]],
+ expected: [['type' => 'i32', 'value' => '18']],
+ line: 2146,
+ );
+ }
+
+ #[Depends('testAssertReturn2011')]
+ public function testAssertReturn2012(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65505']]],
+ expected: [['type' => 'i32', 'value' => '19']],
+ line: 2147,
+ );
+ }
+
+ #[Depends('testAssertReturn2012')]
+ public function testModule2013(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.13.wasm',
+ name: null,
+ line: 2149,
+ );
+ }
+
+ #[Depends('testModule2013')]
+ public function testAssertTrap2014(): void
+ {
+ $this->runAssertTrapCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'run', 'args' => [['type' => 'i32', 'value' => '65486'], ['type' => 'i32', 'value' => '65516'], ['type' => 'i32', 'value' => '40']]],
+ text: 'out of bounds memory access',
+ line: 2157,
+ );
+ }
+
+ #[Depends('testAssertTrap2014')]
+ public function testAssertReturn2015(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '198']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2160,
+ );
+ }
+
+ #[Depends('testAssertReturn2015')]
+ public function testAssertReturn2016(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '397']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2161,
+ );
+ }
+
+ #[Depends('testAssertReturn2016')]
+ public function testAssertReturn2017(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '596']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2162,
+ );
+ }
+
+ #[Depends('testAssertReturn2017')]
+ public function testAssertReturn2018(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '795']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2163,
+ );
+ }
+
+ #[Depends('testAssertReturn2018')]
+ public function testAssertReturn2019(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '994']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2164,
+ );
+ }
+
+ #[Depends('testAssertReturn2019')]
+ public function testAssertReturn2020(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1193']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2165,
+ );
+ }
+
+ #[Depends('testAssertReturn2020')]
+ public function testAssertReturn2021(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1392']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2166,
+ );
+ }
+
+ #[Depends('testAssertReturn2021')]
+ public function testAssertReturn2022(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1591']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2167,
+ );
+ }
+
+ #[Depends('testAssertReturn2022')]
+ public function testAssertReturn2023(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1790']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2168,
+ );
+ }
+
+ #[Depends('testAssertReturn2023')]
+ public function testAssertReturn2024(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1989']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2169,
+ );
+ }
+
+ #[Depends('testAssertReturn2024')]
+ public function testAssertReturn2025(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2188']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2170,
+ );
+ }
+
+ #[Depends('testAssertReturn2025')]
+ public function testAssertReturn2026(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2387']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2171,
+ );
+ }
+
+ #[Depends('testAssertReturn2026')]
+ public function testAssertReturn2027(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2586']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2172,
+ );
+ }
+
+ #[Depends('testAssertReturn2027')]
+ public function testAssertReturn2028(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2785']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2173,
+ );
+ }
+
+ #[Depends('testAssertReturn2028')]
+ public function testAssertReturn2029(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2984']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2174,
+ );
+ }
+
+ #[Depends('testAssertReturn2029')]
+ public function testAssertReturn2030(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3183']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2175,
+ );
+ }
+
+ #[Depends('testAssertReturn2030')]
+ public function testAssertReturn2031(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3382']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2176,
+ );
+ }
+
+ #[Depends('testAssertReturn2031')]
+ public function testAssertReturn2032(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3581']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2177,
+ );
+ }
+
+ #[Depends('testAssertReturn2032')]
+ public function testAssertReturn2033(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3780']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2178,
+ );
+ }
+
+ #[Depends('testAssertReturn2033')]
+ public function testAssertReturn2034(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3979']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2179,
+ );
+ }
+
+ #[Depends('testAssertReturn2034')]
+ public function testAssertReturn2035(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4178']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2180,
+ );
+ }
+
+ #[Depends('testAssertReturn2035')]
+ public function testAssertReturn2036(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4377']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2181,
+ );
+ }
+
+ #[Depends('testAssertReturn2036')]
+ public function testAssertReturn2037(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4576']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2182,
+ );
+ }
+
+ #[Depends('testAssertReturn2037')]
+ public function testAssertReturn2038(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4775']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2183,
+ );
+ }
+
+ #[Depends('testAssertReturn2038')]
+ public function testAssertReturn2039(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4974']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2184,
+ );
+ }
+
+ #[Depends('testAssertReturn2039')]
+ public function testAssertReturn2040(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5173']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2185,
+ );
+ }
+
+ #[Depends('testAssertReturn2040')]
+ public function testAssertReturn2041(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5372']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2186,
+ );
+ }
+
+ #[Depends('testAssertReturn2041')]
+ public function testAssertReturn2042(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5571']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2187,
+ );
+ }
+
+ #[Depends('testAssertReturn2042')]
+ public function testAssertReturn2043(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5770']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2188,
+ );
+ }
+
+ #[Depends('testAssertReturn2043')]
+ public function testAssertReturn2044(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5969']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2189,
+ );
+ }
+
+ #[Depends('testAssertReturn2044')]
+ public function testAssertReturn2045(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6168']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2190,
+ );
+ }
+
+ #[Depends('testAssertReturn2045')]
+ public function testAssertReturn2046(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6367']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2191,
+ );
+ }
+
+ #[Depends('testAssertReturn2046')]
+ public function testAssertReturn2047(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6566']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2192,
+ );
+ }
+
+ #[Depends('testAssertReturn2047')]
+ public function testAssertReturn2048(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6765']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2193,
+ );
+ }
+
+ #[Depends('testAssertReturn2048')]
+ public function testAssertReturn2049(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6964']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2194,
+ );
+ }
+
+ #[Depends('testAssertReturn2049')]
+ public function testAssertReturn2050(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7163']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2195,
+ );
+ }
+
+ #[Depends('testAssertReturn2050')]
+ public function testAssertReturn2051(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7362']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2196,
+ );
+ }
+
+ #[Depends('testAssertReturn2051')]
+ public function testAssertReturn2052(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7561']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2197,
+ );
+ }
+
+ #[Depends('testAssertReturn2052')]
+ public function testAssertReturn2053(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7760']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2198,
+ );
+ }
+
+ #[Depends('testAssertReturn2053')]
+ public function testAssertReturn2054(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7959']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2199,
+ );
+ }
+
+ #[Depends('testAssertReturn2054')]
+ public function testAssertReturn2055(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8158']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2200,
+ );
+ }
+
+ #[Depends('testAssertReturn2055')]
+ public function testAssertReturn2056(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8357']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2201,
+ );
+ }
+
+ #[Depends('testAssertReturn2056')]
+ public function testAssertReturn2057(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8556']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2202,
+ );
+ }
+
+ #[Depends('testAssertReturn2057')]
+ public function testAssertReturn2058(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8755']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2203,
+ );
+ }
+
+ #[Depends('testAssertReturn2058')]
+ public function testAssertReturn2059(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8954']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2204,
+ );
+ }
+
+ #[Depends('testAssertReturn2059')]
+ public function testAssertReturn2060(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9153']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2205,
+ );
+ }
+
+ #[Depends('testAssertReturn2060')]
+ public function testAssertReturn2061(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9352']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2206,
+ );
+ }
+
+ #[Depends('testAssertReturn2061')]
+ public function testAssertReturn2062(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9551']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2207,
+ );
+ }
+
+ #[Depends('testAssertReturn2062')]
+ public function testAssertReturn2063(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9750']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2208,
+ );
+ }
+
+ #[Depends('testAssertReturn2063')]
+ public function testAssertReturn2064(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9949']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2209,
+ );
+ }
+
+ #[Depends('testAssertReturn2064')]
+ public function testAssertReturn2065(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10148']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2210,
+ );
+ }
+
+ #[Depends('testAssertReturn2065')]
+ public function testAssertReturn2066(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10347']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2211,
+ );
+ }
+
+ #[Depends('testAssertReturn2066')]
+ public function testAssertReturn2067(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10546']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2212,
+ );
+ }
+
+ #[Depends('testAssertReturn2067')]
+ public function testAssertReturn2068(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10745']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2213,
+ );
+ }
+
+ #[Depends('testAssertReturn2068')]
+ public function testAssertReturn2069(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10944']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2214,
+ );
+ }
+
+ #[Depends('testAssertReturn2069')]
+ public function testAssertReturn2070(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11143']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2215,
+ );
+ }
+
+ #[Depends('testAssertReturn2070')]
+ public function testAssertReturn2071(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11342']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2216,
+ );
+ }
+
+ #[Depends('testAssertReturn2071')]
+ public function testAssertReturn2072(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11541']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2217,
+ );
+ }
+
+ #[Depends('testAssertReturn2072')]
+ public function testAssertReturn2073(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11740']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2218,
+ );
+ }
+
+ #[Depends('testAssertReturn2073')]
+ public function testAssertReturn2074(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11939']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2219,
+ );
+ }
+
+ #[Depends('testAssertReturn2074')]
+ public function testAssertReturn2075(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12138']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2220,
+ );
+ }
+
+ #[Depends('testAssertReturn2075')]
+ public function testAssertReturn2076(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12337']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2221,
+ );
+ }
+
+ #[Depends('testAssertReturn2076')]
+ public function testAssertReturn2077(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12536']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2222,
+ );
+ }
+
+ #[Depends('testAssertReturn2077')]
+ public function testAssertReturn2078(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12735']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2223,
+ );
+ }
+
+ #[Depends('testAssertReturn2078')]
+ public function testAssertReturn2079(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12934']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2224,
+ );
+ }
+
+ #[Depends('testAssertReturn2079')]
+ public function testAssertReturn2080(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13133']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2225,
+ );
+ }
+
+ #[Depends('testAssertReturn2080')]
+ public function testAssertReturn2081(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13332']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2226,
+ );
+ }
+
+ #[Depends('testAssertReturn2081')]
+ public function testAssertReturn2082(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13531']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2227,
+ );
+ }
+
+ #[Depends('testAssertReturn2082')]
+ public function testAssertReturn2083(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13730']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2228,
+ );
+ }
+
+ #[Depends('testAssertReturn2083')]
+ public function testAssertReturn2084(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13929']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2229,
+ );
+ }
+
+ #[Depends('testAssertReturn2084')]
+ public function testAssertReturn2085(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14128']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2230,
+ );
+ }
+
+ #[Depends('testAssertReturn2085')]
+ public function testAssertReturn2086(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14327']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2231,
+ );
+ }
+
+ #[Depends('testAssertReturn2086')]
+ public function testAssertReturn2087(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14526']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2232,
+ );
+ }
+
+ #[Depends('testAssertReturn2087')]
+ public function testAssertReturn2088(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14725']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2233,
+ );
+ }
+
+ #[Depends('testAssertReturn2088')]
+ public function testAssertReturn2089(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14924']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2234,
+ );
+ }
+
+ #[Depends('testAssertReturn2089')]
+ public function testAssertReturn2090(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15123']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2235,
+ );
+ }
+
+ #[Depends('testAssertReturn2090')]
+ public function testAssertReturn2091(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15322']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2236,
+ );
+ }
+
+ #[Depends('testAssertReturn2091')]
+ public function testAssertReturn2092(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15521']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2237,
+ );
+ }
+
+ #[Depends('testAssertReturn2092')]
+ public function testAssertReturn2093(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15720']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2238,
+ );
+ }
+
+ #[Depends('testAssertReturn2093')]
+ public function testAssertReturn2094(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15919']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2239,
+ );
+ }
+
+ #[Depends('testAssertReturn2094')]
+ public function testAssertReturn2095(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16118']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2240,
+ );
+ }
+
+ #[Depends('testAssertReturn2095')]
+ public function testAssertReturn2096(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16317']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2241,
+ );
+ }
+
+ #[Depends('testAssertReturn2096')]
+ public function testAssertReturn2097(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16516']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2242,
+ );
+ }
+
+ #[Depends('testAssertReturn2097')]
+ public function testAssertReturn2098(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16715']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2243,
+ );
+ }
+
+ #[Depends('testAssertReturn2098')]
+ public function testAssertReturn2099(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16914']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2244,
+ );
+ }
+
+ #[Depends('testAssertReturn2099')]
+ public function testAssertReturn2100(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17113']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2245,
+ );
+ }
+
+ #[Depends('testAssertReturn2100')]
+ public function testAssertReturn2101(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17312']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2246,
+ );
+ }
+
+ #[Depends('testAssertReturn2101')]
+ public function testAssertReturn2102(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17511']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2247,
+ );
+ }
+
+ #[Depends('testAssertReturn2102')]
+ public function testAssertReturn2103(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17710']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2248,
+ );
+ }
+
+ #[Depends('testAssertReturn2103')]
+ public function testAssertReturn2104(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17909']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2249,
+ );
+ }
+
+ #[Depends('testAssertReturn2104')]
+ public function testAssertReturn2105(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18108']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2250,
+ );
+ }
+
+ #[Depends('testAssertReturn2105')]
+ public function testAssertReturn2106(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18307']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2251,
+ );
+ }
+
+ #[Depends('testAssertReturn2106')]
+ public function testAssertReturn2107(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18506']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2252,
+ );
+ }
+
+ #[Depends('testAssertReturn2107')]
+ public function testAssertReturn2108(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18705']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2253,
+ );
+ }
+
+ #[Depends('testAssertReturn2108')]
+ public function testAssertReturn2109(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18904']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2254,
+ );
+ }
+
+ #[Depends('testAssertReturn2109')]
+ public function testAssertReturn2110(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19103']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2255,
+ );
+ }
+
+ #[Depends('testAssertReturn2110')]
+ public function testAssertReturn2111(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19302']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2256,
+ );
+ }
+
+ #[Depends('testAssertReturn2111')]
+ public function testAssertReturn2112(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19501']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2257,
+ );
+ }
+
+ #[Depends('testAssertReturn2112')]
+ public function testAssertReturn2113(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19700']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2258,
+ );
+ }
+
+ #[Depends('testAssertReturn2113')]
+ public function testAssertReturn2114(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19899']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2259,
+ );
+ }
+
+ #[Depends('testAssertReturn2114')]
+ public function testAssertReturn2115(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20098']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2260,
+ );
+ }
+
+ #[Depends('testAssertReturn2115')]
+ public function testAssertReturn2116(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20297']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2261,
+ );
+ }
+
+ #[Depends('testAssertReturn2116')]
+ public function testAssertReturn2117(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20496']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2262,
+ );
+ }
+
+ #[Depends('testAssertReturn2117')]
+ public function testAssertReturn2118(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20695']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2263,
+ );
+ }
+
+ #[Depends('testAssertReturn2118')]
+ public function testAssertReturn2119(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20894']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2264,
+ );
+ }
+
+ #[Depends('testAssertReturn2119')]
+ public function testAssertReturn2120(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21093']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2265,
+ );
+ }
+
+ #[Depends('testAssertReturn2120')]
+ public function testAssertReturn2121(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21292']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2266,
+ );
+ }
+
+ #[Depends('testAssertReturn2121')]
+ public function testAssertReturn2122(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21491']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2267,
+ );
+ }
+
+ #[Depends('testAssertReturn2122')]
+ public function testAssertReturn2123(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21690']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2268,
+ );
+ }
+
+ #[Depends('testAssertReturn2123')]
+ public function testAssertReturn2124(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21889']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2269,
+ );
+ }
+
+ #[Depends('testAssertReturn2124')]
+ public function testAssertReturn2125(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22088']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2270,
+ );
+ }
+
+ #[Depends('testAssertReturn2125')]
+ public function testAssertReturn2126(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22287']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2271,
+ );
+ }
+
+ #[Depends('testAssertReturn2126')]
+ public function testAssertReturn2127(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22486']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2272,
+ );
+ }
+
+ #[Depends('testAssertReturn2127')]
+ public function testAssertReturn2128(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22685']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2273,
+ );
+ }
+
+ #[Depends('testAssertReturn2128')]
+ public function testAssertReturn2129(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22884']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2274,
+ );
+ }
+
+ #[Depends('testAssertReturn2129')]
+ public function testAssertReturn2130(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23083']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2275,
+ );
+ }
+
+ #[Depends('testAssertReturn2130')]
+ public function testAssertReturn2131(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23282']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2276,
+ );
+ }
+
+ #[Depends('testAssertReturn2131')]
+ public function testAssertReturn2132(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23481']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2277,
+ );
+ }
+
+ #[Depends('testAssertReturn2132')]
+ public function testAssertReturn2133(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23680']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2278,
+ );
+ }
+
+ #[Depends('testAssertReturn2133')]
+ public function testAssertReturn2134(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23879']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2279,
+ );
+ }
+
+ #[Depends('testAssertReturn2134')]
+ public function testAssertReturn2135(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24078']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2280,
+ );
+ }
+
+ #[Depends('testAssertReturn2135')]
+ public function testAssertReturn2136(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24277']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2281,
+ );
+ }
+
+ #[Depends('testAssertReturn2136')]
+ public function testAssertReturn2137(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24476']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2282,
+ );
+ }
+
+ #[Depends('testAssertReturn2137')]
+ public function testAssertReturn2138(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24675']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2283,
+ );
+ }
+
+ #[Depends('testAssertReturn2138')]
+ public function testAssertReturn2139(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24874']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2284,
+ );
+ }
+
+ #[Depends('testAssertReturn2139')]
+ public function testAssertReturn2140(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25073']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2285,
+ );
+ }
+
+ #[Depends('testAssertReturn2140')]
+ public function testAssertReturn2141(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25272']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2286,
+ );
+ }
+
+ #[Depends('testAssertReturn2141')]
+ public function testAssertReturn2142(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25471']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2287,
+ );
+ }
+
+ #[Depends('testAssertReturn2142')]
+ public function testAssertReturn2143(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25670']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2288,
+ );
+ }
+
+ #[Depends('testAssertReturn2143')]
+ public function testAssertReturn2144(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25869']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2289,
+ );
+ }
+
+ #[Depends('testAssertReturn2144')]
+ public function testAssertReturn2145(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26068']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2290,
+ );
+ }
+
+ #[Depends('testAssertReturn2145')]
+ public function testAssertReturn2146(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26267']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2291,
+ );
+ }
+
+ #[Depends('testAssertReturn2146')]
+ public function testAssertReturn2147(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26466']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2292,
+ );
+ }
+
+ #[Depends('testAssertReturn2147')]
+ public function testAssertReturn2148(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26665']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2293,
+ );
+ }
+
+ #[Depends('testAssertReturn2148')]
+ public function testAssertReturn2149(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26864']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2294,
+ );
+ }
+
+ #[Depends('testAssertReturn2149')]
+ public function testAssertReturn2150(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27063']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2295,
+ );
+ }
+
+ #[Depends('testAssertReturn2150')]
+ public function testAssertReturn2151(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27262']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2296,
+ );
+ }
+
+ #[Depends('testAssertReturn2151')]
+ public function testAssertReturn2152(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27461']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2297,
+ );
+ }
+
+ #[Depends('testAssertReturn2152')]
+ public function testAssertReturn2153(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27660']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2298,
+ );
+ }
+
+ #[Depends('testAssertReturn2153')]
+ public function testAssertReturn2154(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27859']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2299,
+ );
+ }
+
+ #[Depends('testAssertReturn2154')]
+ public function testAssertReturn2155(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28058']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2300,
+ );
+ }
+
+ #[Depends('testAssertReturn2155')]
+ public function testAssertReturn2156(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28257']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2301,
+ );
+ }
+
+ #[Depends('testAssertReturn2156')]
+ public function testAssertReturn2157(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28456']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2302,
+ );
+ }
+
+ #[Depends('testAssertReturn2157')]
+ public function testAssertReturn2158(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28655']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2303,
+ );
+ }
+
+ #[Depends('testAssertReturn2158')]
+ public function testAssertReturn2159(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28854']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2304,
+ );
+ }
+
+ #[Depends('testAssertReturn2159')]
+ public function testAssertReturn2160(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29053']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2305,
+ );
+ }
+
+ #[Depends('testAssertReturn2160')]
+ public function testAssertReturn2161(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29252']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2306,
+ );
+ }
+
+ #[Depends('testAssertReturn2161')]
+ public function testAssertReturn2162(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29451']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2307,
+ );
+ }
+
+ #[Depends('testAssertReturn2162')]
+ public function testAssertReturn2163(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29650']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2308,
+ );
+ }
+
+ #[Depends('testAssertReturn2163')]
+ public function testAssertReturn2164(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29849']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2309,
+ );
+ }
+
+ #[Depends('testAssertReturn2164')]
+ public function testAssertReturn2165(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30048']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2310,
+ );
+ }
+
+ #[Depends('testAssertReturn2165')]
+ public function testAssertReturn2166(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30247']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2311,
+ );
+ }
+
+ #[Depends('testAssertReturn2166')]
+ public function testAssertReturn2167(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30446']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2312,
+ );
+ }
+
+ #[Depends('testAssertReturn2167')]
+ public function testAssertReturn2168(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30645']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2313,
+ );
+ }
+
+ #[Depends('testAssertReturn2168')]
+ public function testAssertReturn2169(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30844']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2314,
+ );
+ }
+
+ #[Depends('testAssertReturn2169')]
+ public function testAssertReturn2170(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31043']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2315,
+ );
+ }
+
+ #[Depends('testAssertReturn2170')]
+ public function testAssertReturn2171(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31242']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2316,
+ );
+ }
+
+ #[Depends('testAssertReturn2171')]
+ public function testAssertReturn2172(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31441']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2317,
+ );
+ }
+
+ #[Depends('testAssertReturn2172')]
+ public function testAssertReturn2173(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31640']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2318,
+ );
+ }
+
+ #[Depends('testAssertReturn2173')]
+ public function testAssertReturn2174(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31839']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2319,
+ );
+ }
+
+ #[Depends('testAssertReturn2174')]
+ public function testAssertReturn2175(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32038']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2320,
+ );
+ }
+
+ #[Depends('testAssertReturn2175')]
+ public function testAssertReturn2176(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32237']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2321,
+ );
+ }
+
+ #[Depends('testAssertReturn2176')]
+ public function testAssertReturn2177(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32436']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2322,
+ );
+ }
+
+ #[Depends('testAssertReturn2177')]
+ public function testAssertReturn2178(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32635']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2323,
+ );
+ }
+
+ #[Depends('testAssertReturn2178')]
+ public function testAssertReturn2179(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32834']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2324,
+ );
+ }
+
+ #[Depends('testAssertReturn2179')]
+ public function testAssertReturn2180(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33033']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2325,
+ );
+ }
+
+ #[Depends('testAssertReturn2180')]
+ public function testAssertReturn2181(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33232']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2326,
+ );
+ }
+
+ #[Depends('testAssertReturn2181')]
+ public function testAssertReturn2182(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33431']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2327,
+ );
+ }
+
+ #[Depends('testAssertReturn2182')]
+ public function testAssertReturn2183(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33630']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2328,
+ );
+ }
+
+ #[Depends('testAssertReturn2183')]
+ public function testAssertReturn2184(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33829']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2329,
+ );
+ }
+
+ #[Depends('testAssertReturn2184')]
+ public function testAssertReturn2185(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34028']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2330,
+ );
+ }
+
+ #[Depends('testAssertReturn2185')]
+ public function testAssertReturn2186(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34227']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2331,
+ );
+ }
+
+ #[Depends('testAssertReturn2186')]
+ public function testAssertReturn2187(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34426']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2332,
+ );
+ }
+
+ #[Depends('testAssertReturn2187')]
+ public function testAssertReturn2188(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34625']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2333,
+ );
+ }
+
+ #[Depends('testAssertReturn2188')]
+ public function testAssertReturn2189(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34824']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2334,
+ );
+ }
+
+ #[Depends('testAssertReturn2189')]
+ public function testAssertReturn2190(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35023']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2335,
+ );
+ }
+
+ #[Depends('testAssertReturn2190')]
+ public function testAssertReturn2191(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35222']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2336,
+ );
+ }
+
+ #[Depends('testAssertReturn2191')]
+ public function testAssertReturn2192(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35421']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2337,
+ );
+ }
+
+ #[Depends('testAssertReturn2192')]
+ public function testAssertReturn2193(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35620']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2338,
+ );
+ }
+
+ #[Depends('testAssertReturn2193')]
+ public function testAssertReturn2194(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35819']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2339,
+ );
+ }
+
+ #[Depends('testAssertReturn2194')]
+ public function testAssertReturn2195(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36018']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2340,
+ );
+ }
+
+ #[Depends('testAssertReturn2195')]
+ public function testAssertReturn2196(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36217']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2341,
+ );
+ }
+
+ #[Depends('testAssertReturn2196')]
+ public function testAssertReturn2197(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36416']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2342,
+ );
+ }
+
+ #[Depends('testAssertReturn2197')]
+ public function testAssertReturn2198(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36615']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2343,
+ );
+ }
+
+ #[Depends('testAssertReturn2198')]
+ public function testAssertReturn2199(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36814']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2344,
+ );
+ }
+
+ #[Depends('testAssertReturn2199')]
+ public function testAssertReturn2200(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37013']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2345,
+ );
+ }
+
+ #[Depends('testAssertReturn2200')]
+ public function testAssertReturn2201(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37212']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2346,
+ );
+ }
+
+ #[Depends('testAssertReturn2201')]
+ public function testAssertReturn2202(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37411']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2347,
+ );
+ }
+
+ #[Depends('testAssertReturn2202')]
+ public function testAssertReturn2203(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37610']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2348,
+ );
+ }
+
+ #[Depends('testAssertReturn2203')]
+ public function testAssertReturn2204(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37809']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2349,
+ );
+ }
+
+ #[Depends('testAssertReturn2204')]
+ public function testAssertReturn2205(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38008']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2350,
+ );
+ }
+
+ #[Depends('testAssertReturn2205')]
+ public function testAssertReturn2206(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38207']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2351,
+ );
+ }
+
+ #[Depends('testAssertReturn2206')]
+ public function testAssertReturn2207(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38406']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2352,
+ );
+ }
+
+ #[Depends('testAssertReturn2207')]
+ public function testAssertReturn2208(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38605']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2353,
+ );
+ }
+
+ #[Depends('testAssertReturn2208')]
+ public function testAssertReturn2209(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38804']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2354,
+ );
+ }
+
+ #[Depends('testAssertReturn2209')]
+ public function testAssertReturn2210(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39003']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2355,
+ );
+ }
+
+ #[Depends('testAssertReturn2210')]
+ public function testAssertReturn2211(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39202']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2356,
+ );
+ }
+
+ #[Depends('testAssertReturn2211')]
+ public function testAssertReturn2212(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39401']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2357,
+ );
+ }
+
+ #[Depends('testAssertReturn2212')]
+ public function testAssertReturn2213(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39600']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2358,
+ );
+ }
+
+ #[Depends('testAssertReturn2213')]
+ public function testAssertReturn2214(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39799']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2359,
+ );
+ }
+
+ #[Depends('testAssertReturn2214')]
+ public function testAssertReturn2215(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39998']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2360,
+ );
+ }
+
+ #[Depends('testAssertReturn2215')]
+ public function testAssertReturn2216(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40197']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2361,
+ );
+ }
+
+ #[Depends('testAssertReturn2216')]
+ public function testAssertReturn2217(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40396']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2362,
+ );
+ }
+
+ #[Depends('testAssertReturn2217')]
+ public function testAssertReturn2218(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40595']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2363,
+ );
+ }
+
+ #[Depends('testAssertReturn2218')]
+ public function testAssertReturn2219(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40794']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2364,
+ );
+ }
+
+ #[Depends('testAssertReturn2219')]
+ public function testAssertReturn2220(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40993']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2365,
+ );
+ }
+
+ #[Depends('testAssertReturn2220')]
+ public function testAssertReturn2221(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41192']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2366,
+ );
+ }
+
+ #[Depends('testAssertReturn2221')]
+ public function testAssertReturn2222(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41391']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2367,
+ );
+ }
+
+ #[Depends('testAssertReturn2222')]
+ public function testAssertReturn2223(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41590']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2368,
+ );
+ }
+
+ #[Depends('testAssertReturn2223')]
+ public function testAssertReturn2224(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41789']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2369,
+ );
+ }
+
+ #[Depends('testAssertReturn2224')]
+ public function testAssertReturn2225(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41988']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2370,
+ );
+ }
+
+ #[Depends('testAssertReturn2225')]
+ public function testAssertReturn2226(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42187']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2371,
+ );
+ }
+
+ #[Depends('testAssertReturn2226')]
+ public function testAssertReturn2227(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42386']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2372,
+ );
+ }
+
+ #[Depends('testAssertReturn2227')]
+ public function testAssertReturn2228(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42585']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2373,
+ );
+ }
+
+ #[Depends('testAssertReturn2228')]
+ public function testAssertReturn2229(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42784']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2374,
+ );
+ }
+
+ #[Depends('testAssertReturn2229')]
+ public function testAssertReturn2230(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42983']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2375,
+ );
+ }
+
+ #[Depends('testAssertReturn2230')]
+ public function testAssertReturn2231(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43182']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2376,
+ );
+ }
+
+ #[Depends('testAssertReturn2231')]
+ public function testAssertReturn2232(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43381']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2377,
+ );
+ }
+
+ #[Depends('testAssertReturn2232')]
+ public function testAssertReturn2233(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43580']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2378,
+ );
+ }
+
+ #[Depends('testAssertReturn2233')]
+ public function testAssertReturn2234(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43779']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2379,
+ );
+ }
+
+ #[Depends('testAssertReturn2234')]
+ public function testAssertReturn2235(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43978']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2380,
+ );
+ }
+
+ #[Depends('testAssertReturn2235')]
+ public function testAssertReturn2236(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44177']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2381,
+ );
+ }
+
+ #[Depends('testAssertReturn2236')]
+ public function testAssertReturn2237(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44376']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2382,
+ );
+ }
+
+ #[Depends('testAssertReturn2237')]
+ public function testAssertReturn2238(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44575']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2383,
+ );
+ }
+
+ #[Depends('testAssertReturn2238')]
+ public function testAssertReturn2239(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44774']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2384,
+ );
+ }
+
+ #[Depends('testAssertReturn2239')]
+ public function testAssertReturn2240(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44973']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2385,
+ );
+ }
+
+ #[Depends('testAssertReturn2240')]
+ public function testAssertReturn2241(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45172']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2386,
+ );
+ }
+
+ #[Depends('testAssertReturn2241')]
+ public function testAssertReturn2242(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45371']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2387,
+ );
+ }
+
+ #[Depends('testAssertReturn2242')]
+ public function testAssertReturn2243(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45570']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2388,
+ );
+ }
+
+ #[Depends('testAssertReturn2243')]
+ public function testAssertReturn2244(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45769']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2389,
+ );
+ }
+
+ #[Depends('testAssertReturn2244')]
+ public function testAssertReturn2245(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45968']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2390,
+ );
+ }
+
+ #[Depends('testAssertReturn2245')]
+ public function testAssertReturn2246(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46167']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2391,
+ );
+ }
+
+ #[Depends('testAssertReturn2246')]
+ public function testAssertReturn2247(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46366']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2392,
+ );
+ }
+
+ #[Depends('testAssertReturn2247')]
+ public function testAssertReturn2248(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46565']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2393,
+ );
+ }
+
+ #[Depends('testAssertReturn2248')]
+ public function testAssertReturn2249(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46764']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2394,
+ );
+ }
+
+ #[Depends('testAssertReturn2249')]
+ public function testAssertReturn2250(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46963']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2395,
+ );
+ }
+
+ #[Depends('testAssertReturn2250')]
+ public function testAssertReturn2251(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47162']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2396,
+ );
+ }
+
+ #[Depends('testAssertReturn2251')]
+ public function testAssertReturn2252(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47361']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2397,
+ );
+ }
+
+ #[Depends('testAssertReturn2252')]
+ public function testAssertReturn2253(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47560']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2398,
+ );
+ }
+
+ #[Depends('testAssertReturn2253')]
+ public function testAssertReturn2254(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47759']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2399,
+ );
+ }
+
+ #[Depends('testAssertReturn2254')]
+ public function testAssertReturn2255(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47958']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2400,
+ );
+ }
+
+ #[Depends('testAssertReturn2255')]
+ public function testAssertReturn2256(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48157']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2401,
+ );
+ }
+
+ #[Depends('testAssertReturn2256')]
+ public function testAssertReturn2257(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48356']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2402,
+ );
+ }
+
+ #[Depends('testAssertReturn2257')]
+ public function testAssertReturn2258(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48555']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2403,
+ );
+ }
+
+ #[Depends('testAssertReturn2258')]
+ public function testAssertReturn2259(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48754']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2404,
+ );
+ }
+
+ #[Depends('testAssertReturn2259')]
+ public function testAssertReturn2260(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48953']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2405,
+ );
+ }
+
+ #[Depends('testAssertReturn2260')]
+ public function testAssertReturn2261(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49152']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2406,
+ );
+ }
+
+ #[Depends('testAssertReturn2261')]
+ public function testAssertReturn2262(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49351']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2407,
+ );
+ }
+
+ #[Depends('testAssertReturn2262')]
+ public function testAssertReturn2263(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49550']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2408,
+ );
+ }
+
+ #[Depends('testAssertReturn2263')]
+ public function testAssertReturn2264(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49749']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2409,
+ );
+ }
+
+ #[Depends('testAssertReturn2264')]
+ public function testAssertReturn2265(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49948']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2410,
+ );
+ }
+
+ #[Depends('testAssertReturn2265')]
+ public function testAssertReturn2266(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50147']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2411,
+ );
+ }
+
+ #[Depends('testAssertReturn2266')]
+ public function testAssertReturn2267(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50346']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2412,
+ );
+ }
+
+ #[Depends('testAssertReturn2267')]
+ public function testAssertReturn2268(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50545']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2413,
+ );
+ }
+
+ #[Depends('testAssertReturn2268')]
+ public function testAssertReturn2269(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50744']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2414,
+ );
+ }
+
+ #[Depends('testAssertReturn2269')]
+ public function testAssertReturn2270(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50943']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2415,
+ );
+ }
+
+ #[Depends('testAssertReturn2270')]
+ public function testAssertReturn2271(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51142']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2416,
+ );
+ }
+
+ #[Depends('testAssertReturn2271')]
+ public function testAssertReturn2272(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51341']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2417,
+ );
+ }
+
+ #[Depends('testAssertReturn2272')]
+ public function testAssertReturn2273(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51540']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2418,
+ );
+ }
+
+ #[Depends('testAssertReturn2273')]
+ public function testAssertReturn2274(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51739']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2419,
+ );
+ }
+
+ #[Depends('testAssertReturn2274')]
+ public function testAssertReturn2275(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51938']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2420,
+ );
+ }
+
+ #[Depends('testAssertReturn2275')]
+ public function testAssertReturn2276(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52137']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2421,
+ );
+ }
+
+ #[Depends('testAssertReturn2276')]
+ public function testAssertReturn2277(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52336']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2422,
+ );
+ }
+
+ #[Depends('testAssertReturn2277')]
+ public function testAssertReturn2278(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52535']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2423,
+ );
+ }
+
+ #[Depends('testAssertReturn2278')]
+ public function testAssertReturn2279(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52734']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2424,
+ );
+ }
+
+ #[Depends('testAssertReturn2279')]
+ public function testAssertReturn2280(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52933']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2425,
+ );
+ }
+
+ #[Depends('testAssertReturn2280')]
+ public function testAssertReturn2281(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53132']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2426,
+ );
+ }
+
+ #[Depends('testAssertReturn2281')]
+ public function testAssertReturn2282(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53331']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2427,
+ );
+ }
+
+ #[Depends('testAssertReturn2282')]
+ public function testAssertReturn2283(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53530']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2428,
+ );
+ }
+
+ #[Depends('testAssertReturn2283')]
+ public function testAssertReturn2284(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53729']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2429,
+ );
+ }
+
+ #[Depends('testAssertReturn2284')]
+ public function testAssertReturn2285(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53928']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2430,
+ );
+ }
+
+ #[Depends('testAssertReturn2285')]
+ public function testAssertReturn2286(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54127']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2431,
+ );
+ }
+
+ #[Depends('testAssertReturn2286')]
+ public function testAssertReturn2287(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54326']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2432,
+ );
+ }
+
+ #[Depends('testAssertReturn2287')]
+ public function testAssertReturn2288(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54525']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2433,
+ );
+ }
+
+ #[Depends('testAssertReturn2288')]
+ public function testAssertReturn2289(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54724']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2434,
+ );
+ }
+
+ #[Depends('testAssertReturn2289')]
+ public function testAssertReturn2290(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54923']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2435,
+ );
+ }
+
+ #[Depends('testAssertReturn2290')]
+ public function testAssertReturn2291(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55122']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2436,
+ );
+ }
+
+ #[Depends('testAssertReturn2291')]
+ public function testAssertReturn2292(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55321']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2437,
+ );
+ }
+
+ #[Depends('testAssertReturn2292')]
+ public function testAssertReturn2293(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55520']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2438,
+ );
+ }
+
+ #[Depends('testAssertReturn2293')]
+ public function testAssertReturn2294(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55719']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2439,
+ );
+ }
+
+ #[Depends('testAssertReturn2294')]
+ public function testAssertReturn2295(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55918']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2440,
+ );
+ }
+
+ #[Depends('testAssertReturn2295')]
+ public function testAssertReturn2296(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56117']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2441,
+ );
+ }
+
+ #[Depends('testAssertReturn2296')]
+ public function testAssertReturn2297(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56316']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2442,
+ );
+ }
+
+ #[Depends('testAssertReturn2297')]
+ public function testAssertReturn2298(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56515']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2443,
+ );
+ }
+
+ #[Depends('testAssertReturn2298')]
+ public function testAssertReturn2299(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56714']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2444,
+ );
+ }
+
+ #[Depends('testAssertReturn2299')]
+ public function testAssertReturn2300(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56913']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2445,
+ );
+ }
+
+ #[Depends('testAssertReturn2300')]
+ public function testAssertReturn2301(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57112']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2446,
+ );
+ }
+
+ #[Depends('testAssertReturn2301')]
+ public function testAssertReturn2302(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57311']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2447,
+ );
+ }
+
+ #[Depends('testAssertReturn2302')]
+ public function testAssertReturn2303(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57510']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2448,
+ );
+ }
+
+ #[Depends('testAssertReturn2303')]
+ public function testAssertReturn2304(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57709']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2449,
+ );
+ }
+
+ #[Depends('testAssertReturn2304')]
+ public function testAssertReturn2305(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57908']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2450,
+ );
+ }
+
+ #[Depends('testAssertReturn2305')]
+ public function testAssertReturn2306(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58107']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2451,
+ );
+ }
+
+ #[Depends('testAssertReturn2306')]
+ public function testAssertReturn2307(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58306']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2452,
+ );
+ }
+
+ #[Depends('testAssertReturn2307')]
+ public function testAssertReturn2308(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58505']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2453,
+ );
+ }
+
+ #[Depends('testAssertReturn2308')]
+ public function testAssertReturn2309(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58704']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2454,
+ );
+ }
+
+ #[Depends('testAssertReturn2309')]
+ public function testAssertReturn2310(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58903']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2455,
+ );
+ }
+
+ #[Depends('testAssertReturn2310')]
+ public function testAssertReturn2311(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59102']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2456,
+ );
+ }
+
+ #[Depends('testAssertReturn2311')]
+ public function testAssertReturn2312(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59301']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2457,
+ );
+ }
+
+ #[Depends('testAssertReturn2312')]
+ public function testAssertReturn2313(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59500']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2458,
+ );
+ }
+
+ #[Depends('testAssertReturn2313')]
+ public function testAssertReturn2314(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59699']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2459,
+ );
+ }
+
+ #[Depends('testAssertReturn2314')]
+ public function testAssertReturn2315(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59898']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2460,
+ );
+ }
+
+ #[Depends('testAssertReturn2315')]
+ public function testAssertReturn2316(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60097']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2461,
+ );
+ }
+
+ #[Depends('testAssertReturn2316')]
+ public function testAssertReturn2317(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60296']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2462,
+ );
+ }
+
+ #[Depends('testAssertReturn2317')]
+ public function testAssertReturn2318(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60495']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2463,
+ );
+ }
+
+ #[Depends('testAssertReturn2318')]
+ public function testAssertReturn2319(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60694']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2464,
+ );
+ }
+
+ #[Depends('testAssertReturn2319')]
+ public function testAssertReturn2320(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60893']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2465,
+ );
+ }
+
+ #[Depends('testAssertReturn2320')]
+ public function testAssertReturn2321(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61092']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2466,
+ );
+ }
+
+ #[Depends('testAssertReturn2321')]
+ public function testAssertReturn2322(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61291']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2467,
+ );
+ }
+
+ #[Depends('testAssertReturn2322')]
+ public function testAssertReturn2323(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61490']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2468,
+ );
+ }
+
+ #[Depends('testAssertReturn2323')]
+ public function testAssertReturn2324(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61689']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2469,
+ );
+ }
+
+ #[Depends('testAssertReturn2324')]
+ public function testAssertReturn2325(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61888']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2470,
+ );
+ }
+
+ #[Depends('testAssertReturn2325')]
+ public function testAssertReturn2326(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62087']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2471,
+ );
+ }
+
+ #[Depends('testAssertReturn2326')]
+ public function testAssertReturn2327(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62286']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2472,
+ );
+ }
+
+ #[Depends('testAssertReturn2327')]
+ public function testAssertReturn2328(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62485']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2473,
+ );
+ }
+
+ #[Depends('testAssertReturn2328')]
+ public function testAssertReturn2329(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62684']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2474,
+ );
+ }
+
+ #[Depends('testAssertReturn2329')]
+ public function testAssertReturn2330(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62883']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2475,
+ );
+ }
+
+ #[Depends('testAssertReturn2330')]
+ public function testAssertReturn2331(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63082']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2476,
+ );
+ }
+
+ #[Depends('testAssertReturn2331')]
+ public function testAssertReturn2332(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63281']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2477,
+ );
+ }
+
+ #[Depends('testAssertReturn2332')]
+ public function testAssertReturn2333(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63480']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2478,
+ );
+ }
+
+ #[Depends('testAssertReturn2333')]
+ public function testAssertReturn2334(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63679']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2479,
+ );
+ }
+
+ #[Depends('testAssertReturn2334')]
+ public function testAssertReturn2335(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63878']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2480,
+ );
+ }
+
+ #[Depends('testAssertReturn2335')]
+ public function testAssertReturn2336(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64077']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2481,
+ );
+ }
+
+ #[Depends('testAssertReturn2336')]
+ public function testAssertReturn2337(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64276']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2482,
+ );
+ }
+
+ #[Depends('testAssertReturn2337')]
+ public function testAssertReturn2338(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64475']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2483,
+ );
+ }
+
+ #[Depends('testAssertReturn2338')]
+ public function testAssertReturn2339(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64674']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2484,
+ );
+ }
+
+ #[Depends('testAssertReturn2339')]
+ public function testAssertReturn2340(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64873']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2485,
+ );
+ }
+
+ #[Depends('testAssertReturn2340')]
+ public function testAssertReturn2341(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65072']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2486,
+ );
+ }
+
+ #[Depends('testAssertReturn2341')]
+ public function testAssertReturn2342(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65271']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2487,
+ );
+ }
+
+ #[Depends('testAssertReturn2342')]
+ public function testAssertReturn2343(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65470']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2488,
+ );
+ }
+
+ #[Depends('testAssertReturn2343')]
+ public function testAssertReturn2344(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65516']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2489,
+ );
+ }
+
+ #[Depends('testAssertReturn2344')]
+ public function testAssertReturn2345(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65517']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 2490,
+ );
+ }
+
+ #[Depends('testAssertReturn2345')]
+ public function testAssertReturn2346(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65518']]],
+ expected: [['type' => 'i32', 'value' => '2']],
+ line: 2491,
+ );
+ }
+
+ #[Depends('testAssertReturn2346')]
+ public function testAssertReturn2347(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65519']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 2492,
+ );
+ }
+
+ #[Depends('testAssertReturn2347')]
+ public function testAssertReturn2348(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65520']]],
+ expected: [['type' => 'i32', 'value' => '4']],
+ line: 2493,
+ );
+ }
+
+ #[Depends('testAssertReturn2348')]
+ public function testAssertReturn2349(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65521']]],
+ expected: [['type' => 'i32', 'value' => '5']],
+ line: 2494,
+ );
+ }
+
+ #[Depends('testAssertReturn2349')]
+ public function testAssertReturn2350(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65522']]],
+ expected: [['type' => 'i32', 'value' => '6']],
+ line: 2495,
+ );
+ }
+
+ #[Depends('testAssertReturn2350')]
+ public function testAssertReturn2351(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65523']]],
+ expected: [['type' => 'i32', 'value' => '7']],
+ line: 2496,
+ );
+ }
+
+ #[Depends('testAssertReturn2351')]
+ public function testAssertReturn2352(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65524']]],
+ expected: [['type' => 'i32', 'value' => '8']],
+ line: 2497,
+ );
+ }
+
+ #[Depends('testAssertReturn2352')]
+ public function testAssertReturn2353(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65525']]],
+ expected: [['type' => 'i32', 'value' => '9']],
+ line: 2498,
+ );
+ }
+
+ #[Depends('testAssertReturn2353')]
+ public function testAssertReturn2354(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65526']]],
+ expected: [['type' => 'i32', 'value' => '10']],
+ line: 2499,
+ );
+ }
+
+ #[Depends('testAssertReturn2354')]
+ public function testAssertReturn2355(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65527']]],
+ expected: [['type' => 'i32', 'value' => '11']],
+ line: 2500,
+ );
+ }
+
+ #[Depends('testAssertReturn2355')]
+ public function testAssertReturn2356(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65528']]],
+ expected: [['type' => 'i32', 'value' => '12']],
+ line: 2501,
+ );
+ }
+
+ #[Depends('testAssertReturn2356')]
+ public function testAssertReturn2357(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65529']]],
+ expected: [['type' => 'i32', 'value' => '13']],
+ line: 2502,
+ );
+ }
+
+ #[Depends('testAssertReturn2357')]
+ public function testAssertReturn2358(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65530']]],
+ expected: [['type' => 'i32', 'value' => '14']],
+ line: 2503,
+ );
+ }
+
+ #[Depends('testAssertReturn2358')]
+ public function testAssertReturn2359(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65531']]],
+ expected: [['type' => 'i32', 'value' => '15']],
+ line: 2504,
+ );
+ }
+
+ #[Depends('testAssertReturn2359')]
+ public function testAssertReturn2360(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65532']]],
+ expected: [['type' => 'i32', 'value' => '16']],
+ line: 2505,
+ );
+ }
+
+ #[Depends('testAssertReturn2360')]
+ public function testAssertReturn2361(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65533']]],
+ expected: [['type' => 'i32', 'value' => '17']],
+ line: 2506,
+ );
+ }
+
+ #[Depends('testAssertReturn2361')]
+ public function testAssertReturn2362(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65534']]],
+ expected: [['type' => 'i32', 'value' => '18']],
+ line: 2507,
+ );
+ }
+
+ #[Depends('testAssertReturn2362')]
+ public function testAssertReturn2363(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65535']]],
+ expected: [['type' => 'i32', 'value' => '19']],
+ line: 2508,
+ );
+ }
+
+ #[Depends('testAssertReturn2363')]
+ public function testModule2364(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.14.wasm',
+ name: null,
+ line: 2510,
+ );
+ }
+
+ #[Depends('testModule2364')]
+ public function testAssertTrap2365(): void
+ {
+ $this->runAssertTrapCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'run', 'args' => [['type' => 'i32', 'value' => '65516'], ['type' => 'i32', 'value' => '65506'], ['type' => 'i32', 'value' => '40']]],
+ text: 'out of bounds memory access',
+ line: 2518,
+ );
+ }
+
+ #[Depends('testAssertTrap2365')]
+ public function testAssertReturn2366(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '198']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2521,
+ );
+ }
+
+ #[Depends('testAssertReturn2366')]
+ public function testAssertReturn2367(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '397']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2522,
+ );
+ }
+
+ #[Depends('testAssertReturn2367')]
+ public function testAssertReturn2368(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '596']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2523,
+ );
+ }
+
+ #[Depends('testAssertReturn2368')]
+ public function testAssertReturn2369(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '795']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2524,
+ );
+ }
+
+ #[Depends('testAssertReturn2369')]
+ public function testAssertReturn2370(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '994']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2525,
+ );
+ }
+
+ #[Depends('testAssertReturn2370')]
+ public function testAssertReturn2371(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1193']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2526,
+ );
+ }
+
+ #[Depends('testAssertReturn2371')]
+ public function testAssertReturn2372(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1392']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2527,
+ );
+ }
+
+ #[Depends('testAssertReturn2372')]
+ public function testAssertReturn2373(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1591']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2528,
+ );
+ }
+
+ #[Depends('testAssertReturn2373')]
+ public function testAssertReturn2374(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1790']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2529,
+ );
+ }
+
+ #[Depends('testAssertReturn2374')]
+ public function testAssertReturn2375(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1989']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2530,
+ );
+ }
+
+ #[Depends('testAssertReturn2375')]
+ public function testAssertReturn2376(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2188']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2531,
+ );
+ }
+
+ #[Depends('testAssertReturn2376')]
+ public function testAssertReturn2377(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2387']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2532,
+ );
+ }
+
+ #[Depends('testAssertReturn2377')]
+ public function testAssertReturn2378(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2586']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2533,
+ );
+ }
+
+ #[Depends('testAssertReturn2378')]
+ public function testAssertReturn2379(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2785']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2534,
+ );
+ }
+
+ #[Depends('testAssertReturn2379')]
+ public function testAssertReturn2380(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2984']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2535,
+ );
+ }
+
+ #[Depends('testAssertReturn2380')]
+ public function testAssertReturn2381(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3183']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2536,
+ );
+ }
+
+ #[Depends('testAssertReturn2381')]
+ public function testAssertReturn2382(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3382']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2537,
+ );
+ }
+
+ #[Depends('testAssertReturn2382')]
+ public function testAssertReturn2383(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3581']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2538,
+ );
+ }
+
+ #[Depends('testAssertReturn2383')]
+ public function testAssertReturn2384(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3780']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2539,
+ );
+ }
+
+ #[Depends('testAssertReturn2384')]
+ public function testAssertReturn2385(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3979']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2540,
+ );
+ }
+
+ #[Depends('testAssertReturn2385')]
+ public function testAssertReturn2386(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4178']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2541,
+ );
+ }
+
+ #[Depends('testAssertReturn2386')]
+ public function testAssertReturn2387(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4377']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2542,
+ );
+ }
+
+ #[Depends('testAssertReturn2387')]
+ public function testAssertReturn2388(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4576']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2543,
+ );
+ }
+
+ #[Depends('testAssertReturn2388')]
+ public function testAssertReturn2389(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4775']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2544,
+ );
+ }
+
+ #[Depends('testAssertReturn2389')]
+ public function testAssertReturn2390(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4974']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2545,
+ );
+ }
+
+ #[Depends('testAssertReturn2390')]
+ public function testAssertReturn2391(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5173']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2546,
+ );
+ }
+
+ #[Depends('testAssertReturn2391')]
+ public function testAssertReturn2392(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5372']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2547,
+ );
+ }
+
+ #[Depends('testAssertReturn2392')]
+ public function testAssertReturn2393(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5571']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2548,
+ );
+ }
+
+ #[Depends('testAssertReturn2393')]
+ public function testAssertReturn2394(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5770']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2549,
+ );
+ }
+
+ #[Depends('testAssertReturn2394')]
+ public function testAssertReturn2395(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5969']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2550,
+ );
+ }
+
+ #[Depends('testAssertReturn2395')]
+ public function testAssertReturn2396(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6168']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2551,
+ );
+ }
+
+ #[Depends('testAssertReturn2396')]
+ public function testAssertReturn2397(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6367']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2552,
+ );
+ }
+
+ #[Depends('testAssertReturn2397')]
+ public function testAssertReturn2398(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6566']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2553,
+ );
+ }
+
+ #[Depends('testAssertReturn2398')]
+ public function testAssertReturn2399(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6765']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2554,
+ );
+ }
+
+ #[Depends('testAssertReturn2399')]
+ public function testAssertReturn2400(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6964']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2555,
+ );
+ }
+
+ #[Depends('testAssertReturn2400')]
+ public function testAssertReturn2401(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7163']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2556,
+ );
+ }
+
+ #[Depends('testAssertReturn2401')]
+ public function testAssertReturn2402(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7362']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2557,
+ );
+ }
+
+ #[Depends('testAssertReturn2402')]
+ public function testAssertReturn2403(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7561']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2558,
+ );
+ }
+
+ #[Depends('testAssertReturn2403')]
+ public function testAssertReturn2404(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7760']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2559,
+ );
+ }
+
+ #[Depends('testAssertReturn2404')]
+ public function testAssertReturn2405(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7959']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2560,
+ );
+ }
+
+ #[Depends('testAssertReturn2405')]
+ public function testAssertReturn2406(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8158']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2561,
+ );
+ }
+
+ #[Depends('testAssertReturn2406')]
+ public function testAssertReturn2407(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8357']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2562,
+ );
+ }
+
+ #[Depends('testAssertReturn2407')]
+ public function testAssertReturn2408(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8556']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2563,
+ );
+ }
+
+ #[Depends('testAssertReturn2408')]
+ public function testAssertReturn2409(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8755']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2564,
+ );
+ }
+
+ #[Depends('testAssertReturn2409')]
+ public function testAssertReturn2410(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8954']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2565,
+ );
+ }
+
+ #[Depends('testAssertReturn2410')]
+ public function testAssertReturn2411(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9153']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2566,
+ );
+ }
+
+ #[Depends('testAssertReturn2411')]
+ public function testAssertReturn2412(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9352']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2567,
+ );
+ }
+
+ #[Depends('testAssertReturn2412')]
+ public function testAssertReturn2413(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9551']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2568,
+ );
+ }
+
+ #[Depends('testAssertReturn2413')]
+ public function testAssertReturn2414(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9750']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2569,
+ );
+ }
+
+ #[Depends('testAssertReturn2414')]
+ public function testAssertReturn2415(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9949']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2570,
+ );
+ }
+
+ #[Depends('testAssertReturn2415')]
+ public function testAssertReturn2416(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10148']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2571,
+ );
+ }
+
+ #[Depends('testAssertReturn2416')]
+ public function testAssertReturn2417(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10347']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2572,
+ );
+ }
+
+ #[Depends('testAssertReturn2417')]
+ public function testAssertReturn2418(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10546']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2573,
+ );
+ }
+
+ #[Depends('testAssertReturn2418')]
+ public function testAssertReturn2419(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10745']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2574,
+ );
+ }
+
+ #[Depends('testAssertReturn2419')]
+ public function testAssertReturn2420(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10944']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2575,
+ );
+ }
+
+ #[Depends('testAssertReturn2420')]
+ public function testAssertReturn2421(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11143']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2576,
+ );
+ }
+
+ #[Depends('testAssertReturn2421')]
+ public function testAssertReturn2422(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11342']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2577,
+ );
+ }
+
+ #[Depends('testAssertReturn2422')]
+ public function testAssertReturn2423(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11541']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2578,
+ );
+ }
+
+ #[Depends('testAssertReturn2423')]
+ public function testAssertReturn2424(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11740']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2579,
+ );
+ }
+
+ #[Depends('testAssertReturn2424')]
+ public function testAssertReturn2425(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11939']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2580,
+ );
+ }
+
+ #[Depends('testAssertReturn2425')]
+ public function testAssertReturn2426(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12138']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2581,
+ );
+ }
+
+ #[Depends('testAssertReturn2426')]
+ public function testAssertReturn2427(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12337']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2582,
+ );
+ }
+
+ #[Depends('testAssertReturn2427')]
+ public function testAssertReturn2428(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12536']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2583,
+ );
+ }
+
+ #[Depends('testAssertReturn2428')]
+ public function testAssertReturn2429(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12735']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2584,
+ );
+ }
+
+ #[Depends('testAssertReturn2429')]
+ public function testAssertReturn2430(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12934']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2585,
+ );
+ }
+
+ #[Depends('testAssertReturn2430')]
+ public function testAssertReturn2431(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13133']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2586,
+ );
+ }
+
+ #[Depends('testAssertReturn2431')]
+ public function testAssertReturn2432(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13332']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2587,
+ );
+ }
+
+ #[Depends('testAssertReturn2432')]
+ public function testAssertReturn2433(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13531']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2588,
+ );
+ }
+
+ #[Depends('testAssertReturn2433')]
+ public function testAssertReturn2434(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13730']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2589,
+ );
+ }
+
+ #[Depends('testAssertReturn2434')]
+ public function testAssertReturn2435(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13929']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2590,
+ );
+ }
+
+ #[Depends('testAssertReturn2435')]
+ public function testAssertReturn2436(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14128']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2591,
+ );
+ }
+
+ #[Depends('testAssertReturn2436')]
+ public function testAssertReturn2437(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14327']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2592,
+ );
+ }
+
+ #[Depends('testAssertReturn2437')]
+ public function testAssertReturn2438(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14526']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2593,
+ );
+ }
+
+ #[Depends('testAssertReturn2438')]
+ public function testAssertReturn2439(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14725']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2594,
+ );
+ }
+
+ #[Depends('testAssertReturn2439')]
+ public function testAssertReturn2440(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14924']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2595,
+ );
+ }
+
+ #[Depends('testAssertReturn2440')]
+ public function testAssertReturn2441(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15123']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2596,
+ );
+ }
+
+ #[Depends('testAssertReturn2441')]
+ public function testAssertReturn2442(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15322']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2597,
+ );
+ }
+
+ #[Depends('testAssertReturn2442')]
+ public function testAssertReturn2443(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15521']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2598,
+ );
+ }
+
+ #[Depends('testAssertReturn2443')]
+ public function testAssertReturn2444(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15720']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2599,
+ );
+ }
+
+ #[Depends('testAssertReturn2444')]
+ public function testAssertReturn2445(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15919']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2600,
+ );
+ }
+
+ #[Depends('testAssertReturn2445')]
+ public function testAssertReturn2446(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16118']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2601,
+ );
+ }
+
+ #[Depends('testAssertReturn2446')]
+ public function testAssertReturn2447(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16317']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2602,
+ );
+ }
+
+ #[Depends('testAssertReturn2447')]
+ public function testAssertReturn2448(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16516']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2603,
+ );
+ }
+
+ #[Depends('testAssertReturn2448')]
+ public function testAssertReturn2449(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16715']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2604,
+ );
+ }
+
+ #[Depends('testAssertReturn2449')]
+ public function testAssertReturn2450(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16914']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2605,
+ );
+ }
+
+ #[Depends('testAssertReturn2450')]
+ public function testAssertReturn2451(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17113']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2606,
+ );
+ }
+
+ #[Depends('testAssertReturn2451')]
+ public function testAssertReturn2452(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17312']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2607,
+ );
+ }
+
+ #[Depends('testAssertReturn2452')]
+ public function testAssertReturn2453(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17511']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2608,
+ );
+ }
+
+ #[Depends('testAssertReturn2453')]
+ public function testAssertReturn2454(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17710']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2609,
+ );
+ }
+
+ #[Depends('testAssertReturn2454')]
+ public function testAssertReturn2455(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17909']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2610,
+ );
+ }
+
+ #[Depends('testAssertReturn2455')]
+ public function testAssertReturn2456(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18108']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2611,
+ );
+ }
+
+ #[Depends('testAssertReturn2456')]
+ public function testAssertReturn2457(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18307']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2612,
+ );
+ }
+
+ #[Depends('testAssertReturn2457')]
+ public function testAssertReturn2458(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18506']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2613,
+ );
+ }
+
+ #[Depends('testAssertReturn2458')]
+ public function testAssertReturn2459(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18705']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2614,
+ );
+ }
+
+ #[Depends('testAssertReturn2459')]
+ public function testAssertReturn2460(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18904']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2615,
+ );
+ }
+
+ #[Depends('testAssertReturn2460')]
+ public function testAssertReturn2461(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19103']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2616,
+ );
+ }
+
+ #[Depends('testAssertReturn2461')]
+ public function testAssertReturn2462(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19302']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2617,
+ );
+ }
+
+ #[Depends('testAssertReturn2462')]
+ public function testAssertReturn2463(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19501']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2618,
+ );
+ }
+
+ #[Depends('testAssertReturn2463')]
+ public function testAssertReturn2464(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19700']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2619,
+ );
+ }
+
+ #[Depends('testAssertReturn2464')]
+ public function testAssertReturn2465(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19899']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2620,
+ );
+ }
+
+ #[Depends('testAssertReturn2465')]
+ public function testAssertReturn2466(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20098']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2621,
+ );
+ }
+
+ #[Depends('testAssertReturn2466')]
+ public function testAssertReturn2467(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20297']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2622,
+ );
+ }
+
+ #[Depends('testAssertReturn2467')]
+ public function testAssertReturn2468(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20496']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2623,
+ );
+ }
+
+ #[Depends('testAssertReturn2468')]
+ public function testAssertReturn2469(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20695']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2624,
+ );
+ }
+
+ #[Depends('testAssertReturn2469')]
+ public function testAssertReturn2470(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20894']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2625,
+ );
+ }
+
+ #[Depends('testAssertReturn2470')]
+ public function testAssertReturn2471(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21093']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2626,
+ );
+ }
+
+ #[Depends('testAssertReturn2471')]
+ public function testAssertReturn2472(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21292']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2627,
+ );
+ }
+
+ #[Depends('testAssertReturn2472')]
+ public function testAssertReturn2473(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21491']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2628,
+ );
+ }
+
+ #[Depends('testAssertReturn2473')]
+ public function testAssertReturn2474(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21690']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2629,
+ );
+ }
+
+ #[Depends('testAssertReturn2474')]
+ public function testAssertReturn2475(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21889']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2630,
+ );
+ }
+
+ #[Depends('testAssertReturn2475')]
+ public function testAssertReturn2476(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22088']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2631,
+ );
+ }
+
+ #[Depends('testAssertReturn2476')]
+ public function testAssertReturn2477(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22287']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2632,
+ );
+ }
+
+ #[Depends('testAssertReturn2477')]
+ public function testAssertReturn2478(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22486']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2633,
+ );
+ }
+
+ #[Depends('testAssertReturn2478')]
+ public function testAssertReturn2479(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22685']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2634,
+ );
+ }
+
+ #[Depends('testAssertReturn2479')]
+ public function testAssertReturn2480(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22884']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2635,
+ );
+ }
+
+ #[Depends('testAssertReturn2480')]
+ public function testAssertReturn2481(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23083']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2636,
+ );
+ }
+
+ #[Depends('testAssertReturn2481')]
+ public function testAssertReturn2482(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23282']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2637,
+ );
+ }
+
+ #[Depends('testAssertReturn2482')]
+ public function testAssertReturn2483(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23481']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2638,
+ );
+ }
+
+ #[Depends('testAssertReturn2483')]
+ public function testAssertReturn2484(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23680']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2639,
+ );
+ }
+
+ #[Depends('testAssertReturn2484')]
+ public function testAssertReturn2485(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23879']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2640,
+ );
+ }
+
+ #[Depends('testAssertReturn2485')]
+ public function testAssertReturn2486(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24078']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2641,
+ );
+ }
+
+ #[Depends('testAssertReturn2486')]
+ public function testAssertReturn2487(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24277']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2642,
+ );
+ }
+
+ #[Depends('testAssertReturn2487')]
+ public function testAssertReturn2488(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24476']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2643,
+ );
+ }
+
+ #[Depends('testAssertReturn2488')]
+ public function testAssertReturn2489(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24675']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2644,
+ );
+ }
+
+ #[Depends('testAssertReturn2489')]
+ public function testAssertReturn2490(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24874']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2645,
+ );
+ }
+
+ #[Depends('testAssertReturn2490')]
+ public function testAssertReturn2491(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25073']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2646,
+ );
+ }
+
+ #[Depends('testAssertReturn2491')]
+ public function testAssertReturn2492(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25272']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2647,
+ );
+ }
+
+ #[Depends('testAssertReturn2492')]
+ public function testAssertReturn2493(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25471']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2648,
+ );
+ }
+
+ #[Depends('testAssertReturn2493')]
+ public function testAssertReturn2494(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25670']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2649,
+ );
+ }
+
+ #[Depends('testAssertReturn2494')]
+ public function testAssertReturn2495(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25869']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2650,
+ );
+ }
+
+ #[Depends('testAssertReturn2495')]
+ public function testAssertReturn2496(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26068']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2651,
+ );
+ }
+
+ #[Depends('testAssertReturn2496')]
+ public function testAssertReturn2497(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26267']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2652,
+ );
+ }
+
+ #[Depends('testAssertReturn2497')]
+ public function testAssertReturn2498(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26466']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2653,
+ );
+ }
+
+ #[Depends('testAssertReturn2498')]
+ public function testAssertReturn2499(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26665']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2654,
+ );
+ }
+
+ #[Depends('testAssertReturn2499')]
+ public function testAssertReturn2500(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26864']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2655,
+ );
+ }
+
+ #[Depends('testAssertReturn2500')]
+ public function testAssertReturn2501(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27063']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2656,
+ );
+ }
+
+ #[Depends('testAssertReturn2501')]
+ public function testAssertReturn2502(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27262']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2657,
+ );
+ }
+
+ #[Depends('testAssertReturn2502')]
+ public function testAssertReturn2503(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27461']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2658,
+ );
+ }
+
+ #[Depends('testAssertReturn2503')]
+ public function testAssertReturn2504(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27660']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2659,
+ );
+ }
+
+ #[Depends('testAssertReturn2504')]
+ public function testAssertReturn2505(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27859']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2660,
+ );
+ }
+
+ #[Depends('testAssertReturn2505')]
+ public function testAssertReturn2506(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28058']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2661,
+ );
+ }
+
+ #[Depends('testAssertReturn2506')]
+ public function testAssertReturn2507(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28257']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2662,
+ );
+ }
+
+ #[Depends('testAssertReturn2507')]
+ public function testAssertReturn2508(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28456']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2663,
+ );
+ }
+
+ #[Depends('testAssertReturn2508')]
+ public function testAssertReturn2509(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28655']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2664,
+ );
+ }
+
+ #[Depends('testAssertReturn2509')]
+ public function testAssertReturn2510(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28854']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2665,
+ );
+ }
+
+ #[Depends('testAssertReturn2510')]
+ public function testAssertReturn2511(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29053']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2666,
+ );
+ }
+
+ #[Depends('testAssertReturn2511')]
+ public function testAssertReturn2512(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29252']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2667,
+ );
+ }
+
+ #[Depends('testAssertReturn2512')]
+ public function testAssertReturn2513(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29451']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2668,
+ );
+ }
+
+ #[Depends('testAssertReturn2513')]
+ public function testAssertReturn2514(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29650']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2669,
+ );
+ }
+
+ #[Depends('testAssertReturn2514')]
+ public function testAssertReturn2515(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29849']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2670,
+ );
+ }
+
+ #[Depends('testAssertReturn2515')]
+ public function testAssertReturn2516(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30048']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2671,
+ );
+ }
+
+ #[Depends('testAssertReturn2516')]
+ public function testAssertReturn2517(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30247']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2672,
+ );
+ }
+
+ #[Depends('testAssertReturn2517')]
+ public function testAssertReturn2518(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30446']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2673,
+ );
+ }
+
+ #[Depends('testAssertReturn2518')]
+ public function testAssertReturn2519(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30645']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2674,
+ );
+ }
+
+ #[Depends('testAssertReturn2519')]
+ public function testAssertReturn2520(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30844']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2675,
+ );
+ }
+
+ #[Depends('testAssertReturn2520')]
+ public function testAssertReturn2521(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31043']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2676,
+ );
+ }
+
+ #[Depends('testAssertReturn2521')]
+ public function testAssertReturn2522(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31242']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2677,
+ );
+ }
+
+ #[Depends('testAssertReturn2522')]
+ public function testAssertReturn2523(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31441']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2678,
+ );
+ }
+
+ #[Depends('testAssertReturn2523')]
+ public function testAssertReturn2524(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31640']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2679,
+ );
+ }
+
+ #[Depends('testAssertReturn2524')]
+ public function testAssertReturn2525(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31839']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2680,
+ );
+ }
+
+ #[Depends('testAssertReturn2525')]
+ public function testAssertReturn2526(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32038']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2681,
+ );
+ }
+
+ #[Depends('testAssertReturn2526')]
+ public function testAssertReturn2527(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32237']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2682,
+ );
+ }
+
+ #[Depends('testAssertReturn2527')]
+ public function testAssertReturn2528(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32436']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2683,
+ );
+ }
+
+ #[Depends('testAssertReturn2528')]
+ public function testAssertReturn2529(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32635']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2684,
+ );
+ }
+
+ #[Depends('testAssertReturn2529')]
+ public function testAssertReturn2530(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32834']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2685,
+ );
+ }
+
+ #[Depends('testAssertReturn2530')]
+ public function testAssertReturn2531(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33033']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2686,
+ );
+ }
+
+ #[Depends('testAssertReturn2531')]
+ public function testAssertReturn2532(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33232']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2687,
+ );
+ }
+
+ #[Depends('testAssertReturn2532')]
+ public function testAssertReturn2533(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33431']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2688,
+ );
+ }
+
+ #[Depends('testAssertReturn2533')]
+ public function testAssertReturn2534(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33630']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2689,
+ );
+ }
+
+ #[Depends('testAssertReturn2534')]
+ public function testAssertReturn2535(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33829']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2690,
+ );
+ }
+
+ #[Depends('testAssertReturn2535')]
+ public function testAssertReturn2536(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34028']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2691,
+ );
+ }
+
+ #[Depends('testAssertReturn2536')]
+ public function testAssertReturn2537(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34227']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2692,
+ );
+ }
+
+ #[Depends('testAssertReturn2537')]
+ public function testAssertReturn2538(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34426']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2693,
+ );
+ }
+
+ #[Depends('testAssertReturn2538')]
+ public function testAssertReturn2539(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34625']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2694,
+ );
+ }
+
+ #[Depends('testAssertReturn2539')]
+ public function testAssertReturn2540(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34824']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2695,
+ );
+ }
+
+ #[Depends('testAssertReturn2540')]
+ public function testAssertReturn2541(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35023']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2696,
+ );
+ }
+
+ #[Depends('testAssertReturn2541')]
+ public function testAssertReturn2542(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35222']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2697,
+ );
+ }
+
+ #[Depends('testAssertReturn2542')]
+ public function testAssertReturn2543(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35421']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2698,
+ );
+ }
+
+ #[Depends('testAssertReturn2543')]
+ public function testAssertReturn2544(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35620']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2699,
+ );
+ }
+
+ #[Depends('testAssertReturn2544')]
+ public function testAssertReturn2545(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35819']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2700,
+ );
+ }
+
+ #[Depends('testAssertReturn2545')]
+ public function testAssertReturn2546(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36018']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2701,
+ );
+ }
+
+ #[Depends('testAssertReturn2546')]
+ public function testAssertReturn2547(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36217']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2702,
+ );
+ }
+
+ #[Depends('testAssertReturn2547')]
+ public function testAssertReturn2548(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36416']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2703,
+ );
+ }
+
+ #[Depends('testAssertReturn2548')]
+ public function testAssertReturn2549(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36615']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2704,
+ );
+ }
+
+ #[Depends('testAssertReturn2549')]
+ public function testAssertReturn2550(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36814']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2705,
+ );
+ }
+
+ #[Depends('testAssertReturn2550')]
+ public function testAssertReturn2551(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37013']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2706,
+ );
+ }
+
+ #[Depends('testAssertReturn2551')]
+ public function testAssertReturn2552(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37212']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2707,
+ );
+ }
+
+ #[Depends('testAssertReturn2552')]
+ public function testAssertReturn2553(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37411']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2708,
+ );
+ }
+
+ #[Depends('testAssertReturn2553')]
+ public function testAssertReturn2554(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37610']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2709,
+ );
+ }
+
+ #[Depends('testAssertReturn2554')]
+ public function testAssertReturn2555(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37809']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2710,
+ );
+ }
+
+ #[Depends('testAssertReturn2555')]
+ public function testAssertReturn2556(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38008']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2711,
+ );
+ }
+
+ #[Depends('testAssertReturn2556')]
+ public function testAssertReturn2557(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38207']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2712,
+ );
+ }
+
+ #[Depends('testAssertReturn2557')]
+ public function testAssertReturn2558(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38406']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2713,
+ );
+ }
+
+ #[Depends('testAssertReturn2558')]
+ public function testAssertReturn2559(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38605']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2714,
+ );
+ }
+
+ #[Depends('testAssertReturn2559')]
+ public function testAssertReturn2560(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38804']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2715,
+ );
+ }
+
+ #[Depends('testAssertReturn2560')]
+ public function testAssertReturn2561(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39003']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2716,
+ );
+ }
+
+ #[Depends('testAssertReturn2561')]
+ public function testAssertReturn2562(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39202']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2717,
+ );
+ }
+
+ #[Depends('testAssertReturn2562')]
+ public function testAssertReturn2563(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39401']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2718,
+ );
+ }
+
+ #[Depends('testAssertReturn2563')]
+ public function testAssertReturn2564(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39600']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2719,
+ );
+ }
+
+ #[Depends('testAssertReturn2564')]
+ public function testAssertReturn2565(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39799']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2720,
+ );
+ }
+
+ #[Depends('testAssertReturn2565')]
+ public function testAssertReturn2566(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39998']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2721,
+ );
+ }
+
+ #[Depends('testAssertReturn2566')]
+ public function testAssertReturn2567(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40197']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2722,
+ );
+ }
+
+ #[Depends('testAssertReturn2567')]
+ public function testAssertReturn2568(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40396']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2723,
+ );
+ }
+
+ #[Depends('testAssertReturn2568')]
+ public function testAssertReturn2569(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40595']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2724,
+ );
+ }
+
+ #[Depends('testAssertReturn2569')]
+ public function testAssertReturn2570(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40794']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2725,
+ );
+ }
+
+ #[Depends('testAssertReturn2570')]
+ public function testAssertReturn2571(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40993']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2726,
+ );
+ }
+
+ #[Depends('testAssertReturn2571')]
+ public function testAssertReturn2572(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41192']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2727,
+ );
+ }
+
+ #[Depends('testAssertReturn2572')]
+ public function testAssertReturn2573(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41391']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2728,
+ );
+ }
+
+ #[Depends('testAssertReturn2573')]
+ public function testAssertReturn2574(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41590']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2729,
+ );
+ }
+
+ #[Depends('testAssertReturn2574')]
+ public function testAssertReturn2575(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41789']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2730,
+ );
+ }
+
+ #[Depends('testAssertReturn2575')]
+ public function testAssertReturn2576(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41988']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2731,
+ );
+ }
+
+ #[Depends('testAssertReturn2576')]
+ public function testAssertReturn2577(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42187']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2732,
+ );
+ }
+
+ #[Depends('testAssertReturn2577')]
+ public function testAssertReturn2578(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42386']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2733,
+ );
+ }
+
+ #[Depends('testAssertReturn2578')]
+ public function testAssertReturn2579(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42585']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2734,
+ );
+ }
+
+ #[Depends('testAssertReturn2579')]
+ public function testAssertReturn2580(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42784']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2735,
+ );
+ }
+
+ #[Depends('testAssertReturn2580')]
+ public function testAssertReturn2581(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42983']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2736,
+ );
+ }
+
+ #[Depends('testAssertReturn2581')]
+ public function testAssertReturn2582(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43182']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2737,
+ );
+ }
+
+ #[Depends('testAssertReturn2582')]
+ public function testAssertReturn2583(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43381']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2738,
+ );
+ }
+
+ #[Depends('testAssertReturn2583')]
+ public function testAssertReturn2584(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43580']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2739,
+ );
+ }
+
+ #[Depends('testAssertReturn2584')]
+ public function testAssertReturn2585(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43779']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2740,
+ );
+ }
+
+ #[Depends('testAssertReturn2585')]
+ public function testAssertReturn2586(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43978']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2741,
+ );
+ }
+
+ #[Depends('testAssertReturn2586')]
+ public function testAssertReturn2587(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44177']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2742,
+ );
+ }
+
+ #[Depends('testAssertReturn2587')]
+ public function testAssertReturn2588(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44376']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2743,
+ );
+ }
+
+ #[Depends('testAssertReturn2588')]
+ public function testAssertReturn2589(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44575']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2744,
+ );
+ }
+
+ #[Depends('testAssertReturn2589')]
+ public function testAssertReturn2590(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44774']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2745,
+ );
+ }
+
+ #[Depends('testAssertReturn2590')]
+ public function testAssertReturn2591(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44973']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2746,
+ );
+ }
+
+ #[Depends('testAssertReturn2591')]
+ public function testAssertReturn2592(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45172']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2747,
+ );
+ }
+
+ #[Depends('testAssertReturn2592')]
+ public function testAssertReturn2593(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45371']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2748,
+ );
+ }
+
+ #[Depends('testAssertReturn2593')]
+ public function testAssertReturn2594(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45570']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2749,
+ );
+ }
+
+ #[Depends('testAssertReturn2594')]
+ public function testAssertReturn2595(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45769']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2750,
+ );
+ }
+
+ #[Depends('testAssertReturn2595')]
+ public function testAssertReturn2596(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45968']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2751,
+ );
+ }
+
+ #[Depends('testAssertReturn2596')]
+ public function testAssertReturn2597(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46167']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2752,
+ );
+ }
+
+ #[Depends('testAssertReturn2597')]
+ public function testAssertReturn2598(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46366']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2753,
+ );
+ }
+
+ #[Depends('testAssertReturn2598')]
+ public function testAssertReturn2599(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46565']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2754,
+ );
+ }
+
+ #[Depends('testAssertReturn2599')]
+ public function testAssertReturn2600(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46764']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2755,
+ );
+ }
+
+ #[Depends('testAssertReturn2600')]
+ public function testAssertReturn2601(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46963']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2756,
+ );
+ }
+
+ #[Depends('testAssertReturn2601')]
+ public function testAssertReturn2602(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47162']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2757,
+ );
+ }
+
+ #[Depends('testAssertReturn2602')]
+ public function testAssertReturn2603(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47361']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2758,
+ );
+ }
+
+ #[Depends('testAssertReturn2603')]
+ public function testAssertReturn2604(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47560']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2759,
+ );
+ }
+
+ #[Depends('testAssertReturn2604')]
+ public function testAssertReturn2605(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47759']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2760,
+ );
+ }
+
+ #[Depends('testAssertReturn2605')]
+ public function testAssertReturn2606(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47958']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2761,
+ );
+ }
+
+ #[Depends('testAssertReturn2606')]
+ public function testAssertReturn2607(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48157']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2762,
+ );
+ }
+
+ #[Depends('testAssertReturn2607')]
+ public function testAssertReturn2608(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48356']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2763,
+ );
+ }
+
+ #[Depends('testAssertReturn2608')]
+ public function testAssertReturn2609(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48555']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2764,
+ );
+ }
+
+ #[Depends('testAssertReturn2609')]
+ public function testAssertReturn2610(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48754']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2765,
+ );
+ }
+
+ #[Depends('testAssertReturn2610')]
+ public function testAssertReturn2611(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48953']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2766,
+ );
+ }
+
+ #[Depends('testAssertReturn2611')]
+ public function testAssertReturn2612(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49152']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2767,
+ );
+ }
+
+ #[Depends('testAssertReturn2612')]
+ public function testAssertReturn2613(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49351']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2768,
+ );
+ }
+
+ #[Depends('testAssertReturn2613')]
+ public function testAssertReturn2614(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49550']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2769,
+ );
+ }
+
+ #[Depends('testAssertReturn2614')]
+ public function testAssertReturn2615(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49749']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2770,
+ );
+ }
+
+ #[Depends('testAssertReturn2615')]
+ public function testAssertReturn2616(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49948']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2771,
+ );
+ }
+
+ #[Depends('testAssertReturn2616')]
+ public function testAssertReturn2617(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50147']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2772,
+ );
+ }
+
+ #[Depends('testAssertReturn2617')]
+ public function testAssertReturn2618(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50346']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2773,
+ );
+ }
+
+ #[Depends('testAssertReturn2618')]
+ public function testAssertReturn2619(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50545']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2774,
+ );
+ }
+
+ #[Depends('testAssertReturn2619')]
+ public function testAssertReturn2620(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50744']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2775,
+ );
+ }
+
+ #[Depends('testAssertReturn2620')]
+ public function testAssertReturn2621(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50943']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2776,
+ );
+ }
+
+ #[Depends('testAssertReturn2621')]
+ public function testAssertReturn2622(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51142']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2777,
+ );
+ }
+
+ #[Depends('testAssertReturn2622')]
+ public function testAssertReturn2623(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51341']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2778,
+ );
+ }
+
+ #[Depends('testAssertReturn2623')]
+ public function testAssertReturn2624(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51540']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2779,
+ );
+ }
+
+ #[Depends('testAssertReturn2624')]
+ public function testAssertReturn2625(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51739']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2780,
+ );
+ }
+
+ #[Depends('testAssertReturn2625')]
+ public function testAssertReturn2626(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51938']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2781,
+ );
+ }
+
+ #[Depends('testAssertReturn2626')]
+ public function testAssertReturn2627(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52137']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2782,
+ );
+ }
+
+ #[Depends('testAssertReturn2627')]
+ public function testAssertReturn2628(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52336']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2783,
+ );
+ }
+
+ #[Depends('testAssertReturn2628')]
+ public function testAssertReturn2629(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52535']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2784,
+ );
+ }
+
+ #[Depends('testAssertReturn2629')]
+ public function testAssertReturn2630(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52734']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2785,
+ );
+ }
+
+ #[Depends('testAssertReturn2630')]
+ public function testAssertReturn2631(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52933']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2786,
+ );
+ }
+
+ #[Depends('testAssertReturn2631')]
+ public function testAssertReturn2632(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53132']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2787,
+ );
+ }
+
+ #[Depends('testAssertReturn2632')]
+ public function testAssertReturn2633(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53331']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2788,
+ );
+ }
+
+ #[Depends('testAssertReturn2633')]
+ public function testAssertReturn2634(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53530']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2789,
+ );
+ }
+
+ #[Depends('testAssertReturn2634')]
+ public function testAssertReturn2635(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53729']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2790,
+ );
+ }
+
+ #[Depends('testAssertReturn2635')]
+ public function testAssertReturn2636(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53928']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2791,
+ );
+ }
+
+ #[Depends('testAssertReturn2636')]
+ public function testAssertReturn2637(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54127']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2792,
+ );
+ }
+
+ #[Depends('testAssertReturn2637')]
+ public function testAssertReturn2638(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54326']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2793,
+ );
+ }
+
+ #[Depends('testAssertReturn2638')]
+ public function testAssertReturn2639(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54525']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2794,
+ );
+ }
+
+ #[Depends('testAssertReturn2639')]
+ public function testAssertReturn2640(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54724']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2795,
+ );
+ }
+
+ #[Depends('testAssertReturn2640')]
+ public function testAssertReturn2641(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54923']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2796,
+ );
+ }
+
+ #[Depends('testAssertReturn2641')]
+ public function testAssertReturn2642(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55122']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2797,
+ );
+ }
+
+ #[Depends('testAssertReturn2642')]
+ public function testAssertReturn2643(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55321']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2798,
+ );
+ }
+
+ #[Depends('testAssertReturn2643')]
+ public function testAssertReturn2644(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55520']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2799,
+ );
+ }
+
+ #[Depends('testAssertReturn2644')]
+ public function testAssertReturn2645(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55719']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2800,
+ );
+ }
+
+ #[Depends('testAssertReturn2645')]
+ public function testAssertReturn2646(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55918']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2801,
+ );
+ }
+
+ #[Depends('testAssertReturn2646')]
+ public function testAssertReturn2647(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56117']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2802,
+ );
+ }
+
+ #[Depends('testAssertReturn2647')]
+ public function testAssertReturn2648(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56316']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2803,
+ );
+ }
+
+ #[Depends('testAssertReturn2648')]
+ public function testAssertReturn2649(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56515']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2804,
+ );
+ }
+
+ #[Depends('testAssertReturn2649')]
+ public function testAssertReturn2650(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56714']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2805,
+ );
+ }
+
+ #[Depends('testAssertReturn2650')]
+ public function testAssertReturn2651(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56913']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2806,
+ );
+ }
+
+ #[Depends('testAssertReturn2651')]
+ public function testAssertReturn2652(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57112']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2807,
+ );
+ }
+
+ #[Depends('testAssertReturn2652')]
+ public function testAssertReturn2653(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57311']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2808,
+ );
+ }
+
+ #[Depends('testAssertReturn2653')]
+ public function testAssertReturn2654(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57510']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2809,
+ );
+ }
+
+ #[Depends('testAssertReturn2654')]
+ public function testAssertReturn2655(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57709']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2810,
+ );
+ }
+
+ #[Depends('testAssertReturn2655')]
+ public function testAssertReturn2656(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57908']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2811,
+ );
+ }
+
+ #[Depends('testAssertReturn2656')]
+ public function testAssertReturn2657(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58107']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2812,
+ );
+ }
+
+ #[Depends('testAssertReturn2657')]
+ public function testAssertReturn2658(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58306']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2813,
+ );
+ }
+
+ #[Depends('testAssertReturn2658')]
+ public function testAssertReturn2659(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58505']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2814,
+ );
+ }
+
+ #[Depends('testAssertReturn2659')]
+ public function testAssertReturn2660(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58704']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2815,
+ );
+ }
+
+ #[Depends('testAssertReturn2660')]
+ public function testAssertReturn2661(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58903']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2816,
+ );
+ }
+
+ #[Depends('testAssertReturn2661')]
+ public function testAssertReturn2662(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59102']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2817,
+ );
+ }
+
+ #[Depends('testAssertReturn2662')]
+ public function testAssertReturn2663(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59301']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2818,
+ );
+ }
+
+ #[Depends('testAssertReturn2663')]
+ public function testAssertReturn2664(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59500']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2819,
+ );
+ }
+
+ #[Depends('testAssertReturn2664')]
+ public function testAssertReturn2665(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59699']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2820,
+ );
+ }
+
+ #[Depends('testAssertReturn2665')]
+ public function testAssertReturn2666(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59898']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2821,
+ );
+ }
+
+ #[Depends('testAssertReturn2666')]
+ public function testAssertReturn2667(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60097']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2822,
+ );
+ }
+
+ #[Depends('testAssertReturn2667')]
+ public function testAssertReturn2668(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60296']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2823,
+ );
+ }
+
+ #[Depends('testAssertReturn2668')]
+ public function testAssertReturn2669(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60495']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2824,
+ );
+ }
+
+ #[Depends('testAssertReturn2669')]
+ public function testAssertReturn2670(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60694']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2825,
+ );
+ }
+
+ #[Depends('testAssertReturn2670')]
+ public function testAssertReturn2671(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60893']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2826,
+ );
+ }
+
+ #[Depends('testAssertReturn2671')]
+ public function testAssertReturn2672(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61092']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2827,
+ );
+ }
+
+ #[Depends('testAssertReturn2672')]
+ public function testAssertReturn2673(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61291']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2828,
+ );
+ }
+
+ #[Depends('testAssertReturn2673')]
+ public function testAssertReturn2674(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61490']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2829,
+ );
+ }
+
+ #[Depends('testAssertReturn2674')]
+ public function testAssertReturn2675(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61689']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2830,
+ );
+ }
+
+ #[Depends('testAssertReturn2675')]
+ public function testAssertReturn2676(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61888']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2831,
+ );
+ }
+
+ #[Depends('testAssertReturn2676')]
+ public function testAssertReturn2677(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62087']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2832,
+ );
+ }
+
+ #[Depends('testAssertReturn2677')]
+ public function testAssertReturn2678(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62286']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2833,
+ );
+ }
+
+ #[Depends('testAssertReturn2678')]
+ public function testAssertReturn2679(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62485']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2834,
+ );
+ }
+
+ #[Depends('testAssertReturn2679')]
+ public function testAssertReturn2680(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62684']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2835,
+ );
+ }
+
+ #[Depends('testAssertReturn2680')]
+ public function testAssertReturn2681(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62883']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2836,
+ );
+ }
+
+ #[Depends('testAssertReturn2681')]
+ public function testAssertReturn2682(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63082']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2837,
+ );
+ }
+
+ #[Depends('testAssertReturn2682')]
+ public function testAssertReturn2683(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63281']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2838,
+ );
+ }
+
+ #[Depends('testAssertReturn2683')]
+ public function testAssertReturn2684(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63480']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2839,
+ );
+ }
+
+ #[Depends('testAssertReturn2684')]
+ public function testAssertReturn2685(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63679']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2840,
+ );
+ }
+
+ #[Depends('testAssertReturn2685')]
+ public function testAssertReturn2686(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63878']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2841,
+ );
+ }
+
+ #[Depends('testAssertReturn2686')]
+ public function testAssertReturn2687(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64077']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2842,
+ );
+ }
+
+ #[Depends('testAssertReturn2687')]
+ public function testAssertReturn2688(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64276']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2843,
+ );
+ }
+
+ #[Depends('testAssertReturn2688')]
+ public function testAssertReturn2689(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64475']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2844,
+ );
+ }
+
+ #[Depends('testAssertReturn2689')]
+ public function testAssertReturn2690(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64674']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2845,
+ );
+ }
+
+ #[Depends('testAssertReturn2690')]
+ public function testAssertReturn2691(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64873']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2846,
+ );
+ }
+
+ #[Depends('testAssertReturn2691')]
+ public function testAssertReturn2692(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65072']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2847,
+ );
+ }
+
+ #[Depends('testAssertReturn2692')]
+ public function testAssertReturn2693(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65271']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2848,
+ );
+ }
+
+ #[Depends('testAssertReturn2693')]
+ public function testAssertReturn2694(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65470']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2849,
+ );
+ }
+
+ #[Depends('testAssertReturn2694')]
+ public function testAssertReturn2695(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65506']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2850,
+ );
+ }
+
+ #[Depends('testAssertReturn2695')]
+ public function testAssertReturn2696(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65507']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 2851,
+ );
+ }
+
+ #[Depends('testAssertReturn2696')]
+ public function testAssertReturn2697(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65508']]],
+ expected: [['type' => 'i32', 'value' => '2']],
+ line: 2852,
+ );
+ }
+
+ #[Depends('testAssertReturn2697')]
+ public function testAssertReturn2698(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65509']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 2853,
+ );
+ }
+
+ #[Depends('testAssertReturn2698')]
+ public function testAssertReturn2699(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65510']]],
+ expected: [['type' => 'i32', 'value' => '4']],
+ line: 2854,
+ );
+ }
+
+ #[Depends('testAssertReturn2699')]
+ public function testAssertReturn2700(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65511']]],
+ expected: [['type' => 'i32', 'value' => '5']],
+ line: 2855,
+ );
+ }
+
+ #[Depends('testAssertReturn2700')]
+ public function testAssertReturn2701(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65512']]],
+ expected: [['type' => 'i32', 'value' => '6']],
+ line: 2856,
+ );
+ }
+
+ #[Depends('testAssertReturn2701')]
+ public function testAssertReturn2702(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65513']]],
+ expected: [['type' => 'i32', 'value' => '7']],
+ line: 2857,
+ );
+ }
+
+ #[Depends('testAssertReturn2702')]
+ public function testAssertReturn2703(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65514']]],
+ expected: [['type' => 'i32', 'value' => '8']],
+ line: 2858,
+ );
+ }
+
+ #[Depends('testAssertReturn2703')]
+ public function testAssertReturn2704(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65515']]],
+ expected: [['type' => 'i32', 'value' => '9']],
+ line: 2859,
+ );
+ }
+
+ #[Depends('testAssertReturn2704')]
+ public function testAssertReturn2705(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65516']]],
+ expected: [['type' => 'i32', 'value' => '10']],
+ line: 2860,
+ );
+ }
+
+ #[Depends('testAssertReturn2705')]
+ public function testAssertReturn2706(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65517']]],
+ expected: [['type' => 'i32', 'value' => '11']],
+ line: 2861,
+ );
+ }
+
+ #[Depends('testAssertReturn2706')]
+ public function testAssertReturn2707(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65518']]],
+ expected: [['type' => 'i32', 'value' => '12']],
+ line: 2862,
+ );
+ }
+
+ #[Depends('testAssertReturn2707')]
+ public function testAssertReturn2708(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65519']]],
+ expected: [['type' => 'i32', 'value' => '13']],
+ line: 2863,
+ );
+ }
+
+ #[Depends('testAssertReturn2708')]
+ public function testAssertReturn2709(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65520']]],
+ expected: [['type' => 'i32', 'value' => '14']],
+ line: 2864,
+ );
+ }
+
+ #[Depends('testAssertReturn2709')]
+ public function testAssertReturn2710(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65521']]],
+ expected: [['type' => 'i32', 'value' => '15']],
+ line: 2865,
+ );
+ }
+
+ #[Depends('testAssertReturn2710')]
+ public function testAssertReturn2711(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65522']]],
+ expected: [['type' => 'i32', 'value' => '16']],
+ line: 2866,
+ );
+ }
+
+ #[Depends('testAssertReturn2711')]
+ public function testAssertReturn2712(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65523']]],
+ expected: [['type' => 'i32', 'value' => '17']],
+ line: 2867,
+ );
+ }
+
+ #[Depends('testAssertReturn2712')]
+ public function testAssertReturn2713(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65524']]],
+ expected: [['type' => 'i32', 'value' => '18']],
+ line: 2868,
+ );
+ }
+
+ #[Depends('testAssertReturn2713')]
+ public function testAssertReturn2714(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65525']]],
+ expected: [['type' => 'i32', 'value' => '19']],
+ line: 2869,
+ );
+ }
+
+ #[Depends('testAssertReturn2714')]
+ public function testModule2715(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.15.wasm',
+ name: null,
+ line: 2871,
+ );
+ }
+
+ #[Depends('testModule2715')]
+ public function testAssertTrap2716(): void
+ {
+ $this->runAssertTrapCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'run', 'args' => [['type' => 'i32', 'value' => '65506'], ['type' => 'i32', 'value' => '65516'], ['type' => 'i32', 'value' => '40']]],
+ text: 'out of bounds memory access',
+ line: 2879,
+ );
+ }
+
+ #[Depends('testAssertTrap2716')]
+ public function testAssertReturn2717(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '198']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2882,
+ );
+ }
+
+ #[Depends('testAssertReturn2717')]
+ public function testAssertReturn2718(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '397']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2883,
+ );
+ }
+
+ #[Depends('testAssertReturn2718')]
+ public function testAssertReturn2719(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '596']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2884,
+ );
+ }
+
+ #[Depends('testAssertReturn2719')]
+ public function testAssertReturn2720(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '795']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2885,
+ );
+ }
+
+ #[Depends('testAssertReturn2720')]
+ public function testAssertReturn2721(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '994']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2886,
+ );
+ }
+
+ #[Depends('testAssertReturn2721')]
+ public function testAssertReturn2722(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1193']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2887,
+ );
+ }
+
+ #[Depends('testAssertReturn2722')]
+ public function testAssertReturn2723(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1392']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2888,
+ );
+ }
+
+ #[Depends('testAssertReturn2723')]
+ public function testAssertReturn2724(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1591']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2889,
+ );
+ }
+
+ #[Depends('testAssertReturn2724')]
+ public function testAssertReturn2725(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1790']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2890,
+ );
+ }
+
+ #[Depends('testAssertReturn2725')]
+ public function testAssertReturn2726(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1989']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2891,
+ );
+ }
+
+ #[Depends('testAssertReturn2726')]
+ public function testAssertReturn2727(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2188']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2892,
+ );
+ }
+
+ #[Depends('testAssertReturn2727')]
+ public function testAssertReturn2728(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2387']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2893,
+ );
+ }
+
+ #[Depends('testAssertReturn2728')]
+ public function testAssertReturn2729(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2586']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2894,
+ );
+ }
+
+ #[Depends('testAssertReturn2729')]
+ public function testAssertReturn2730(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2785']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2895,
+ );
+ }
+
+ #[Depends('testAssertReturn2730')]
+ public function testAssertReturn2731(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2984']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2896,
+ );
+ }
+
+ #[Depends('testAssertReturn2731')]
+ public function testAssertReturn2732(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3183']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2897,
+ );
+ }
+
+ #[Depends('testAssertReturn2732')]
+ public function testAssertReturn2733(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3382']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2898,
+ );
+ }
+
+ #[Depends('testAssertReturn2733')]
+ public function testAssertReturn2734(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3581']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2899,
+ );
+ }
+
+ #[Depends('testAssertReturn2734')]
+ public function testAssertReturn2735(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3780']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2900,
+ );
+ }
+
+ #[Depends('testAssertReturn2735')]
+ public function testAssertReturn2736(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3979']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2901,
+ );
+ }
+
+ #[Depends('testAssertReturn2736')]
+ public function testAssertReturn2737(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4178']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2902,
+ );
+ }
+
+ #[Depends('testAssertReturn2737')]
+ public function testAssertReturn2738(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4377']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2903,
+ );
+ }
+
+ #[Depends('testAssertReturn2738')]
+ public function testAssertReturn2739(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4576']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2904,
+ );
+ }
+
+ #[Depends('testAssertReturn2739')]
+ public function testAssertReturn2740(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4775']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2905,
+ );
+ }
+
+ #[Depends('testAssertReturn2740')]
+ public function testAssertReturn2741(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4974']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2906,
+ );
+ }
+
+ #[Depends('testAssertReturn2741')]
+ public function testAssertReturn2742(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5173']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2907,
+ );
+ }
+
+ #[Depends('testAssertReturn2742')]
+ public function testAssertReturn2743(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5372']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2908,
+ );
+ }
+
+ #[Depends('testAssertReturn2743')]
+ public function testAssertReturn2744(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5571']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2909,
+ );
+ }
+
+ #[Depends('testAssertReturn2744')]
+ public function testAssertReturn2745(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5770']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2910,
+ );
+ }
+
+ #[Depends('testAssertReturn2745')]
+ public function testAssertReturn2746(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5969']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2911,
+ );
+ }
+
+ #[Depends('testAssertReturn2746')]
+ public function testAssertReturn2747(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6168']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2912,
+ );
+ }
+
+ #[Depends('testAssertReturn2747')]
+ public function testAssertReturn2748(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6367']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2913,
+ );
+ }
+
+ #[Depends('testAssertReturn2748')]
+ public function testAssertReturn2749(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6566']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2914,
+ );
+ }
+
+ #[Depends('testAssertReturn2749')]
+ public function testAssertReturn2750(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6765']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2915,
+ );
+ }
+
+ #[Depends('testAssertReturn2750')]
+ public function testAssertReturn2751(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6964']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2916,
+ );
+ }
+
+ #[Depends('testAssertReturn2751')]
+ public function testAssertReturn2752(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7163']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2917,
+ );
+ }
+
+ #[Depends('testAssertReturn2752')]
+ public function testAssertReturn2753(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7362']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2918,
+ );
+ }
+
+ #[Depends('testAssertReturn2753')]
+ public function testAssertReturn2754(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7561']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2919,
+ );
+ }
+
+ #[Depends('testAssertReturn2754')]
+ public function testAssertReturn2755(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7760']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2920,
+ );
+ }
+
+ #[Depends('testAssertReturn2755')]
+ public function testAssertReturn2756(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7959']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2921,
+ );
+ }
+
+ #[Depends('testAssertReturn2756')]
+ public function testAssertReturn2757(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8158']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2922,
+ );
+ }
+
+ #[Depends('testAssertReturn2757')]
+ public function testAssertReturn2758(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8357']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2923,
+ );
+ }
+
+ #[Depends('testAssertReturn2758')]
+ public function testAssertReturn2759(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8556']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2924,
+ );
+ }
+
+ #[Depends('testAssertReturn2759')]
+ public function testAssertReturn2760(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8755']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2925,
+ );
+ }
+
+ #[Depends('testAssertReturn2760')]
+ public function testAssertReturn2761(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8954']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2926,
+ );
+ }
+
+ #[Depends('testAssertReturn2761')]
+ public function testAssertReturn2762(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9153']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2927,
+ );
+ }
+
+ #[Depends('testAssertReturn2762')]
+ public function testAssertReturn2763(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9352']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2928,
+ );
+ }
+
+ #[Depends('testAssertReturn2763')]
+ public function testAssertReturn2764(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9551']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2929,
+ );
+ }
+
+ #[Depends('testAssertReturn2764')]
+ public function testAssertReturn2765(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9750']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2930,
+ );
+ }
+
+ #[Depends('testAssertReturn2765')]
+ public function testAssertReturn2766(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9949']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2931,
+ );
+ }
+
+ #[Depends('testAssertReturn2766')]
+ public function testAssertReturn2767(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10148']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2932,
+ );
+ }
+
+ #[Depends('testAssertReturn2767')]
+ public function testAssertReturn2768(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10347']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2933,
+ );
+ }
+
+ #[Depends('testAssertReturn2768')]
+ public function testAssertReturn2769(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10546']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2934,
+ );
+ }
+
+ #[Depends('testAssertReturn2769')]
+ public function testAssertReturn2770(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10745']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2935,
+ );
+ }
+
+ #[Depends('testAssertReturn2770')]
+ public function testAssertReturn2771(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10944']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2936,
+ );
+ }
+
+ #[Depends('testAssertReturn2771')]
+ public function testAssertReturn2772(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11143']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2937,
+ );
+ }
+
+ #[Depends('testAssertReturn2772')]
+ public function testAssertReturn2773(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11342']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2938,
+ );
+ }
+
+ #[Depends('testAssertReturn2773')]
+ public function testAssertReturn2774(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11541']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2939,
+ );
+ }
+
+ #[Depends('testAssertReturn2774')]
+ public function testAssertReturn2775(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11740']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2940,
+ );
+ }
+
+ #[Depends('testAssertReturn2775')]
+ public function testAssertReturn2776(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11939']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2941,
+ );
+ }
+
+ #[Depends('testAssertReturn2776')]
+ public function testAssertReturn2777(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12138']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2942,
+ );
+ }
+
+ #[Depends('testAssertReturn2777')]
+ public function testAssertReturn2778(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12337']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2943,
+ );
+ }
+
+ #[Depends('testAssertReturn2778')]
+ public function testAssertReturn2779(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12536']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2944,
+ );
+ }
+
+ #[Depends('testAssertReturn2779')]
+ public function testAssertReturn2780(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12735']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2945,
+ );
+ }
+
+ #[Depends('testAssertReturn2780')]
+ public function testAssertReturn2781(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12934']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2946,
+ );
+ }
+
+ #[Depends('testAssertReturn2781')]
+ public function testAssertReturn2782(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13133']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2947,
+ );
+ }
+
+ #[Depends('testAssertReturn2782')]
+ public function testAssertReturn2783(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13332']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2948,
+ );
+ }
+
+ #[Depends('testAssertReturn2783')]
+ public function testAssertReturn2784(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13531']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2949,
+ );
+ }
+
+ #[Depends('testAssertReturn2784')]
+ public function testAssertReturn2785(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13730']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2950,
+ );
+ }
+
+ #[Depends('testAssertReturn2785')]
+ public function testAssertReturn2786(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13929']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2951,
+ );
+ }
+
+ #[Depends('testAssertReturn2786')]
+ public function testAssertReturn2787(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14128']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2952,
+ );
+ }
+
+ #[Depends('testAssertReturn2787')]
+ public function testAssertReturn2788(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14327']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2953,
+ );
+ }
+
+ #[Depends('testAssertReturn2788')]
+ public function testAssertReturn2789(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14526']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2954,
+ );
+ }
+
+ #[Depends('testAssertReturn2789')]
+ public function testAssertReturn2790(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14725']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2955,
+ );
+ }
+
+ #[Depends('testAssertReturn2790')]
+ public function testAssertReturn2791(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14924']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2956,
+ );
+ }
+
+ #[Depends('testAssertReturn2791')]
+ public function testAssertReturn2792(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15123']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2957,
+ );
+ }
+
+ #[Depends('testAssertReturn2792')]
+ public function testAssertReturn2793(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15322']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2958,
+ );
+ }
+
+ #[Depends('testAssertReturn2793')]
+ public function testAssertReturn2794(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15521']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2959,
+ );
+ }
+
+ #[Depends('testAssertReturn2794')]
+ public function testAssertReturn2795(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15720']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2960,
+ );
+ }
+
+ #[Depends('testAssertReturn2795')]
+ public function testAssertReturn2796(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15919']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2961,
+ );
+ }
+
+ #[Depends('testAssertReturn2796')]
+ public function testAssertReturn2797(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16118']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2962,
+ );
+ }
+
+ #[Depends('testAssertReturn2797')]
+ public function testAssertReturn2798(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16317']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2963,
+ );
+ }
+
+ #[Depends('testAssertReturn2798')]
+ public function testAssertReturn2799(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16516']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2964,
+ );
+ }
+
+ #[Depends('testAssertReturn2799')]
+ public function testAssertReturn2800(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16715']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2965,
+ );
+ }
+
+ #[Depends('testAssertReturn2800')]
+ public function testAssertReturn2801(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16914']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2966,
+ );
+ }
+
+ #[Depends('testAssertReturn2801')]
+ public function testAssertReturn2802(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17113']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2967,
+ );
+ }
+
+ #[Depends('testAssertReturn2802')]
+ public function testAssertReturn2803(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17312']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2968,
+ );
+ }
+
+ #[Depends('testAssertReturn2803')]
+ public function testAssertReturn2804(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17511']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2969,
+ );
+ }
+
+ #[Depends('testAssertReturn2804')]
+ public function testAssertReturn2805(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17710']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2970,
+ );
+ }
+
+ #[Depends('testAssertReturn2805')]
+ public function testAssertReturn2806(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17909']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2971,
+ );
+ }
+
+ #[Depends('testAssertReturn2806')]
+ public function testAssertReturn2807(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18108']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2972,
+ );
+ }
+
+ #[Depends('testAssertReturn2807')]
+ public function testAssertReturn2808(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18307']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2973,
+ );
+ }
+
+ #[Depends('testAssertReturn2808')]
+ public function testAssertReturn2809(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18506']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2974,
+ );
+ }
+
+ #[Depends('testAssertReturn2809')]
+ public function testAssertReturn2810(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18705']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2975,
+ );
+ }
+
+ #[Depends('testAssertReturn2810')]
+ public function testAssertReturn2811(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18904']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2976,
+ );
+ }
+
+ #[Depends('testAssertReturn2811')]
+ public function testAssertReturn2812(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19103']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2977,
+ );
+ }
+
+ #[Depends('testAssertReturn2812')]
+ public function testAssertReturn2813(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19302']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2978,
+ );
+ }
+
+ #[Depends('testAssertReturn2813')]
+ public function testAssertReturn2814(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19501']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2979,
+ );
+ }
+
+ #[Depends('testAssertReturn2814')]
+ public function testAssertReturn2815(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19700']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2980,
+ );
+ }
+
+ #[Depends('testAssertReturn2815')]
+ public function testAssertReturn2816(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19899']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2981,
+ );
+ }
+
+ #[Depends('testAssertReturn2816')]
+ public function testAssertReturn2817(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20098']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2982,
+ );
+ }
+
+ #[Depends('testAssertReturn2817')]
+ public function testAssertReturn2818(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20297']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2983,
+ );
+ }
+
+ #[Depends('testAssertReturn2818')]
+ public function testAssertReturn2819(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20496']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2984,
+ );
+ }
+
+ #[Depends('testAssertReturn2819')]
+ public function testAssertReturn2820(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20695']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2985,
+ );
+ }
+
+ #[Depends('testAssertReturn2820')]
+ public function testAssertReturn2821(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20894']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2986,
+ );
+ }
+
+ #[Depends('testAssertReturn2821')]
+ public function testAssertReturn2822(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21093']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2987,
+ );
+ }
+
+ #[Depends('testAssertReturn2822')]
+ public function testAssertReturn2823(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21292']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2988,
+ );
+ }
+
+ #[Depends('testAssertReturn2823')]
+ public function testAssertReturn2824(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21491']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2989,
+ );
+ }
+
+ #[Depends('testAssertReturn2824')]
+ public function testAssertReturn2825(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21690']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2990,
+ );
+ }
+
+ #[Depends('testAssertReturn2825')]
+ public function testAssertReturn2826(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21889']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2991,
+ );
+ }
+
+ #[Depends('testAssertReturn2826')]
+ public function testAssertReturn2827(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22088']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2992,
+ );
+ }
+
+ #[Depends('testAssertReturn2827')]
+ public function testAssertReturn2828(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22287']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2993,
+ );
+ }
+
+ #[Depends('testAssertReturn2828')]
+ public function testAssertReturn2829(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22486']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2994,
+ );
+ }
+
+ #[Depends('testAssertReturn2829')]
+ public function testAssertReturn2830(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22685']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2995,
+ );
+ }
+
+ #[Depends('testAssertReturn2830')]
+ public function testAssertReturn2831(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22884']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2996,
+ );
+ }
+
+ #[Depends('testAssertReturn2831')]
+ public function testAssertReturn2832(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23083']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2997,
+ );
+ }
+
+ #[Depends('testAssertReturn2832')]
+ public function testAssertReturn2833(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23282']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2998,
+ );
+ }
+
+ #[Depends('testAssertReturn2833')]
+ public function testAssertReturn2834(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23481']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 2999,
+ );
+ }
+
+ #[Depends('testAssertReturn2834')]
+ public function testAssertReturn2835(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23680']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3000,
+ );
+ }
+
+ #[Depends('testAssertReturn2835')]
+ public function testAssertReturn2836(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23879']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3001,
+ );
+ }
+
+ #[Depends('testAssertReturn2836')]
+ public function testAssertReturn2837(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24078']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3002,
+ );
+ }
+
+ #[Depends('testAssertReturn2837')]
+ public function testAssertReturn2838(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24277']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3003,
+ );
+ }
+
+ #[Depends('testAssertReturn2838')]
+ public function testAssertReturn2839(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24476']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3004,
+ );
+ }
+
+ #[Depends('testAssertReturn2839')]
+ public function testAssertReturn2840(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24675']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3005,
+ );
+ }
+
+ #[Depends('testAssertReturn2840')]
+ public function testAssertReturn2841(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24874']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3006,
+ );
+ }
+
+ #[Depends('testAssertReturn2841')]
+ public function testAssertReturn2842(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25073']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3007,
+ );
+ }
+
+ #[Depends('testAssertReturn2842')]
+ public function testAssertReturn2843(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25272']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3008,
+ );
+ }
+
+ #[Depends('testAssertReturn2843')]
+ public function testAssertReturn2844(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25471']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3009,
+ );
+ }
+
+ #[Depends('testAssertReturn2844')]
+ public function testAssertReturn2845(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25670']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3010,
+ );
+ }
+
+ #[Depends('testAssertReturn2845')]
+ public function testAssertReturn2846(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25869']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3011,
+ );
+ }
+
+ #[Depends('testAssertReturn2846')]
+ public function testAssertReturn2847(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26068']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3012,
+ );
+ }
+
+ #[Depends('testAssertReturn2847')]
+ public function testAssertReturn2848(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26267']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3013,
+ );
+ }
+
+ #[Depends('testAssertReturn2848')]
+ public function testAssertReturn2849(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26466']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3014,
+ );
+ }
+
+ #[Depends('testAssertReturn2849')]
+ public function testAssertReturn2850(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26665']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3015,
+ );
+ }
+
+ #[Depends('testAssertReturn2850')]
+ public function testAssertReturn2851(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26864']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3016,
+ );
+ }
+
+ #[Depends('testAssertReturn2851')]
+ public function testAssertReturn2852(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27063']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3017,
+ );
+ }
+
+ #[Depends('testAssertReturn2852')]
+ public function testAssertReturn2853(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27262']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3018,
+ );
+ }
+
+ #[Depends('testAssertReturn2853')]
+ public function testAssertReturn2854(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27461']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3019,
+ );
+ }
+
+ #[Depends('testAssertReturn2854')]
+ public function testAssertReturn2855(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27660']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3020,
+ );
+ }
+
+ #[Depends('testAssertReturn2855')]
+ public function testAssertReturn2856(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27859']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3021,
+ );
+ }
+
+ #[Depends('testAssertReturn2856')]
+ public function testAssertReturn2857(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28058']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3022,
+ );
+ }
+
+ #[Depends('testAssertReturn2857')]
+ public function testAssertReturn2858(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28257']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3023,
+ );
+ }
+
+ #[Depends('testAssertReturn2858')]
+ public function testAssertReturn2859(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28456']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3024,
+ );
+ }
+
+ #[Depends('testAssertReturn2859')]
+ public function testAssertReturn2860(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28655']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3025,
+ );
+ }
+
+ #[Depends('testAssertReturn2860')]
+ public function testAssertReturn2861(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28854']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3026,
+ );
+ }
+
+ #[Depends('testAssertReturn2861')]
+ public function testAssertReturn2862(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29053']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3027,
+ );
+ }
+
+ #[Depends('testAssertReturn2862')]
+ public function testAssertReturn2863(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29252']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3028,
+ );
+ }
+
+ #[Depends('testAssertReturn2863')]
+ public function testAssertReturn2864(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29451']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3029,
+ );
+ }
+
+ #[Depends('testAssertReturn2864')]
+ public function testAssertReturn2865(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29650']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3030,
+ );
+ }
+
+ #[Depends('testAssertReturn2865')]
+ public function testAssertReturn2866(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29849']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3031,
+ );
+ }
+
+ #[Depends('testAssertReturn2866')]
+ public function testAssertReturn2867(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30048']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3032,
+ );
+ }
+
+ #[Depends('testAssertReturn2867')]
+ public function testAssertReturn2868(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30247']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3033,
+ );
+ }
+
+ #[Depends('testAssertReturn2868')]
+ public function testAssertReturn2869(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30446']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3034,
+ );
+ }
+
+ #[Depends('testAssertReturn2869')]
+ public function testAssertReturn2870(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30645']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3035,
+ );
+ }
+
+ #[Depends('testAssertReturn2870')]
+ public function testAssertReturn2871(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30844']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3036,
+ );
+ }
+
+ #[Depends('testAssertReturn2871')]
+ public function testAssertReturn2872(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31043']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3037,
+ );
+ }
+
+ #[Depends('testAssertReturn2872')]
+ public function testAssertReturn2873(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31242']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3038,
+ );
+ }
+
+ #[Depends('testAssertReturn2873')]
+ public function testAssertReturn2874(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31441']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3039,
+ );
+ }
+
+ #[Depends('testAssertReturn2874')]
+ public function testAssertReturn2875(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31640']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3040,
+ );
+ }
+
+ #[Depends('testAssertReturn2875')]
+ public function testAssertReturn2876(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31839']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3041,
+ );
+ }
+
+ #[Depends('testAssertReturn2876')]
+ public function testAssertReturn2877(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32038']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3042,
+ );
+ }
+
+ #[Depends('testAssertReturn2877')]
+ public function testAssertReturn2878(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32237']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3043,
+ );
+ }
+
+ #[Depends('testAssertReturn2878')]
+ public function testAssertReturn2879(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32436']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3044,
+ );
+ }
+
+ #[Depends('testAssertReturn2879')]
+ public function testAssertReturn2880(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32635']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3045,
+ );
+ }
+
+ #[Depends('testAssertReturn2880')]
+ public function testAssertReturn2881(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32834']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3046,
+ );
+ }
+
+ #[Depends('testAssertReturn2881')]
+ public function testAssertReturn2882(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33033']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3047,
+ );
+ }
+
+ #[Depends('testAssertReturn2882')]
+ public function testAssertReturn2883(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33232']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3048,
+ );
+ }
+
+ #[Depends('testAssertReturn2883')]
+ public function testAssertReturn2884(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33431']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3049,
+ );
+ }
+
+ #[Depends('testAssertReturn2884')]
+ public function testAssertReturn2885(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33630']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3050,
+ );
+ }
+
+ #[Depends('testAssertReturn2885')]
+ public function testAssertReturn2886(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33829']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3051,
+ );
+ }
+
+ #[Depends('testAssertReturn2886')]
+ public function testAssertReturn2887(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34028']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3052,
+ );
+ }
+
+ #[Depends('testAssertReturn2887')]
+ public function testAssertReturn2888(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34227']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3053,
+ );
+ }
+
+ #[Depends('testAssertReturn2888')]
+ public function testAssertReturn2889(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34426']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3054,
+ );
+ }
+
+ #[Depends('testAssertReturn2889')]
+ public function testAssertReturn2890(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34625']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3055,
+ );
+ }
+
+ #[Depends('testAssertReturn2890')]
+ public function testAssertReturn2891(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34824']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3056,
+ );
+ }
+
+ #[Depends('testAssertReturn2891')]
+ public function testAssertReturn2892(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35023']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3057,
+ );
+ }
+
+ #[Depends('testAssertReturn2892')]
+ public function testAssertReturn2893(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35222']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3058,
+ );
+ }
+
+ #[Depends('testAssertReturn2893')]
+ public function testAssertReturn2894(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35421']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3059,
+ );
+ }
+
+ #[Depends('testAssertReturn2894')]
+ public function testAssertReturn2895(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35620']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3060,
+ );
+ }
+
+ #[Depends('testAssertReturn2895')]
+ public function testAssertReturn2896(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35819']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3061,
+ );
+ }
+
+ #[Depends('testAssertReturn2896')]
+ public function testAssertReturn2897(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36018']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3062,
+ );
+ }
+
+ #[Depends('testAssertReturn2897')]
+ public function testAssertReturn2898(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36217']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3063,
+ );
+ }
+
+ #[Depends('testAssertReturn2898')]
+ public function testAssertReturn2899(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36416']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3064,
+ );
+ }
+
+ #[Depends('testAssertReturn2899')]
+ public function testAssertReturn2900(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36615']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3065,
+ );
+ }
+
+ #[Depends('testAssertReturn2900')]
+ public function testAssertReturn2901(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36814']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3066,
+ );
+ }
+
+ #[Depends('testAssertReturn2901')]
+ public function testAssertReturn2902(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37013']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3067,
+ );
+ }
+
+ #[Depends('testAssertReturn2902')]
+ public function testAssertReturn2903(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37212']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3068,
+ );
+ }
+
+ #[Depends('testAssertReturn2903')]
+ public function testAssertReturn2904(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37411']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3069,
+ );
+ }
+
+ #[Depends('testAssertReturn2904')]
+ public function testAssertReturn2905(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37610']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3070,
+ );
+ }
+
+ #[Depends('testAssertReturn2905')]
+ public function testAssertReturn2906(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37809']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3071,
+ );
+ }
+
+ #[Depends('testAssertReturn2906')]
+ public function testAssertReturn2907(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38008']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3072,
+ );
+ }
+
+ #[Depends('testAssertReturn2907')]
+ public function testAssertReturn2908(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38207']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3073,
+ );
+ }
+
+ #[Depends('testAssertReturn2908')]
+ public function testAssertReturn2909(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38406']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3074,
+ );
+ }
+
+ #[Depends('testAssertReturn2909')]
+ public function testAssertReturn2910(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38605']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3075,
+ );
+ }
+
+ #[Depends('testAssertReturn2910')]
+ public function testAssertReturn2911(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38804']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3076,
+ );
+ }
+
+ #[Depends('testAssertReturn2911')]
+ public function testAssertReturn2912(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39003']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3077,
+ );
+ }
+
+ #[Depends('testAssertReturn2912')]
+ public function testAssertReturn2913(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39202']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3078,
+ );
+ }
+
+ #[Depends('testAssertReturn2913')]
+ public function testAssertReturn2914(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39401']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3079,
+ );
+ }
+
+ #[Depends('testAssertReturn2914')]
+ public function testAssertReturn2915(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39600']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3080,
+ );
+ }
+
+ #[Depends('testAssertReturn2915')]
+ public function testAssertReturn2916(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39799']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3081,
+ );
+ }
+
+ #[Depends('testAssertReturn2916')]
+ public function testAssertReturn2917(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39998']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3082,
+ );
+ }
+
+ #[Depends('testAssertReturn2917')]
+ public function testAssertReturn2918(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40197']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3083,
+ );
+ }
+
+ #[Depends('testAssertReturn2918')]
+ public function testAssertReturn2919(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40396']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3084,
+ );
+ }
+
+ #[Depends('testAssertReturn2919')]
+ public function testAssertReturn2920(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40595']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3085,
+ );
+ }
+
+ #[Depends('testAssertReturn2920')]
+ public function testAssertReturn2921(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40794']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3086,
+ );
+ }
+
+ #[Depends('testAssertReturn2921')]
+ public function testAssertReturn2922(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40993']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3087,
+ );
+ }
+
+ #[Depends('testAssertReturn2922')]
+ public function testAssertReturn2923(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41192']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3088,
+ );
+ }
+
+ #[Depends('testAssertReturn2923')]
+ public function testAssertReturn2924(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41391']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3089,
+ );
+ }
+
+ #[Depends('testAssertReturn2924')]
+ public function testAssertReturn2925(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41590']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3090,
+ );
+ }
+
+ #[Depends('testAssertReturn2925')]
+ public function testAssertReturn2926(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41789']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3091,
+ );
+ }
+
+ #[Depends('testAssertReturn2926')]
+ public function testAssertReturn2927(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41988']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3092,
+ );
+ }
+
+ #[Depends('testAssertReturn2927')]
+ public function testAssertReturn2928(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42187']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3093,
+ );
+ }
+
+ #[Depends('testAssertReturn2928')]
+ public function testAssertReturn2929(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42386']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3094,
+ );
+ }
+
+ #[Depends('testAssertReturn2929')]
+ public function testAssertReturn2930(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42585']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3095,
+ );
+ }
+
+ #[Depends('testAssertReturn2930')]
+ public function testAssertReturn2931(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42784']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3096,
+ );
+ }
+
+ #[Depends('testAssertReturn2931')]
+ public function testAssertReturn2932(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42983']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3097,
+ );
+ }
+
+ #[Depends('testAssertReturn2932')]
+ public function testAssertReturn2933(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43182']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3098,
+ );
+ }
+
+ #[Depends('testAssertReturn2933')]
+ public function testAssertReturn2934(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43381']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3099,
+ );
+ }
+
+ #[Depends('testAssertReturn2934')]
+ public function testAssertReturn2935(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43580']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3100,
+ );
+ }
+
+ #[Depends('testAssertReturn2935')]
+ public function testAssertReturn2936(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43779']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3101,
+ );
+ }
+
+ #[Depends('testAssertReturn2936')]
+ public function testAssertReturn2937(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43978']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3102,
+ );
+ }
+
+ #[Depends('testAssertReturn2937')]
+ public function testAssertReturn2938(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44177']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3103,
+ );
+ }
+
+ #[Depends('testAssertReturn2938')]
+ public function testAssertReturn2939(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44376']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3104,
+ );
+ }
+
+ #[Depends('testAssertReturn2939')]
+ public function testAssertReturn2940(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44575']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3105,
+ );
+ }
+
+ #[Depends('testAssertReturn2940')]
+ public function testAssertReturn2941(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44774']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3106,
+ );
+ }
+
+ #[Depends('testAssertReturn2941')]
+ public function testAssertReturn2942(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44973']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3107,
+ );
+ }
+
+ #[Depends('testAssertReturn2942')]
+ public function testAssertReturn2943(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45172']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3108,
+ );
+ }
+
+ #[Depends('testAssertReturn2943')]
+ public function testAssertReturn2944(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45371']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3109,
+ );
+ }
+
+ #[Depends('testAssertReturn2944')]
+ public function testAssertReturn2945(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45570']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3110,
+ );
+ }
+
+ #[Depends('testAssertReturn2945')]
+ public function testAssertReturn2946(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45769']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3111,
+ );
+ }
+
+ #[Depends('testAssertReturn2946')]
+ public function testAssertReturn2947(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45968']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3112,
+ );
+ }
+
+ #[Depends('testAssertReturn2947')]
+ public function testAssertReturn2948(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46167']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3113,
+ );
+ }
+
+ #[Depends('testAssertReturn2948')]
+ public function testAssertReturn2949(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46366']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3114,
+ );
+ }
+
+ #[Depends('testAssertReturn2949')]
+ public function testAssertReturn2950(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46565']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3115,
+ );
+ }
+
+ #[Depends('testAssertReturn2950')]
+ public function testAssertReturn2951(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46764']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3116,
+ );
+ }
+
+ #[Depends('testAssertReturn2951')]
+ public function testAssertReturn2952(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46963']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3117,
+ );
+ }
+
+ #[Depends('testAssertReturn2952')]
+ public function testAssertReturn2953(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47162']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3118,
+ );
+ }
+
+ #[Depends('testAssertReturn2953')]
+ public function testAssertReturn2954(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47361']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3119,
+ );
+ }
+
+ #[Depends('testAssertReturn2954')]
+ public function testAssertReturn2955(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47560']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3120,
+ );
+ }
+
+ #[Depends('testAssertReturn2955')]
+ public function testAssertReturn2956(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47759']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3121,
+ );
+ }
+
+ #[Depends('testAssertReturn2956')]
+ public function testAssertReturn2957(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47958']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3122,
+ );
+ }
+
+ #[Depends('testAssertReturn2957')]
+ public function testAssertReturn2958(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48157']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3123,
+ );
+ }
+
+ #[Depends('testAssertReturn2958')]
+ public function testAssertReturn2959(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48356']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3124,
+ );
+ }
+
+ #[Depends('testAssertReturn2959')]
+ public function testAssertReturn2960(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48555']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3125,
+ );
+ }
+
+ #[Depends('testAssertReturn2960')]
+ public function testAssertReturn2961(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48754']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3126,
+ );
+ }
+
+ #[Depends('testAssertReturn2961')]
+ public function testAssertReturn2962(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48953']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3127,
+ );
+ }
+
+ #[Depends('testAssertReturn2962')]
+ public function testAssertReturn2963(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49152']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3128,
+ );
+ }
+
+ #[Depends('testAssertReturn2963')]
+ public function testAssertReturn2964(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49351']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3129,
+ );
+ }
+
+ #[Depends('testAssertReturn2964')]
+ public function testAssertReturn2965(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49550']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3130,
+ );
+ }
+
+ #[Depends('testAssertReturn2965')]
+ public function testAssertReturn2966(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49749']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3131,
+ );
+ }
+
+ #[Depends('testAssertReturn2966')]
+ public function testAssertReturn2967(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49948']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3132,
+ );
+ }
+
+ #[Depends('testAssertReturn2967')]
+ public function testAssertReturn2968(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50147']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3133,
+ );
+ }
+
+ #[Depends('testAssertReturn2968')]
+ public function testAssertReturn2969(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50346']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3134,
+ );
+ }
+
+ #[Depends('testAssertReturn2969')]
+ public function testAssertReturn2970(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50545']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3135,
+ );
+ }
+
+ #[Depends('testAssertReturn2970')]
+ public function testAssertReturn2971(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50744']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3136,
+ );
+ }
+
+ #[Depends('testAssertReturn2971')]
+ public function testAssertReturn2972(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50943']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3137,
+ );
+ }
+
+ #[Depends('testAssertReturn2972')]
+ public function testAssertReturn2973(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51142']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3138,
+ );
+ }
+
+ #[Depends('testAssertReturn2973')]
+ public function testAssertReturn2974(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51341']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3139,
+ );
+ }
+
+ #[Depends('testAssertReturn2974')]
+ public function testAssertReturn2975(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51540']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3140,
+ );
+ }
+
+ #[Depends('testAssertReturn2975')]
+ public function testAssertReturn2976(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51739']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3141,
+ );
+ }
+
+ #[Depends('testAssertReturn2976')]
+ public function testAssertReturn2977(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51938']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3142,
+ );
+ }
+
+ #[Depends('testAssertReturn2977')]
+ public function testAssertReturn2978(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52137']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3143,
+ );
+ }
+
+ #[Depends('testAssertReturn2978')]
+ public function testAssertReturn2979(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52336']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3144,
+ );
+ }
+
+ #[Depends('testAssertReturn2979')]
+ public function testAssertReturn2980(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52535']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3145,
+ );
+ }
+
+ #[Depends('testAssertReturn2980')]
+ public function testAssertReturn2981(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52734']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3146,
+ );
+ }
+
+ #[Depends('testAssertReturn2981')]
+ public function testAssertReturn2982(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52933']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3147,
+ );
+ }
+
+ #[Depends('testAssertReturn2982')]
+ public function testAssertReturn2983(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53132']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3148,
+ );
+ }
+
+ #[Depends('testAssertReturn2983')]
+ public function testAssertReturn2984(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53331']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3149,
+ );
+ }
+
+ #[Depends('testAssertReturn2984')]
+ public function testAssertReturn2985(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53530']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3150,
+ );
+ }
+
+ #[Depends('testAssertReturn2985')]
+ public function testAssertReturn2986(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53729']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3151,
+ );
+ }
+
+ #[Depends('testAssertReturn2986')]
+ public function testAssertReturn2987(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53928']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3152,
+ );
+ }
+
+ #[Depends('testAssertReturn2987')]
+ public function testAssertReturn2988(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54127']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3153,
+ );
+ }
+
+ #[Depends('testAssertReturn2988')]
+ public function testAssertReturn2989(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54326']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3154,
+ );
+ }
+
+ #[Depends('testAssertReturn2989')]
+ public function testAssertReturn2990(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54525']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3155,
+ );
+ }
+
+ #[Depends('testAssertReturn2990')]
+ public function testAssertReturn2991(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54724']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3156,
+ );
+ }
+
+ #[Depends('testAssertReturn2991')]
+ public function testAssertReturn2992(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54923']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3157,
+ );
+ }
+
+ #[Depends('testAssertReturn2992')]
+ public function testAssertReturn2993(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55122']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3158,
+ );
+ }
+
+ #[Depends('testAssertReturn2993')]
+ public function testAssertReturn2994(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55321']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3159,
+ );
+ }
+
+ #[Depends('testAssertReturn2994')]
+ public function testAssertReturn2995(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55520']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3160,
+ );
+ }
+
+ #[Depends('testAssertReturn2995')]
+ public function testAssertReturn2996(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55719']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3161,
+ );
+ }
+
+ #[Depends('testAssertReturn2996')]
+ public function testAssertReturn2997(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55918']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3162,
+ );
+ }
+
+ #[Depends('testAssertReturn2997')]
+ public function testAssertReturn2998(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56117']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3163,
+ );
+ }
+
+ #[Depends('testAssertReturn2998')]
+ public function testAssertReturn2999(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56316']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3164,
+ );
+ }
+
+ #[Depends('testAssertReturn2999')]
+ public function testAssertReturn3000(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56515']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3165,
+ );
+ }
+
+ #[Depends('testAssertReturn3000')]
+ public function testAssertReturn3001(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56714']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3166,
+ );
+ }
+
+ #[Depends('testAssertReturn3001')]
+ public function testAssertReturn3002(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56913']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3167,
+ );
+ }
+
+ #[Depends('testAssertReturn3002')]
+ public function testAssertReturn3003(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57112']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3168,
+ );
+ }
+
+ #[Depends('testAssertReturn3003')]
+ public function testAssertReturn3004(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57311']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3169,
+ );
+ }
+
+ #[Depends('testAssertReturn3004')]
+ public function testAssertReturn3005(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57510']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3170,
+ );
+ }
+
+ #[Depends('testAssertReturn3005')]
+ public function testAssertReturn3006(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57709']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3171,
+ );
+ }
+
+ #[Depends('testAssertReturn3006')]
+ public function testAssertReturn3007(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57908']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3172,
+ );
+ }
+
+ #[Depends('testAssertReturn3007')]
+ public function testAssertReturn3008(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58107']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3173,
+ );
+ }
+
+ #[Depends('testAssertReturn3008')]
+ public function testAssertReturn3009(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58306']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3174,
+ );
+ }
+
+ #[Depends('testAssertReturn3009')]
+ public function testAssertReturn3010(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58505']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3175,
+ );
+ }
+
+ #[Depends('testAssertReturn3010')]
+ public function testAssertReturn3011(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58704']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3176,
+ );
+ }
+
+ #[Depends('testAssertReturn3011')]
+ public function testAssertReturn3012(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58903']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3177,
+ );
+ }
+
+ #[Depends('testAssertReturn3012')]
+ public function testAssertReturn3013(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59102']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3178,
+ );
+ }
+
+ #[Depends('testAssertReturn3013')]
+ public function testAssertReturn3014(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59301']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3179,
+ );
+ }
+
+ #[Depends('testAssertReturn3014')]
+ public function testAssertReturn3015(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59500']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3180,
+ );
+ }
+
+ #[Depends('testAssertReturn3015')]
+ public function testAssertReturn3016(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59699']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3181,
+ );
+ }
+
+ #[Depends('testAssertReturn3016')]
+ public function testAssertReturn3017(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59898']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3182,
+ );
+ }
+
+ #[Depends('testAssertReturn3017')]
+ public function testAssertReturn3018(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60097']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3183,
+ );
+ }
+
+ #[Depends('testAssertReturn3018')]
+ public function testAssertReturn3019(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60296']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3184,
+ );
+ }
+
+ #[Depends('testAssertReturn3019')]
+ public function testAssertReturn3020(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60495']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3185,
+ );
+ }
+
+ #[Depends('testAssertReturn3020')]
+ public function testAssertReturn3021(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60694']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3186,
+ );
+ }
+
+ #[Depends('testAssertReturn3021')]
+ public function testAssertReturn3022(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60893']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3187,
+ );
+ }
+
+ #[Depends('testAssertReturn3022')]
+ public function testAssertReturn3023(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61092']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3188,
+ );
+ }
+
+ #[Depends('testAssertReturn3023')]
+ public function testAssertReturn3024(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61291']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3189,
+ );
+ }
+
+ #[Depends('testAssertReturn3024')]
+ public function testAssertReturn3025(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61490']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3190,
+ );
+ }
+
+ #[Depends('testAssertReturn3025')]
+ public function testAssertReturn3026(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61689']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3191,
+ );
+ }
+
+ #[Depends('testAssertReturn3026')]
+ public function testAssertReturn3027(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61888']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3192,
+ );
+ }
+
+ #[Depends('testAssertReturn3027')]
+ public function testAssertReturn3028(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62087']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3193,
+ );
+ }
+
+ #[Depends('testAssertReturn3028')]
+ public function testAssertReturn3029(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62286']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3194,
+ );
+ }
+
+ #[Depends('testAssertReturn3029')]
+ public function testAssertReturn3030(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62485']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3195,
+ );
+ }
+
+ #[Depends('testAssertReturn3030')]
+ public function testAssertReturn3031(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62684']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3196,
+ );
+ }
+
+ #[Depends('testAssertReturn3031')]
+ public function testAssertReturn3032(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62883']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3197,
+ );
+ }
+
+ #[Depends('testAssertReturn3032')]
+ public function testAssertReturn3033(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63082']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3198,
+ );
+ }
+
+ #[Depends('testAssertReturn3033')]
+ public function testAssertReturn3034(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63281']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3199,
+ );
+ }
+
+ #[Depends('testAssertReturn3034')]
+ public function testAssertReturn3035(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63480']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3200,
+ );
+ }
+
+ #[Depends('testAssertReturn3035')]
+ public function testAssertReturn3036(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63679']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3201,
+ );
+ }
+
+ #[Depends('testAssertReturn3036')]
+ public function testAssertReturn3037(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63878']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3202,
+ );
+ }
+
+ #[Depends('testAssertReturn3037')]
+ public function testAssertReturn3038(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64077']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3203,
+ );
+ }
+
+ #[Depends('testAssertReturn3038')]
+ public function testAssertReturn3039(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64276']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3204,
+ );
+ }
+
+ #[Depends('testAssertReturn3039')]
+ public function testAssertReturn3040(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64475']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3205,
+ );
+ }
+
+ #[Depends('testAssertReturn3040')]
+ public function testAssertReturn3041(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64674']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3206,
+ );
+ }
+
+ #[Depends('testAssertReturn3041')]
+ public function testAssertReturn3042(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64873']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3207,
+ );
+ }
+
+ #[Depends('testAssertReturn3042')]
+ public function testAssertReturn3043(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65072']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3208,
+ );
+ }
+
+ #[Depends('testAssertReturn3043')]
+ public function testAssertReturn3044(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65271']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3209,
+ );
+ }
+
+ #[Depends('testAssertReturn3044')]
+ public function testAssertReturn3045(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65470']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3210,
+ );
+ }
+
+ #[Depends('testAssertReturn3045')]
+ public function testAssertReturn3046(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65516']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3211,
+ );
+ }
+
+ #[Depends('testAssertReturn3046')]
+ public function testAssertReturn3047(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65517']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 3212,
+ );
+ }
+
+ #[Depends('testAssertReturn3047')]
+ public function testAssertReturn3048(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65518']]],
+ expected: [['type' => 'i32', 'value' => '2']],
+ line: 3213,
+ );
+ }
+
+ #[Depends('testAssertReturn3048')]
+ public function testAssertReturn3049(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65519']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 3214,
+ );
+ }
+
+ #[Depends('testAssertReturn3049')]
+ public function testAssertReturn3050(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65520']]],
+ expected: [['type' => 'i32', 'value' => '4']],
+ line: 3215,
+ );
+ }
+
+ #[Depends('testAssertReturn3050')]
+ public function testAssertReturn3051(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65521']]],
+ expected: [['type' => 'i32', 'value' => '5']],
+ line: 3216,
+ );
+ }
+
+ #[Depends('testAssertReturn3051')]
+ public function testAssertReturn3052(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65522']]],
+ expected: [['type' => 'i32', 'value' => '6']],
+ line: 3217,
+ );
+ }
+
+ #[Depends('testAssertReturn3052')]
+ public function testAssertReturn3053(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65523']]],
+ expected: [['type' => 'i32', 'value' => '7']],
+ line: 3218,
+ );
+ }
+
+ #[Depends('testAssertReturn3053')]
+ public function testAssertReturn3054(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65524']]],
+ expected: [['type' => 'i32', 'value' => '8']],
+ line: 3219,
+ );
+ }
+
+ #[Depends('testAssertReturn3054')]
+ public function testAssertReturn3055(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65525']]],
+ expected: [['type' => 'i32', 'value' => '9']],
+ line: 3220,
+ );
+ }
+
+ #[Depends('testAssertReturn3055')]
+ public function testAssertReturn3056(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65526']]],
+ expected: [['type' => 'i32', 'value' => '10']],
+ line: 3221,
+ );
+ }
+
+ #[Depends('testAssertReturn3056')]
+ public function testAssertReturn3057(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65527']]],
+ expected: [['type' => 'i32', 'value' => '11']],
+ line: 3222,
+ );
+ }
+
+ #[Depends('testAssertReturn3057')]
+ public function testAssertReturn3058(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65528']]],
+ expected: [['type' => 'i32', 'value' => '12']],
+ line: 3223,
+ );
+ }
+
+ #[Depends('testAssertReturn3058')]
+ public function testAssertReturn3059(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65529']]],
+ expected: [['type' => 'i32', 'value' => '13']],
+ line: 3224,
+ );
+ }
+
+ #[Depends('testAssertReturn3059')]
+ public function testAssertReturn3060(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65530']]],
+ expected: [['type' => 'i32', 'value' => '14']],
+ line: 3225,
+ );
+ }
+
+ #[Depends('testAssertReturn3060')]
+ public function testAssertReturn3061(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65531']]],
+ expected: [['type' => 'i32', 'value' => '15']],
+ line: 3226,
+ );
+ }
+
+ #[Depends('testAssertReturn3061')]
+ public function testAssertReturn3062(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65532']]],
+ expected: [['type' => 'i32', 'value' => '16']],
+ line: 3227,
+ );
+ }
+
+ #[Depends('testAssertReturn3062')]
+ public function testAssertReturn3063(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65533']]],
+ expected: [['type' => 'i32', 'value' => '17']],
+ line: 3228,
+ );
+ }
+
+ #[Depends('testAssertReturn3063')]
+ public function testAssertReturn3064(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65534']]],
+ expected: [['type' => 'i32', 'value' => '18']],
+ line: 3229,
+ );
+ }
+
+ #[Depends('testAssertReturn3064')]
+ public function testAssertReturn3065(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65535']]],
+ expected: [['type' => 'i32', 'value' => '19']],
+ line: 3230,
+ );
+ }
+
+ #[Depends('testAssertReturn3065')]
+ public function testModule3066(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.16.wasm',
+ name: null,
+ line: 3232,
+ );
+ }
+
+ #[Depends('testModule3066')]
+ public function testAssertTrap3067(): void
+ {
+ $this->runAssertTrapCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'run', 'args' => [['type' => 'i32', 'value' => '65516'], ['type' => 'i32', 'value' => '65516'], ['type' => 'i32', 'value' => '40']]],
+ text: 'out of bounds memory access',
+ line: 3240,
+ );
+ }
+
+ #[Depends('testAssertTrap3067')]
+ public function testAssertReturn3068(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '198']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3243,
+ );
+ }
+
+ #[Depends('testAssertReturn3068')]
+ public function testAssertReturn3069(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '397']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3244,
+ );
+ }
+
+ #[Depends('testAssertReturn3069')]
+ public function testAssertReturn3070(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '596']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3245,
+ );
+ }
+
+ #[Depends('testAssertReturn3070')]
+ public function testAssertReturn3071(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '795']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3246,
+ );
+ }
+
+ #[Depends('testAssertReturn3071')]
+ public function testAssertReturn3072(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '994']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3247,
+ );
+ }
+
+ #[Depends('testAssertReturn3072')]
+ public function testAssertReturn3073(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1193']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3248,
+ );
+ }
+
+ #[Depends('testAssertReturn3073')]
+ public function testAssertReturn3074(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1392']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3249,
+ );
+ }
+
+ #[Depends('testAssertReturn3074')]
+ public function testAssertReturn3075(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1591']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3250,
+ );
+ }
+
+ #[Depends('testAssertReturn3075')]
+ public function testAssertReturn3076(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1790']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3251,
+ );
+ }
+
+ #[Depends('testAssertReturn3076')]
+ public function testAssertReturn3077(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1989']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3252,
+ );
+ }
+
+ #[Depends('testAssertReturn3077')]
+ public function testAssertReturn3078(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2188']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3253,
+ );
+ }
+
+ #[Depends('testAssertReturn3078')]
+ public function testAssertReturn3079(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2387']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3254,
+ );
+ }
+
+ #[Depends('testAssertReturn3079')]
+ public function testAssertReturn3080(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2586']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3255,
+ );
+ }
+
+ #[Depends('testAssertReturn3080')]
+ public function testAssertReturn3081(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2785']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3256,
+ );
+ }
+
+ #[Depends('testAssertReturn3081')]
+ public function testAssertReturn3082(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2984']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3257,
+ );
+ }
+
+ #[Depends('testAssertReturn3082')]
+ public function testAssertReturn3083(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3183']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3258,
+ );
+ }
+
+ #[Depends('testAssertReturn3083')]
+ public function testAssertReturn3084(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3382']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3259,
+ );
+ }
+
+ #[Depends('testAssertReturn3084')]
+ public function testAssertReturn3085(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3581']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3260,
+ );
+ }
+
+ #[Depends('testAssertReturn3085')]
+ public function testAssertReturn3086(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3780']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3261,
+ );
+ }
+
+ #[Depends('testAssertReturn3086')]
+ public function testAssertReturn3087(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3979']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3262,
+ );
+ }
+
+ #[Depends('testAssertReturn3087')]
+ public function testAssertReturn3088(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4178']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3263,
+ );
+ }
+
+ #[Depends('testAssertReturn3088')]
+ public function testAssertReturn3089(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4377']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3264,
+ );
+ }
+
+ #[Depends('testAssertReturn3089')]
+ public function testAssertReturn3090(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4576']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3265,
+ );
+ }
+
+ #[Depends('testAssertReturn3090')]
+ public function testAssertReturn3091(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4775']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3266,
+ );
+ }
+
+ #[Depends('testAssertReturn3091')]
+ public function testAssertReturn3092(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4974']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3267,
+ );
+ }
+
+ #[Depends('testAssertReturn3092')]
+ public function testAssertReturn3093(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5173']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3268,
+ );
+ }
+
+ #[Depends('testAssertReturn3093')]
+ public function testAssertReturn3094(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5372']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3269,
+ );
+ }
+
+ #[Depends('testAssertReturn3094')]
+ public function testAssertReturn3095(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5571']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3270,
+ );
+ }
+
+ #[Depends('testAssertReturn3095')]
+ public function testAssertReturn3096(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5770']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3271,
+ );
+ }
+
+ #[Depends('testAssertReturn3096')]
+ public function testAssertReturn3097(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5969']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3272,
+ );
+ }
+
+ #[Depends('testAssertReturn3097')]
+ public function testAssertReturn3098(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6168']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3273,
+ );
+ }
+
+ #[Depends('testAssertReturn3098')]
+ public function testAssertReturn3099(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6367']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3274,
+ );
+ }
+
+ #[Depends('testAssertReturn3099')]
+ public function testAssertReturn3100(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6566']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3275,
+ );
+ }
+
+ #[Depends('testAssertReturn3100')]
+ public function testAssertReturn3101(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6765']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3276,
+ );
+ }
+
+ #[Depends('testAssertReturn3101')]
+ public function testAssertReturn3102(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6964']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3277,
+ );
+ }
+
+ #[Depends('testAssertReturn3102')]
+ public function testAssertReturn3103(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7163']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3278,
+ );
+ }
+
+ #[Depends('testAssertReturn3103')]
+ public function testAssertReturn3104(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7362']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3279,
+ );
+ }
+
+ #[Depends('testAssertReturn3104')]
+ public function testAssertReturn3105(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7561']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3280,
+ );
+ }
+
+ #[Depends('testAssertReturn3105')]
+ public function testAssertReturn3106(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7760']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3281,
+ );
+ }
+
+ #[Depends('testAssertReturn3106')]
+ public function testAssertReturn3107(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7959']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3282,
+ );
+ }
+
+ #[Depends('testAssertReturn3107')]
+ public function testAssertReturn3108(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8158']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3283,
+ );
+ }
+
+ #[Depends('testAssertReturn3108')]
+ public function testAssertReturn3109(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8357']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3284,
+ );
+ }
+
+ #[Depends('testAssertReturn3109')]
+ public function testAssertReturn3110(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8556']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3285,
+ );
+ }
+
+ #[Depends('testAssertReturn3110')]
+ public function testAssertReturn3111(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8755']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3286,
+ );
+ }
+
+ #[Depends('testAssertReturn3111')]
+ public function testAssertReturn3112(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8954']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3287,
+ );
+ }
+
+ #[Depends('testAssertReturn3112')]
+ public function testAssertReturn3113(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9153']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3288,
+ );
+ }
+
+ #[Depends('testAssertReturn3113')]
+ public function testAssertReturn3114(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9352']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3289,
+ );
+ }
+
+ #[Depends('testAssertReturn3114')]
+ public function testAssertReturn3115(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9551']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3290,
+ );
+ }
+
+ #[Depends('testAssertReturn3115')]
+ public function testAssertReturn3116(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9750']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3291,
+ );
+ }
+
+ #[Depends('testAssertReturn3116')]
+ public function testAssertReturn3117(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9949']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3292,
+ );
+ }
+
+ #[Depends('testAssertReturn3117')]
+ public function testAssertReturn3118(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10148']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3293,
+ );
+ }
+
+ #[Depends('testAssertReturn3118')]
+ public function testAssertReturn3119(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10347']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3294,
+ );
+ }
+
+ #[Depends('testAssertReturn3119')]
+ public function testAssertReturn3120(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10546']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3295,
+ );
+ }
+
+ #[Depends('testAssertReturn3120')]
+ public function testAssertReturn3121(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10745']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3296,
+ );
+ }
+
+ #[Depends('testAssertReturn3121')]
+ public function testAssertReturn3122(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10944']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3297,
+ );
+ }
+
+ #[Depends('testAssertReturn3122')]
+ public function testAssertReturn3123(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11143']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3298,
+ );
+ }
+
+ #[Depends('testAssertReturn3123')]
+ public function testAssertReturn3124(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11342']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3299,
+ );
+ }
+
+ #[Depends('testAssertReturn3124')]
+ public function testAssertReturn3125(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11541']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3300,
+ );
+ }
+
+ #[Depends('testAssertReturn3125')]
+ public function testAssertReturn3126(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11740']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3301,
+ );
+ }
+
+ #[Depends('testAssertReturn3126')]
+ public function testAssertReturn3127(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11939']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3302,
+ );
+ }
+
+ #[Depends('testAssertReturn3127')]
+ public function testAssertReturn3128(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12138']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3303,
+ );
+ }
+
+ #[Depends('testAssertReturn3128')]
+ public function testAssertReturn3129(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12337']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3304,
+ );
+ }
+
+ #[Depends('testAssertReturn3129')]
+ public function testAssertReturn3130(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12536']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3305,
+ );
+ }
+
+ #[Depends('testAssertReturn3130')]
+ public function testAssertReturn3131(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12735']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3306,
+ );
+ }
+
+ #[Depends('testAssertReturn3131')]
+ public function testAssertReturn3132(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12934']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3307,
+ );
+ }
+
+ #[Depends('testAssertReturn3132')]
+ public function testAssertReturn3133(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13133']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3308,
+ );
+ }
+
+ #[Depends('testAssertReturn3133')]
+ public function testAssertReturn3134(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13332']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3309,
+ );
+ }
+
+ #[Depends('testAssertReturn3134')]
+ public function testAssertReturn3135(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13531']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3310,
+ );
+ }
+
+ #[Depends('testAssertReturn3135')]
+ public function testAssertReturn3136(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13730']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3311,
+ );
+ }
+
+ #[Depends('testAssertReturn3136')]
+ public function testAssertReturn3137(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13929']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3312,
+ );
+ }
+
+ #[Depends('testAssertReturn3137')]
+ public function testAssertReturn3138(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14128']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3313,
+ );
+ }
+
+ #[Depends('testAssertReturn3138')]
+ public function testAssertReturn3139(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14327']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3314,
+ );
+ }
+
+ #[Depends('testAssertReturn3139')]
+ public function testAssertReturn3140(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14526']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3315,
+ );
+ }
+
+ #[Depends('testAssertReturn3140')]
+ public function testAssertReturn3141(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14725']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3316,
+ );
+ }
+
+ #[Depends('testAssertReturn3141')]
+ public function testAssertReturn3142(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14924']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3317,
+ );
+ }
+
+ #[Depends('testAssertReturn3142')]
+ public function testAssertReturn3143(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15123']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3318,
+ );
+ }
+
+ #[Depends('testAssertReturn3143')]
+ public function testAssertReturn3144(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15322']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3319,
+ );
+ }
+
+ #[Depends('testAssertReturn3144')]
+ public function testAssertReturn3145(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15521']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3320,
+ );
+ }
+
+ #[Depends('testAssertReturn3145')]
+ public function testAssertReturn3146(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15720']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3321,
+ );
+ }
+
+ #[Depends('testAssertReturn3146')]
+ public function testAssertReturn3147(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15919']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3322,
+ );
+ }
+
+ #[Depends('testAssertReturn3147')]
+ public function testAssertReturn3148(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16118']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3323,
+ );
+ }
+
+ #[Depends('testAssertReturn3148')]
+ public function testAssertReturn3149(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16317']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3324,
+ );
+ }
+
+ #[Depends('testAssertReturn3149')]
+ public function testAssertReturn3150(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16516']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3325,
+ );
+ }
+
+ #[Depends('testAssertReturn3150')]
+ public function testAssertReturn3151(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16715']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3326,
+ );
+ }
+
+ #[Depends('testAssertReturn3151')]
+ public function testAssertReturn3152(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16914']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3327,
+ );
+ }
+
+ #[Depends('testAssertReturn3152')]
+ public function testAssertReturn3153(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17113']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3328,
+ );
+ }
+
+ #[Depends('testAssertReturn3153')]
+ public function testAssertReturn3154(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17312']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3329,
+ );
+ }
+
+ #[Depends('testAssertReturn3154')]
+ public function testAssertReturn3155(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17511']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3330,
+ );
+ }
+
+ #[Depends('testAssertReturn3155')]
+ public function testAssertReturn3156(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17710']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3331,
+ );
+ }
+
+ #[Depends('testAssertReturn3156')]
+ public function testAssertReturn3157(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17909']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3332,
+ );
+ }
+
+ #[Depends('testAssertReturn3157')]
+ public function testAssertReturn3158(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18108']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3333,
+ );
+ }
+
+ #[Depends('testAssertReturn3158')]
+ public function testAssertReturn3159(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18307']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3334,
+ );
+ }
+
+ #[Depends('testAssertReturn3159')]
+ public function testAssertReturn3160(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18506']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3335,
+ );
+ }
+
+ #[Depends('testAssertReturn3160')]
+ public function testAssertReturn3161(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18705']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3336,
+ );
+ }
+
+ #[Depends('testAssertReturn3161')]
+ public function testAssertReturn3162(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18904']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3337,
+ );
+ }
+
+ #[Depends('testAssertReturn3162')]
+ public function testAssertReturn3163(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19103']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3338,
+ );
+ }
+
+ #[Depends('testAssertReturn3163')]
+ public function testAssertReturn3164(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19302']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3339,
+ );
+ }
+
+ #[Depends('testAssertReturn3164')]
+ public function testAssertReturn3165(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19501']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3340,
+ );
+ }
+
+ #[Depends('testAssertReturn3165')]
+ public function testAssertReturn3166(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19700']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3341,
+ );
+ }
+
+ #[Depends('testAssertReturn3166')]
+ public function testAssertReturn3167(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19899']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3342,
+ );
+ }
+
+ #[Depends('testAssertReturn3167')]
+ public function testAssertReturn3168(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20098']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3343,
+ );
+ }
+
+ #[Depends('testAssertReturn3168')]
+ public function testAssertReturn3169(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20297']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3344,
+ );
+ }
+
+ #[Depends('testAssertReturn3169')]
+ public function testAssertReturn3170(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20496']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3345,
+ );
+ }
+
+ #[Depends('testAssertReturn3170')]
+ public function testAssertReturn3171(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20695']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3346,
+ );
+ }
+
+ #[Depends('testAssertReturn3171')]
+ public function testAssertReturn3172(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20894']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3347,
+ );
+ }
+
+ #[Depends('testAssertReturn3172')]
+ public function testAssertReturn3173(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21093']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3348,
+ );
+ }
+
+ #[Depends('testAssertReturn3173')]
+ public function testAssertReturn3174(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21292']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3349,
+ );
+ }
+
+ #[Depends('testAssertReturn3174')]
+ public function testAssertReturn3175(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21491']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3350,
+ );
+ }
+
+ #[Depends('testAssertReturn3175')]
+ public function testAssertReturn3176(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21690']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3351,
+ );
+ }
+
+ #[Depends('testAssertReturn3176')]
+ public function testAssertReturn3177(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21889']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3352,
+ );
+ }
+
+ #[Depends('testAssertReturn3177')]
+ public function testAssertReturn3178(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22088']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3353,
+ );
+ }
+
+ #[Depends('testAssertReturn3178')]
+ public function testAssertReturn3179(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22287']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3354,
+ );
+ }
+
+ #[Depends('testAssertReturn3179')]
+ public function testAssertReturn3180(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22486']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3355,
+ );
+ }
+
+ #[Depends('testAssertReturn3180')]
+ public function testAssertReturn3181(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22685']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3356,
+ );
+ }
+
+ #[Depends('testAssertReturn3181')]
+ public function testAssertReturn3182(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22884']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3357,
+ );
+ }
+
+ #[Depends('testAssertReturn3182')]
+ public function testAssertReturn3183(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23083']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3358,
+ );
+ }
+
+ #[Depends('testAssertReturn3183')]
+ public function testAssertReturn3184(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23282']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3359,
+ );
+ }
+
+ #[Depends('testAssertReturn3184')]
+ public function testAssertReturn3185(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23481']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3360,
+ );
+ }
+
+ #[Depends('testAssertReturn3185')]
+ public function testAssertReturn3186(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23680']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3361,
+ );
+ }
+
+ #[Depends('testAssertReturn3186')]
+ public function testAssertReturn3187(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23879']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3362,
+ );
+ }
+
+ #[Depends('testAssertReturn3187')]
+ public function testAssertReturn3188(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24078']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3363,
+ );
+ }
+
+ #[Depends('testAssertReturn3188')]
+ public function testAssertReturn3189(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24277']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3364,
+ );
+ }
+
+ #[Depends('testAssertReturn3189')]
+ public function testAssertReturn3190(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24476']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3365,
+ );
+ }
+
+ #[Depends('testAssertReturn3190')]
+ public function testAssertReturn3191(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24675']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3366,
+ );
+ }
+
+ #[Depends('testAssertReturn3191')]
+ public function testAssertReturn3192(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24874']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3367,
+ );
+ }
+
+ #[Depends('testAssertReturn3192')]
+ public function testAssertReturn3193(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25073']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3368,
+ );
+ }
+
+ #[Depends('testAssertReturn3193')]
+ public function testAssertReturn3194(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25272']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3369,
+ );
+ }
+
+ #[Depends('testAssertReturn3194')]
+ public function testAssertReturn3195(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25471']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3370,
+ );
+ }
+
+ #[Depends('testAssertReturn3195')]
+ public function testAssertReturn3196(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25670']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3371,
+ );
+ }
+
+ #[Depends('testAssertReturn3196')]
+ public function testAssertReturn3197(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25869']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3372,
+ );
+ }
+
+ #[Depends('testAssertReturn3197')]
+ public function testAssertReturn3198(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26068']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3373,
+ );
+ }
+
+ #[Depends('testAssertReturn3198')]
+ public function testAssertReturn3199(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26267']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3374,
+ );
+ }
+
+ #[Depends('testAssertReturn3199')]
+ public function testAssertReturn3200(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26466']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3375,
+ );
+ }
+
+ #[Depends('testAssertReturn3200')]
+ public function testAssertReturn3201(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26665']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3376,
+ );
+ }
+
+ #[Depends('testAssertReturn3201')]
+ public function testAssertReturn3202(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26864']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3377,
+ );
+ }
+
+ #[Depends('testAssertReturn3202')]
+ public function testAssertReturn3203(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27063']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3378,
+ );
+ }
+
+ #[Depends('testAssertReturn3203')]
+ public function testAssertReturn3204(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27262']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3379,
+ );
+ }
+
+ #[Depends('testAssertReturn3204')]
+ public function testAssertReturn3205(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27461']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3380,
+ );
+ }
+
+ #[Depends('testAssertReturn3205')]
+ public function testAssertReturn3206(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27660']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3381,
+ );
+ }
+
+ #[Depends('testAssertReturn3206')]
+ public function testAssertReturn3207(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27859']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3382,
+ );
+ }
+
+ #[Depends('testAssertReturn3207')]
+ public function testAssertReturn3208(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28058']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3383,
+ );
+ }
+
+ #[Depends('testAssertReturn3208')]
+ public function testAssertReturn3209(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28257']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3384,
+ );
+ }
+
+ #[Depends('testAssertReturn3209')]
+ public function testAssertReturn3210(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28456']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3385,
+ );
+ }
+
+ #[Depends('testAssertReturn3210')]
+ public function testAssertReturn3211(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28655']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3386,
+ );
+ }
+
+ #[Depends('testAssertReturn3211')]
+ public function testAssertReturn3212(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28854']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3387,
+ );
+ }
+
+ #[Depends('testAssertReturn3212')]
+ public function testAssertReturn3213(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29053']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3388,
+ );
+ }
+
+ #[Depends('testAssertReturn3213')]
+ public function testAssertReturn3214(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29252']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3389,
+ );
+ }
+
+ #[Depends('testAssertReturn3214')]
+ public function testAssertReturn3215(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29451']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3390,
+ );
+ }
+
+ #[Depends('testAssertReturn3215')]
+ public function testAssertReturn3216(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29650']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3391,
+ );
+ }
+
+ #[Depends('testAssertReturn3216')]
+ public function testAssertReturn3217(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29849']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3392,
+ );
+ }
+
+ #[Depends('testAssertReturn3217')]
+ public function testAssertReturn3218(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30048']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3393,
+ );
+ }
+
+ #[Depends('testAssertReturn3218')]
+ public function testAssertReturn3219(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30247']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3394,
+ );
+ }
+
+ #[Depends('testAssertReturn3219')]
+ public function testAssertReturn3220(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30446']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3395,
+ );
+ }
+
+ #[Depends('testAssertReturn3220')]
+ public function testAssertReturn3221(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30645']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3396,
+ );
+ }
+
+ #[Depends('testAssertReturn3221')]
+ public function testAssertReturn3222(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30844']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3397,
+ );
+ }
+
+ #[Depends('testAssertReturn3222')]
+ public function testAssertReturn3223(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31043']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3398,
+ );
+ }
+
+ #[Depends('testAssertReturn3223')]
+ public function testAssertReturn3224(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31242']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3399,
+ );
+ }
+
+ #[Depends('testAssertReturn3224')]
+ public function testAssertReturn3225(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31441']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3400,
+ );
+ }
+
+ #[Depends('testAssertReturn3225')]
+ public function testAssertReturn3226(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31640']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3401,
+ );
+ }
+
+ #[Depends('testAssertReturn3226')]
+ public function testAssertReturn3227(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31839']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3402,
+ );
+ }
+
+ #[Depends('testAssertReturn3227')]
+ public function testAssertReturn3228(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32038']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3403,
+ );
+ }
+
+ #[Depends('testAssertReturn3228')]
+ public function testAssertReturn3229(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32237']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3404,
+ );
+ }
+
+ #[Depends('testAssertReturn3229')]
+ public function testAssertReturn3230(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32436']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3405,
+ );
+ }
+
+ #[Depends('testAssertReturn3230')]
+ public function testAssertReturn3231(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32635']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3406,
+ );
+ }
+
+ #[Depends('testAssertReturn3231')]
+ public function testAssertReturn3232(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32834']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3407,
+ );
+ }
+
+ #[Depends('testAssertReturn3232')]
+ public function testAssertReturn3233(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33033']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3408,
+ );
+ }
+
+ #[Depends('testAssertReturn3233')]
+ public function testAssertReturn3234(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33232']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3409,
+ );
+ }
+
+ #[Depends('testAssertReturn3234')]
+ public function testAssertReturn3235(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33431']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3410,
+ );
+ }
+
+ #[Depends('testAssertReturn3235')]
+ public function testAssertReturn3236(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33630']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3411,
+ );
+ }
+
+ #[Depends('testAssertReturn3236')]
+ public function testAssertReturn3237(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33829']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3412,
+ );
+ }
+
+ #[Depends('testAssertReturn3237')]
+ public function testAssertReturn3238(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34028']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3413,
+ );
+ }
+
+ #[Depends('testAssertReturn3238')]
+ public function testAssertReturn3239(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34227']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3414,
+ );
+ }
+
+ #[Depends('testAssertReturn3239')]
+ public function testAssertReturn3240(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34426']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3415,
+ );
+ }
+
+ #[Depends('testAssertReturn3240')]
+ public function testAssertReturn3241(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34625']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3416,
+ );
+ }
+
+ #[Depends('testAssertReturn3241')]
+ public function testAssertReturn3242(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34824']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3417,
+ );
+ }
+
+ #[Depends('testAssertReturn3242')]
+ public function testAssertReturn3243(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35023']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3418,
+ );
+ }
+
+ #[Depends('testAssertReturn3243')]
+ public function testAssertReturn3244(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35222']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3419,
+ );
+ }
+
+ #[Depends('testAssertReturn3244')]
+ public function testAssertReturn3245(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35421']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3420,
+ );
+ }
+
+ #[Depends('testAssertReturn3245')]
+ public function testAssertReturn3246(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35620']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3421,
+ );
+ }
+
+ #[Depends('testAssertReturn3246')]
+ public function testAssertReturn3247(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35819']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3422,
+ );
+ }
+
+ #[Depends('testAssertReturn3247')]
+ public function testAssertReturn3248(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36018']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3423,
+ );
+ }
+
+ #[Depends('testAssertReturn3248')]
+ public function testAssertReturn3249(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36217']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3424,
+ );
+ }
+
+ #[Depends('testAssertReturn3249')]
+ public function testAssertReturn3250(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36416']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3425,
+ );
+ }
+
+ #[Depends('testAssertReturn3250')]
+ public function testAssertReturn3251(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36615']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3426,
+ );
+ }
+
+ #[Depends('testAssertReturn3251')]
+ public function testAssertReturn3252(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36814']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3427,
+ );
+ }
+
+ #[Depends('testAssertReturn3252')]
+ public function testAssertReturn3253(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37013']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3428,
+ );
+ }
+
+ #[Depends('testAssertReturn3253')]
+ public function testAssertReturn3254(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37212']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3429,
+ );
+ }
+
+ #[Depends('testAssertReturn3254')]
+ public function testAssertReturn3255(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37411']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3430,
+ );
+ }
+
+ #[Depends('testAssertReturn3255')]
+ public function testAssertReturn3256(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37610']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3431,
+ );
+ }
+
+ #[Depends('testAssertReturn3256')]
+ public function testAssertReturn3257(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37809']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3432,
+ );
+ }
+
+ #[Depends('testAssertReturn3257')]
+ public function testAssertReturn3258(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38008']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3433,
+ );
+ }
+
+ #[Depends('testAssertReturn3258')]
+ public function testAssertReturn3259(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38207']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3434,
+ );
+ }
+
+ #[Depends('testAssertReturn3259')]
+ public function testAssertReturn3260(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38406']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3435,
+ );
+ }
+
+ #[Depends('testAssertReturn3260')]
+ public function testAssertReturn3261(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38605']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3436,
+ );
+ }
+
+ #[Depends('testAssertReturn3261')]
+ public function testAssertReturn3262(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38804']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3437,
+ );
+ }
+
+ #[Depends('testAssertReturn3262')]
+ public function testAssertReturn3263(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39003']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3438,
+ );
+ }
+
+ #[Depends('testAssertReturn3263')]
+ public function testAssertReturn3264(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39202']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3439,
+ );
+ }
+
+ #[Depends('testAssertReturn3264')]
+ public function testAssertReturn3265(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39401']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3440,
+ );
+ }
+
+ #[Depends('testAssertReturn3265')]
+ public function testAssertReturn3266(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39600']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3441,
+ );
+ }
+
+ #[Depends('testAssertReturn3266')]
+ public function testAssertReturn3267(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39799']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3442,
+ );
+ }
+
+ #[Depends('testAssertReturn3267')]
+ public function testAssertReturn3268(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39998']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3443,
+ );
+ }
+
+ #[Depends('testAssertReturn3268')]
+ public function testAssertReturn3269(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40197']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3444,
+ );
+ }
+
+ #[Depends('testAssertReturn3269')]
+ public function testAssertReturn3270(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40396']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3445,
+ );
+ }
+
+ #[Depends('testAssertReturn3270')]
+ public function testAssertReturn3271(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40595']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3446,
+ );
+ }
+
+ #[Depends('testAssertReturn3271')]
+ public function testAssertReturn3272(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40794']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3447,
+ );
+ }
+
+ #[Depends('testAssertReturn3272')]
+ public function testAssertReturn3273(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40993']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3448,
+ );
+ }
+
+ #[Depends('testAssertReturn3273')]
+ public function testAssertReturn3274(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41192']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3449,
+ );
+ }
+
+ #[Depends('testAssertReturn3274')]
+ public function testAssertReturn3275(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41391']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3450,
+ );
+ }
+
+ #[Depends('testAssertReturn3275')]
+ public function testAssertReturn3276(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41590']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3451,
+ );
+ }
+
+ #[Depends('testAssertReturn3276')]
+ public function testAssertReturn3277(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41789']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3452,
+ );
+ }
+
+ #[Depends('testAssertReturn3277')]
+ public function testAssertReturn3278(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41988']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3453,
+ );
+ }
+
+ #[Depends('testAssertReturn3278')]
+ public function testAssertReturn3279(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42187']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3454,
+ );
+ }
+
+ #[Depends('testAssertReturn3279')]
+ public function testAssertReturn3280(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42386']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3455,
+ );
+ }
+
+ #[Depends('testAssertReturn3280')]
+ public function testAssertReturn3281(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42585']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3456,
+ );
+ }
+
+ #[Depends('testAssertReturn3281')]
+ public function testAssertReturn3282(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42784']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3457,
+ );
+ }
+
+ #[Depends('testAssertReturn3282')]
+ public function testAssertReturn3283(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42983']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3458,
+ );
+ }
+
+ #[Depends('testAssertReturn3283')]
+ public function testAssertReturn3284(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43182']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3459,
+ );
+ }
+
+ #[Depends('testAssertReturn3284')]
+ public function testAssertReturn3285(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43381']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3460,
+ );
+ }
+
+ #[Depends('testAssertReturn3285')]
+ public function testAssertReturn3286(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43580']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3461,
+ );
+ }
+
+ #[Depends('testAssertReturn3286')]
+ public function testAssertReturn3287(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43779']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3462,
+ );
+ }
+
+ #[Depends('testAssertReturn3287')]
+ public function testAssertReturn3288(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43978']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3463,
+ );
+ }
+
+ #[Depends('testAssertReturn3288')]
+ public function testAssertReturn3289(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44177']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3464,
+ );
+ }
+
+ #[Depends('testAssertReturn3289')]
+ public function testAssertReturn3290(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44376']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3465,
+ );
+ }
+
+ #[Depends('testAssertReturn3290')]
+ public function testAssertReturn3291(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44575']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3466,
+ );
+ }
+
+ #[Depends('testAssertReturn3291')]
+ public function testAssertReturn3292(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44774']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3467,
+ );
+ }
+
+ #[Depends('testAssertReturn3292')]
+ public function testAssertReturn3293(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44973']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3468,
+ );
+ }
+
+ #[Depends('testAssertReturn3293')]
+ public function testAssertReturn3294(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45172']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3469,
+ );
+ }
+
+ #[Depends('testAssertReturn3294')]
+ public function testAssertReturn3295(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45371']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3470,
+ );
+ }
+
+ #[Depends('testAssertReturn3295')]
+ public function testAssertReturn3296(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45570']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3471,
+ );
+ }
+
+ #[Depends('testAssertReturn3296')]
+ public function testAssertReturn3297(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45769']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3472,
+ );
+ }
+
+ #[Depends('testAssertReturn3297')]
+ public function testAssertReturn3298(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45968']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3473,
+ );
+ }
+
+ #[Depends('testAssertReturn3298')]
+ public function testAssertReturn3299(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46167']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3474,
+ );
+ }
+
+ #[Depends('testAssertReturn3299')]
+ public function testAssertReturn3300(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46366']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3475,
+ );
+ }
+
+ #[Depends('testAssertReturn3300')]
+ public function testAssertReturn3301(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46565']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3476,
+ );
+ }
+
+ #[Depends('testAssertReturn3301')]
+ public function testAssertReturn3302(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46764']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3477,
+ );
+ }
+
+ #[Depends('testAssertReturn3302')]
+ public function testAssertReturn3303(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46963']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3478,
+ );
+ }
+
+ #[Depends('testAssertReturn3303')]
+ public function testAssertReturn3304(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47162']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3479,
+ );
+ }
+
+ #[Depends('testAssertReturn3304')]
+ public function testAssertReturn3305(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47361']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3480,
+ );
+ }
+
+ #[Depends('testAssertReturn3305')]
+ public function testAssertReturn3306(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47560']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3481,
+ );
+ }
+
+ #[Depends('testAssertReturn3306')]
+ public function testAssertReturn3307(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47759']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3482,
+ );
+ }
+
+ #[Depends('testAssertReturn3307')]
+ public function testAssertReturn3308(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47958']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3483,
+ );
+ }
+
+ #[Depends('testAssertReturn3308')]
+ public function testAssertReturn3309(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48157']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3484,
+ );
+ }
+
+ #[Depends('testAssertReturn3309')]
+ public function testAssertReturn3310(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48356']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3485,
+ );
+ }
+
+ #[Depends('testAssertReturn3310')]
+ public function testAssertReturn3311(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48555']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3486,
+ );
+ }
+
+ #[Depends('testAssertReturn3311')]
+ public function testAssertReturn3312(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48754']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3487,
+ );
+ }
+
+ #[Depends('testAssertReturn3312')]
+ public function testAssertReturn3313(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48953']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3488,
+ );
+ }
+
+ #[Depends('testAssertReturn3313')]
+ public function testAssertReturn3314(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49152']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3489,
+ );
+ }
+
+ #[Depends('testAssertReturn3314')]
+ public function testAssertReturn3315(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49351']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3490,
+ );
+ }
+
+ #[Depends('testAssertReturn3315')]
+ public function testAssertReturn3316(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49550']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3491,
+ );
+ }
+
+ #[Depends('testAssertReturn3316')]
+ public function testAssertReturn3317(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49749']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3492,
+ );
+ }
+
+ #[Depends('testAssertReturn3317')]
+ public function testAssertReturn3318(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49948']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3493,
+ );
+ }
+
+ #[Depends('testAssertReturn3318')]
+ public function testAssertReturn3319(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50147']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3494,
+ );
+ }
+
+ #[Depends('testAssertReturn3319')]
+ public function testAssertReturn3320(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50346']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3495,
+ );
+ }
+
+ #[Depends('testAssertReturn3320')]
+ public function testAssertReturn3321(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50545']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3496,
+ );
+ }
+
+ #[Depends('testAssertReturn3321')]
+ public function testAssertReturn3322(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50744']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3497,
+ );
+ }
+
+ #[Depends('testAssertReturn3322')]
+ public function testAssertReturn3323(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50943']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3498,
+ );
+ }
+
+ #[Depends('testAssertReturn3323')]
+ public function testAssertReturn3324(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51142']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3499,
+ );
+ }
+
+ #[Depends('testAssertReturn3324')]
+ public function testAssertReturn3325(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51341']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3500,
+ );
+ }
+
+ #[Depends('testAssertReturn3325')]
+ public function testAssertReturn3326(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51540']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3501,
+ );
+ }
+
+ #[Depends('testAssertReturn3326')]
+ public function testAssertReturn3327(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51739']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3502,
+ );
+ }
+
+ #[Depends('testAssertReturn3327')]
+ public function testAssertReturn3328(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51938']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3503,
+ );
+ }
+
+ #[Depends('testAssertReturn3328')]
+ public function testAssertReturn3329(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52137']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3504,
+ );
+ }
+
+ #[Depends('testAssertReturn3329')]
+ public function testAssertReturn3330(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52336']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3505,
+ );
+ }
+
+ #[Depends('testAssertReturn3330')]
+ public function testAssertReturn3331(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52535']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3506,
+ );
+ }
+
+ #[Depends('testAssertReturn3331')]
+ public function testAssertReturn3332(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52734']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3507,
+ );
+ }
+
+ #[Depends('testAssertReturn3332')]
+ public function testAssertReturn3333(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52933']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3508,
+ );
+ }
+
+ #[Depends('testAssertReturn3333')]
+ public function testAssertReturn3334(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53132']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3509,
+ );
+ }
+
+ #[Depends('testAssertReturn3334')]
+ public function testAssertReturn3335(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53331']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3510,
+ );
+ }
+
+ #[Depends('testAssertReturn3335')]
+ public function testAssertReturn3336(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53530']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3511,
+ );
+ }
+
+ #[Depends('testAssertReturn3336')]
+ public function testAssertReturn3337(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53729']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3512,
+ );
+ }
+
+ #[Depends('testAssertReturn3337')]
+ public function testAssertReturn3338(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53928']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3513,
+ );
+ }
+
+ #[Depends('testAssertReturn3338')]
+ public function testAssertReturn3339(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54127']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3514,
+ );
+ }
+
+ #[Depends('testAssertReturn3339')]
+ public function testAssertReturn3340(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54326']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3515,
+ );
+ }
+
+ #[Depends('testAssertReturn3340')]
+ public function testAssertReturn3341(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54525']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3516,
+ );
+ }
+
+ #[Depends('testAssertReturn3341')]
+ public function testAssertReturn3342(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54724']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3517,
+ );
+ }
+
+ #[Depends('testAssertReturn3342')]
+ public function testAssertReturn3343(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54923']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3518,
+ );
+ }
+
+ #[Depends('testAssertReturn3343')]
+ public function testAssertReturn3344(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55122']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3519,
+ );
+ }
+
+ #[Depends('testAssertReturn3344')]
+ public function testAssertReturn3345(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55321']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3520,
+ );
+ }
+
+ #[Depends('testAssertReturn3345')]
+ public function testAssertReturn3346(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55520']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3521,
+ );
+ }
+
+ #[Depends('testAssertReturn3346')]
+ public function testAssertReturn3347(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55719']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3522,
+ );
+ }
+
+ #[Depends('testAssertReturn3347')]
+ public function testAssertReturn3348(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55918']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3523,
+ );
+ }
+
+ #[Depends('testAssertReturn3348')]
+ public function testAssertReturn3349(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56117']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3524,
+ );
+ }
+
+ #[Depends('testAssertReturn3349')]
+ public function testAssertReturn3350(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56316']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3525,
+ );
+ }
+
+ #[Depends('testAssertReturn3350')]
+ public function testAssertReturn3351(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56515']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3526,
+ );
+ }
+
+ #[Depends('testAssertReturn3351')]
+ public function testAssertReturn3352(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56714']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3527,
+ );
+ }
+
+ #[Depends('testAssertReturn3352')]
+ public function testAssertReturn3353(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56913']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3528,
+ );
+ }
+
+ #[Depends('testAssertReturn3353')]
+ public function testAssertReturn3354(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57112']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3529,
+ );
+ }
+
+ #[Depends('testAssertReturn3354')]
+ public function testAssertReturn3355(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57311']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3530,
+ );
+ }
+
+ #[Depends('testAssertReturn3355')]
+ public function testAssertReturn3356(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57510']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3531,
+ );
+ }
+
+ #[Depends('testAssertReturn3356')]
+ public function testAssertReturn3357(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57709']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3532,
+ );
+ }
+
+ #[Depends('testAssertReturn3357')]
+ public function testAssertReturn3358(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57908']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3533,
+ );
+ }
+
+ #[Depends('testAssertReturn3358')]
+ public function testAssertReturn3359(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58107']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3534,
+ );
+ }
+
+ #[Depends('testAssertReturn3359')]
+ public function testAssertReturn3360(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58306']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3535,
+ );
+ }
+
+ #[Depends('testAssertReturn3360')]
+ public function testAssertReturn3361(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58505']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3536,
+ );
+ }
+
+ #[Depends('testAssertReturn3361')]
+ public function testAssertReturn3362(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58704']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3537,
+ );
+ }
+
+ #[Depends('testAssertReturn3362')]
+ public function testAssertReturn3363(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58903']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3538,
+ );
+ }
+
+ #[Depends('testAssertReturn3363')]
+ public function testAssertReturn3364(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59102']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3539,
+ );
+ }
+
+ #[Depends('testAssertReturn3364')]
+ public function testAssertReturn3365(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59301']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3540,
+ );
+ }
+
+ #[Depends('testAssertReturn3365')]
+ public function testAssertReturn3366(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59500']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3541,
+ );
+ }
+
+ #[Depends('testAssertReturn3366')]
+ public function testAssertReturn3367(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59699']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3542,
+ );
+ }
+
+ #[Depends('testAssertReturn3367')]
+ public function testAssertReturn3368(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59898']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3543,
+ );
+ }
+
+ #[Depends('testAssertReturn3368')]
+ public function testAssertReturn3369(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60097']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3544,
+ );
+ }
+
+ #[Depends('testAssertReturn3369')]
+ public function testAssertReturn3370(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60296']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3545,
+ );
+ }
+
+ #[Depends('testAssertReturn3370')]
+ public function testAssertReturn3371(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60495']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3546,
+ );
+ }
+
+ #[Depends('testAssertReturn3371')]
+ public function testAssertReturn3372(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60694']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3547,
+ );
+ }
+
+ #[Depends('testAssertReturn3372')]
+ public function testAssertReturn3373(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60893']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3548,
+ );
+ }
+
+ #[Depends('testAssertReturn3373')]
+ public function testAssertReturn3374(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61092']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3549,
+ );
+ }
+
+ #[Depends('testAssertReturn3374')]
+ public function testAssertReturn3375(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61291']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3550,
+ );
+ }
+
+ #[Depends('testAssertReturn3375')]
+ public function testAssertReturn3376(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61490']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3551,
+ );
+ }
+
+ #[Depends('testAssertReturn3376')]
+ public function testAssertReturn3377(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61689']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3552,
+ );
+ }
+
+ #[Depends('testAssertReturn3377')]
+ public function testAssertReturn3378(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61888']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3553,
+ );
+ }
+
+ #[Depends('testAssertReturn3378')]
+ public function testAssertReturn3379(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62087']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3554,
+ );
+ }
+
+ #[Depends('testAssertReturn3379')]
+ public function testAssertReturn3380(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62286']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3555,
+ );
+ }
+
+ #[Depends('testAssertReturn3380')]
+ public function testAssertReturn3381(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62485']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3556,
+ );
+ }
+
+ #[Depends('testAssertReturn3381')]
+ public function testAssertReturn3382(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62684']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3557,
+ );
+ }
+
+ #[Depends('testAssertReturn3382')]
+ public function testAssertReturn3383(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62883']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3558,
+ );
+ }
+
+ #[Depends('testAssertReturn3383')]
+ public function testAssertReturn3384(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63082']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3559,
+ );
+ }
+
+ #[Depends('testAssertReturn3384')]
+ public function testAssertReturn3385(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63281']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3560,
+ );
+ }
+
+ #[Depends('testAssertReturn3385')]
+ public function testAssertReturn3386(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63480']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3561,
+ );
+ }
+
+ #[Depends('testAssertReturn3386')]
+ public function testAssertReturn3387(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63679']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3562,
+ );
+ }
+
+ #[Depends('testAssertReturn3387')]
+ public function testAssertReturn3388(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63878']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3563,
+ );
+ }
+
+ #[Depends('testAssertReturn3388')]
+ public function testAssertReturn3389(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64077']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3564,
+ );
+ }
+
+ #[Depends('testAssertReturn3389')]
+ public function testAssertReturn3390(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64276']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3565,
+ );
+ }
+
+ #[Depends('testAssertReturn3390')]
+ public function testAssertReturn3391(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64475']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3566,
+ );
+ }
+
+ #[Depends('testAssertReturn3391')]
+ public function testAssertReturn3392(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64674']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3567,
+ );
+ }
+
+ #[Depends('testAssertReturn3392')]
+ public function testAssertReturn3393(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64873']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3568,
+ );
+ }
+
+ #[Depends('testAssertReturn3393')]
+ public function testAssertReturn3394(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65072']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3569,
+ );
+ }
+
+ #[Depends('testAssertReturn3394')]
+ public function testAssertReturn3395(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65271']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3570,
+ );
+ }
+
+ #[Depends('testAssertReturn3395')]
+ public function testAssertReturn3396(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65470']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3571,
+ );
+ }
+
+ #[Depends('testAssertReturn3396')]
+ public function testAssertReturn3397(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65516']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3572,
+ );
+ }
+
+ #[Depends('testAssertReturn3397')]
+ public function testAssertReturn3398(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65517']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 3573,
+ );
+ }
+
+ #[Depends('testAssertReturn3398')]
+ public function testAssertReturn3399(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65518']]],
+ expected: [['type' => 'i32', 'value' => '2']],
+ line: 3574,
+ );
+ }
+
+ #[Depends('testAssertReturn3399')]
+ public function testAssertReturn3400(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65519']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 3575,
+ );
+ }
+
+ #[Depends('testAssertReturn3400')]
+ public function testAssertReturn3401(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65520']]],
+ expected: [['type' => 'i32', 'value' => '4']],
+ line: 3576,
+ );
+ }
+
+ #[Depends('testAssertReturn3401')]
+ public function testAssertReturn3402(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65521']]],
+ expected: [['type' => 'i32', 'value' => '5']],
+ line: 3577,
+ );
+ }
+
+ #[Depends('testAssertReturn3402')]
+ public function testAssertReturn3403(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65522']]],
+ expected: [['type' => 'i32', 'value' => '6']],
+ line: 3578,
+ );
+ }
+
+ #[Depends('testAssertReturn3403')]
+ public function testAssertReturn3404(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65523']]],
+ expected: [['type' => 'i32', 'value' => '7']],
+ line: 3579,
+ );
+ }
+
+ #[Depends('testAssertReturn3404')]
+ public function testAssertReturn3405(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65524']]],
+ expected: [['type' => 'i32', 'value' => '8']],
+ line: 3580,
+ );
+ }
+
+ #[Depends('testAssertReturn3405')]
+ public function testAssertReturn3406(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65525']]],
+ expected: [['type' => 'i32', 'value' => '9']],
+ line: 3581,
+ );
+ }
+
+ #[Depends('testAssertReturn3406')]
+ public function testAssertReturn3407(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65526']]],
+ expected: [['type' => 'i32', 'value' => '10']],
+ line: 3582,
+ );
+ }
+
+ #[Depends('testAssertReturn3407')]
+ public function testAssertReturn3408(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65527']]],
+ expected: [['type' => 'i32', 'value' => '11']],
+ line: 3583,
+ );
+ }
+
+ #[Depends('testAssertReturn3408')]
+ public function testAssertReturn3409(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65528']]],
+ expected: [['type' => 'i32', 'value' => '12']],
+ line: 3584,
+ );
+ }
+
+ #[Depends('testAssertReturn3409')]
+ public function testAssertReturn3410(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65529']]],
+ expected: [['type' => 'i32', 'value' => '13']],
+ line: 3585,
+ );
+ }
+
+ #[Depends('testAssertReturn3410')]
+ public function testAssertReturn3411(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65530']]],
+ expected: [['type' => 'i32', 'value' => '14']],
+ line: 3586,
+ );
+ }
+
+ #[Depends('testAssertReturn3411')]
+ public function testAssertReturn3412(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65531']]],
+ expected: [['type' => 'i32', 'value' => '15']],
+ line: 3587,
+ );
+ }
+
+ #[Depends('testAssertReturn3412')]
+ public function testAssertReturn3413(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65532']]],
+ expected: [['type' => 'i32', 'value' => '16']],
+ line: 3588,
+ );
+ }
+
+ #[Depends('testAssertReturn3413')]
+ public function testAssertReturn3414(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65533']]],
+ expected: [['type' => 'i32', 'value' => '17']],
+ line: 3589,
+ );
+ }
+
+ #[Depends('testAssertReturn3414')]
+ public function testAssertReturn3415(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65534']]],
+ expected: [['type' => 'i32', 'value' => '18']],
+ line: 3590,
+ );
+ }
+
+ #[Depends('testAssertReturn3415')]
+ public function testAssertReturn3416(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65535']]],
+ expected: [['type' => 'i32', 'value' => '19']],
+ line: 3591,
+ );
+ }
+
+ #[Depends('testAssertReturn3416')]
+ public function testModule3417(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.17.wasm',
+ name: null,
+ line: 3593,
+ );
+ }
+
+ #[Depends('testModule3417')]
+ public function testAssertTrap3418(): void
+ {
+ $this->runAssertTrapCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'run', 'args' => [['type' => 'i32', 'value' => '0'], ['type' => 'i32', 'value' => '65516'], ['type' => 'i32', 'value' => '4294963200']]],
+ text: 'out of bounds memory access',
+ line: 3601,
+ );
+ }
+
+ #[Depends('testAssertTrap3418')]
+ public function testAssertReturn3419(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '198']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3604,
+ );
+ }
+
+ #[Depends('testAssertReturn3419')]
+ public function testAssertReturn3420(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '397']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3605,
+ );
+ }
+
+ #[Depends('testAssertReturn3420')]
+ public function testAssertReturn3421(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '596']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3606,
+ );
+ }
+
+ #[Depends('testAssertReturn3421')]
+ public function testAssertReturn3422(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '795']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3607,
+ );
+ }
+
+ #[Depends('testAssertReturn3422')]
+ public function testAssertReturn3423(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '994']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3608,
+ );
+ }
+
+ #[Depends('testAssertReturn3423')]
+ public function testAssertReturn3424(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1193']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3609,
+ );
+ }
+
+ #[Depends('testAssertReturn3424')]
+ public function testAssertReturn3425(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1392']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3610,
+ );
+ }
+
+ #[Depends('testAssertReturn3425')]
+ public function testAssertReturn3426(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1591']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3611,
+ );
+ }
+
+ #[Depends('testAssertReturn3426')]
+ public function testAssertReturn3427(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1790']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3612,
+ );
+ }
+
+ #[Depends('testAssertReturn3427')]
+ public function testAssertReturn3428(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1989']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3613,
+ );
+ }
+
+ #[Depends('testAssertReturn3428')]
+ public function testAssertReturn3429(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2188']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3614,
+ );
+ }
+
+ #[Depends('testAssertReturn3429')]
+ public function testAssertReturn3430(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2387']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3615,
+ );
+ }
+
+ #[Depends('testAssertReturn3430')]
+ public function testAssertReturn3431(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2586']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3616,
+ );
+ }
+
+ #[Depends('testAssertReturn3431')]
+ public function testAssertReturn3432(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2785']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3617,
+ );
+ }
+
+ #[Depends('testAssertReturn3432')]
+ public function testAssertReturn3433(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2984']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3618,
+ );
+ }
+
+ #[Depends('testAssertReturn3433')]
+ public function testAssertReturn3434(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3183']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3619,
+ );
+ }
+
+ #[Depends('testAssertReturn3434')]
+ public function testAssertReturn3435(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3382']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3620,
+ );
+ }
+
+ #[Depends('testAssertReturn3435')]
+ public function testAssertReturn3436(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3581']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3621,
+ );
+ }
+
+ #[Depends('testAssertReturn3436')]
+ public function testAssertReturn3437(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3780']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3622,
+ );
+ }
+
+ #[Depends('testAssertReturn3437')]
+ public function testAssertReturn3438(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3979']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3623,
+ );
+ }
+
+ #[Depends('testAssertReturn3438')]
+ public function testAssertReturn3439(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4178']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3624,
+ );
+ }
+
+ #[Depends('testAssertReturn3439')]
+ public function testAssertReturn3440(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4377']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3625,
+ );
+ }
+
+ #[Depends('testAssertReturn3440')]
+ public function testAssertReturn3441(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4576']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3626,
+ );
+ }
+
+ #[Depends('testAssertReturn3441')]
+ public function testAssertReturn3442(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4775']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3627,
+ );
+ }
+
+ #[Depends('testAssertReturn3442')]
+ public function testAssertReturn3443(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4974']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3628,
+ );
+ }
+
+ #[Depends('testAssertReturn3443')]
+ public function testAssertReturn3444(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5173']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3629,
+ );
+ }
+
+ #[Depends('testAssertReturn3444')]
+ public function testAssertReturn3445(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5372']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3630,
+ );
+ }
+
+ #[Depends('testAssertReturn3445')]
+ public function testAssertReturn3446(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5571']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3631,
+ );
+ }
+
+ #[Depends('testAssertReturn3446')]
+ public function testAssertReturn3447(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5770']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3632,
+ );
+ }
+
+ #[Depends('testAssertReturn3447')]
+ public function testAssertReturn3448(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5969']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3633,
+ );
+ }
+
+ #[Depends('testAssertReturn3448')]
+ public function testAssertReturn3449(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6168']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3634,
+ );
+ }
+
+ #[Depends('testAssertReturn3449')]
+ public function testAssertReturn3450(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6367']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3635,
+ );
+ }
+
+ #[Depends('testAssertReturn3450')]
+ public function testAssertReturn3451(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6566']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3636,
+ );
+ }
+
+ #[Depends('testAssertReturn3451')]
+ public function testAssertReturn3452(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6765']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3637,
+ );
+ }
+
+ #[Depends('testAssertReturn3452')]
+ public function testAssertReturn3453(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6964']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3638,
+ );
+ }
+
+ #[Depends('testAssertReturn3453')]
+ public function testAssertReturn3454(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7163']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3639,
+ );
+ }
+
+ #[Depends('testAssertReturn3454')]
+ public function testAssertReturn3455(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7362']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3640,
+ );
+ }
+
+ #[Depends('testAssertReturn3455')]
+ public function testAssertReturn3456(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7561']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3641,
+ );
+ }
+
+ #[Depends('testAssertReturn3456')]
+ public function testAssertReturn3457(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7760']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3642,
+ );
+ }
+
+ #[Depends('testAssertReturn3457')]
+ public function testAssertReturn3458(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7959']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3643,
+ );
+ }
+
+ #[Depends('testAssertReturn3458')]
+ public function testAssertReturn3459(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8158']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3644,
+ );
+ }
+
+ #[Depends('testAssertReturn3459')]
+ public function testAssertReturn3460(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8357']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3645,
+ );
+ }
+
+ #[Depends('testAssertReturn3460')]
+ public function testAssertReturn3461(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8556']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3646,
+ );
+ }
+
+ #[Depends('testAssertReturn3461')]
+ public function testAssertReturn3462(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8755']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3647,
+ );
+ }
+
+ #[Depends('testAssertReturn3462')]
+ public function testAssertReturn3463(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8954']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3648,
+ );
+ }
+
+ #[Depends('testAssertReturn3463')]
+ public function testAssertReturn3464(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9153']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3649,
+ );
+ }
+
+ #[Depends('testAssertReturn3464')]
+ public function testAssertReturn3465(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9352']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3650,
+ );
+ }
+
+ #[Depends('testAssertReturn3465')]
+ public function testAssertReturn3466(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9551']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3651,
+ );
+ }
+
+ #[Depends('testAssertReturn3466')]
+ public function testAssertReturn3467(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9750']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3652,
+ );
+ }
+
+ #[Depends('testAssertReturn3467')]
+ public function testAssertReturn3468(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9949']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3653,
+ );
+ }
+
+ #[Depends('testAssertReturn3468')]
+ public function testAssertReturn3469(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10148']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3654,
+ );
+ }
+
+ #[Depends('testAssertReturn3469')]
+ public function testAssertReturn3470(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10347']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3655,
+ );
+ }
+
+ #[Depends('testAssertReturn3470')]
+ public function testAssertReturn3471(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10546']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3656,
+ );
+ }
+
+ #[Depends('testAssertReturn3471')]
+ public function testAssertReturn3472(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10745']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3657,
+ );
+ }
+
+ #[Depends('testAssertReturn3472')]
+ public function testAssertReturn3473(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10944']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3658,
+ );
+ }
+
+ #[Depends('testAssertReturn3473')]
+ public function testAssertReturn3474(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11143']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3659,
+ );
+ }
+
+ #[Depends('testAssertReturn3474')]
+ public function testAssertReturn3475(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11342']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3660,
+ );
+ }
+
+ #[Depends('testAssertReturn3475')]
+ public function testAssertReturn3476(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11541']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3661,
+ );
+ }
+
+ #[Depends('testAssertReturn3476')]
+ public function testAssertReturn3477(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11740']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3662,
+ );
+ }
+
+ #[Depends('testAssertReturn3477')]
+ public function testAssertReturn3478(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11939']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3663,
+ );
+ }
+
+ #[Depends('testAssertReturn3478')]
+ public function testAssertReturn3479(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12138']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3664,
+ );
+ }
+
+ #[Depends('testAssertReturn3479')]
+ public function testAssertReturn3480(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12337']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3665,
+ );
+ }
+
+ #[Depends('testAssertReturn3480')]
+ public function testAssertReturn3481(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12536']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3666,
+ );
+ }
+
+ #[Depends('testAssertReturn3481')]
+ public function testAssertReturn3482(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12735']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3667,
+ );
+ }
+
+ #[Depends('testAssertReturn3482')]
+ public function testAssertReturn3483(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12934']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3668,
+ );
+ }
+
+ #[Depends('testAssertReturn3483')]
+ public function testAssertReturn3484(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13133']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3669,
+ );
+ }
+
+ #[Depends('testAssertReturn3484')]
+ public function testAssertReturn3485(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13332']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3670,
+ );
+ }
+
+ #[Depends('testAssertReturn3485')]
+ public function testAssertReturn3486(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13531']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3671,
+ );
+ }
+
+ #[Depends('testAssertReturn3486')]
+ public function testAssertReturn3487(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13730']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3672,
+ );
+ }
+
+ #[Depends('testAssertReturn3487')]
+ public function testAssertReturn3488(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13929']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3673,
+ );
+ }
+
+ #[Depends('testAssertReturn3488')]
+ public function testAssertReturn3489(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14128']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3674,
+ );
+ }
+
+ #[Depends('testAssertReturn3489')]
+ public function testAssertReturn3490(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14327']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3675,
+ );
+ }
+
+ #[Depends('testAssertReturn3490')]
+ public function testAssertReturn3491(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14526']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3676,
+ );
+ }
+
+ #[Depends('testAssertReturn3491')]
+ public function testAssertReturn3492(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14725']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3677,
+ );
+ }
+
+ #[Depends('testAssertReturn3492')]
+ public function testAssertReturn3493(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14924']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3678,
+ );
+ }
+
+ #[Depends('testAssertReturn3493')]
+ public function testAssertReturn3494(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15123']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3679,
+ );
+ }
+
+ #[Depends('testAssertReturn3494')]
+ public function testAssertReturn3495(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15322']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3680,
+ );
+ }
+
+ #[Depends('testAssertReturn3495')]
+ public function testAssertReturn3496(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15521']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3681,
+ );
+ }
+
+ #[Depends('testAssertReturn3496')]
+ public function testAssertReturn3497(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15720']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3682,
+ );
+ }
+
+ #[Depends('testAssertReturn3497')]
+ public function testAssertReturn3498(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15919']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3683,
+ );
+ }
+
+ #[Depends('testAssertReturn3498')]
+ public function testAssertReturn3499(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16118']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3684,
+ );
+ }
+
+ #[Depends('testAssertReturn3499')]
+ public function testAssertReturn3500(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16317']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3685,
+ );
+ }
+
+ #[Depends('testAssertReturn3500')]
+ public function testAssertReturn3501(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16516']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3686,
+ );
+ }
+
+ #[Depends('testAssertReturn3501')]
+ public function testAssertReturn3502(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16715']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3687,
+ );
+ }
+
+ #[Depends('testAssertReturn3502')]
+ public function testAssertReturn3503(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16914']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3688,
+ );
+ }
+
+ #[Depends('testAssertReturn3503')]
+ public function testAssertReturn3504(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17113']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3689,
+ );
+ }
+
+ #[Depends('testAssertReturn3504')]
+ public function testAssertReturn3505(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17312']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3690,
+ );
+ }
+
+ #[Depends('testAssertReturn3505')]
+ public function testAssertReturn3506(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17511']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3691,
+ );
+ }
+
+ #[Depends('testAssertReturn3506')]
+ public function testAssertReturn3507(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17710']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3692,
+ );
+ }
+
+ #[Depends('testAssertReturn3507')]
+ public function testAssertReturn3508(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17909']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3693,
+ );
+ }
+
+ #[Depends('testAssertReturn3508')]
+ public function testAssertReturn3509(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18108']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3694,
+ );
+ }
+
+ #[Depends('testAssertReturn3509')]
+ public function testAssertReturn3510(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18307']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3695,
+ );
+ }
+
+ #[Depends('testAssertReturn3510')]
+ public function testAssertReturn3511(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18506']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3696,
+ );
+ }
+
+ #[Depends('testAssertReturn3511')]
+ public function testAssertReturn3512(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18705']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3697,
+ );
+ }
+
+ #[Depends('testAssertReturn3512')]
+ public function testAssertReturn3513(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18904']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3698,
+ );
+ }
+
+ #[Depends('testAssertReturn3513')]
+ public function testAssertReturn3514(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19103']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3699,
+ );
+ }
+
+ #[Depends('testAssertReturn3514')]
+ public function testAssertReturn3515(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19302']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3700,
+ );
+ }
+
+ #[Depends('testAssertReturn3515')]
+ public function testAssertReturn3516(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19501']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3701,
+ );
+ }
+
+ #[Depends('testAssertReturn3516')]
+ public function testAssertReturn3517(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19700']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3702,
+ );
+ }
+
+ #[Depends('testAssertReturn3517')]
+ public function testAssertReturn3518(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19899']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3703,
+ );
+ }
+
+ #[Depends('testAssertReturn3518')]
+ public function testAssertReturn3519(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20098']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3704,
+ );
+ }
+
+ #[Depends('testAssertReturn3519')]
+ public function testAssertReturn3520(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20297']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3705,
+ );
+ }
+
+ #[Depends('testAssertReturn3520')]
+ public function testAssertReturn3521(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20496']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3706,
+ );
+ }
+
+ #[Depends('testAssertReturn3521')]
+ public function testAssertReturn3522(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20695']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3707,
+ );
+ }
+
+ #[Depends('testAssertReturn3522')]
+ public function testAssertReturn3523(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20894']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3708,
+ );
+ }
+
+ #[Depends('testAssertReturn3523')]
+ public function testAssertReturn3524(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21093']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3709,
+ );
+ }
+
+ #[Depends('testAssertReturn3524')]
+ public function testAssertReturn3525(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21292']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3710,
+ );
+ }
+
+ #[Depends('testAssertReturn3525')]
+ public function testAssertReturn3526(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21491']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3711,
+ );
+ }
+
+ #[Depends('testAssertReturn3526')]
+ public function testAssertReturn3527(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21690']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3712,
+ );
+ }
+
+ #[Depends('testAssertReturn3527')]
+ public function testAssertReturn3528(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21889']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3713,
+ );
+ }
+
+ #[Depends('testAssertReturn3528')]
+ public function testAssertReturn3529(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22088']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3714,
+ );
+ }
+
+ #[Depends('testAssertReturn3529')]
+ public function testAssertReturn3530(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22287']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3715,
+ );
+ }
+
+ #[Depends('testAssertReturn3530')]
+ public function testAssertReturn3531(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22486']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3716,
+ );
+ }
+
+ #[Depends('testAssertReturn3531')]
+ public function testAssertReturn3532(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22685']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3717,
+ );
+ }
+
+ #[Depends('testAssertReturn3532')]
+ public function testAssertReturn3533(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22884']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3718,
+ );
+ }
+
+ #[Depends('testAssertReturn3533')]
+ public function testAssertReturn3534(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23083']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3719,
+ );
+ }
+
+ #[Depends('testAssertReturn3534')]
+ public function testAssertReturn3535(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23282']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3720,
+ );
+ }
+
+ #[Depends('testAssertReturn3535')]
+ public function testAssertReturn3536(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23481']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3721,
+ );
+ }
+
+ #[Depends('testAssertReturn3536')]
+ public function testAssertReturn3537(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23680']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3722,
+ );
+ }
+
+ #[Depends('testAssertReturn3537')]
+ public function testAssertReturn3538(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23879']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3723,
+ );
+ }
+
+ #[Depends('testAssertReturn3538')]
+ public function testAssertReturn3539(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24078']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3724,
+ );
+ }
+
+ #[Depends('testAssertReturn3539')]
+ public function testAssertReturn3540(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24277']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3725,
+ );
+ }
+
+ #[Depends('testAssertReturn3540')]
+ public function testAssertReturn3541(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24476']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3726,
+ );
+ }
+
+ #[Depends('testAssertReturn3541')]
+ public function testAssertReturn3542(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24675']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3727,
+ );
+ }
+
+ #[Depends('testAssertReturn3542')]
+ public function testAssertReturn3543(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24874']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3728,
+ );
+ }
+
+ #[Depends('testAssertReturn3543')]
+ public function testAssertReturn3544(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25073']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3729,
+ );
+ }
+
+ #[Depends('testAssertReturn3544')]
+ public function testAssertReturn3545(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25272']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3730,
+ );
+ }
+
+ #[Depends('testAssertReturn3545')]
+ public function testAssertReturn3546(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25471']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3731,
+ );
+ }
+
+ #[Depends('testAssertReturn3546')]
+ public function testAssertReturn3547(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25670']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3732,
+ );
+ }
+
+ #[Depends('testAssertReturn3547')]
+ public function testAssertReturn3548(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25869']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3733,
+ );
+ }
+
+ #[Depends('testAssertReturn3548')]
+ public function testAssertReturn3549(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26068']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3734,
+ );
+ }
+
+ #[Depends('testAssertReturn3549')]
+ public function testAssertReturn3550(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26267']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3735,
+ );
+ }
+
+ #[Depends('testAssertReturn3550')]
+ public function testAssertReturn3551(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26466']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3736,
+ );
+ }
+
+ #[Depends('testAssertReturn3551')]
+ public function testAssertReturn3552(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26665']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3737,
+ );
+ }
+
+ #[Depends('testAssertReturn3552')]
+ public function testAssertReturn3553(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26864']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3738,
+ );
+ }
+
+ #[Depends('testAssertReturn3553')]
+ public function testAssertReturn3554(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27063']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3739,
+ );
+ }
+
+ #[Depends('testAssertReturn3554')]
+ public function testAssertReturn3555(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27262']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3740,
+ );
+ }
+
+ #[Depends('testAssertReturn3555')]
+ public function testAssertReturn3556(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27461']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3741,
+ );
+ }
+
+ #[Depends('testAssertReturn3556')]
+ public function testAssertReturn3557(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27660']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3742,
+ );
+ }
+
+ #[Depends('testAssertReturn3557')]
+ public function testAssertReturn3558(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27859']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3743,
+ );
+ }
+
+ #[Depends('testAssertReturn3558')]
+ public function testAssertReturn3559(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28058']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3744,
+ );
+ }
+
+ #[Depends('testAssertReturn3559')]
+ public function testAssertReturn3560(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28257']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3745,
+ );
+ }
+
+ #[Depends('testAssertReturn3560')]
+ public function testAssertReturn3561(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28456']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3746,
+ );
+ }
+
+ #[Depends('testAssertReturn3561')]
+ public function testAssertReturn3562(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28655']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3747,
+ );
+ }
+
+ #[Depends('testAssertReturn3562')]
+ public function testAssertReturn3563(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28854']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3748,
+ );
+ }
+
+ #[Depends('testAssertReturn3563')]
+ public function testAssertReturn3564(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29053']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3749,
+ );
+ }
+
+ #[Depends('testAssertReturn3564')]
+ public function testAssertReturn3565(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29252']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3750,
+ );
+ }
+
+ #[Depends('testAssertReturn3565')]
+ public function testAssertReturn3566(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29451']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3751,
+ );
+ }
+
+ #[Depends('testAssertReturn3566')]
+ public function testAssertReturn3567(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29650']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3752,
+ );
+ }
+
+ #[Depends('testAssertReturn3567')]
+ public function testAssertReturn3568(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29849']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3753,
+ );
+ }
+
+ #[Depends('testAssertReturn3568')]
+ public function testAssertReturn3569(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30048']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3754,
+ );
+ }
+
+ #[Depends('testAssertReturn3569')]
+ public function testAssertReturn3570(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30247']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3755,
+ );
+ }
+
+ #[Depends('testAssertReturn3570')]
+ public function testAssertReturn3571(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30446']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3756,
+ );
+ }
+
+ #[Depends('testAssertReturn3571')]
+ public function testAssertReturn3572(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30645']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3757,
+ );
+ }
+
+ #[Depends('testAssertReturn3572')]
+ public function testAssertReturn3573(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30844']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3758,
+ );
+ }
+
+ #[Depends('testAssertReturn3573')]
+ public function testAssertReturn3574(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31043']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3759,
+ );
+ }
+
+ #[Depends('testAssertReturn3574')]
+ public function testAssertReturn3575(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31242']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3760,
+ );
+ }
+
+ #[Depends('testAssertReturn3575')]
+ public function testAssertReturn3576(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31441']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3761,
+ );
+ }
+
+ #[Depends('testAssertReturn3576')]
+ public function testAssertReturn3577(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31640']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3762,
+ );
+ }
+
+ #[Depends('testAssertReturn3577')]
+ public function testAssertReturn3578(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31839']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3763,
+ );
+ }
+
+ #[Depends('testAssertReturn3578')]
+ public function testAssertReturn3579(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32038']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3764,
+ );
+ }
+
+ #[Depends('testAssertReturn3579')]
+ public function testAssertReturn3580(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32237']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3765,
+ );
+ }
+
+ #[Depends('testAssertReturn3580')]
+ public function testAssertReturn3581(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32436']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3766,
+ );
+ }
+
+ #[Depends('testAssertReturn3581')]
+ public function testAssertReturn3582(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32635']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3767,
+ );
+ }
+
+ #[Depends('testAssertReturn3582')]
+ public function testAssertReturn3583(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32834']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3768,
+ );
+ }
+
+ #[Depends('testAssertReturn3583')]
+ public function testAssertReturn3584(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33033']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3769,
+ );
+ }
+
+ #[Depends('testAssertReturn3584')]
+ public function testAssertReturn3585(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33232']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3770,
+ );
+ }
+
+ #[Depends('testAssertReturn3585')]
+ public function testAssertReturn3586(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33431']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3771,
+ );
+ }
+
+ #[Depends('testAssertReturn3586')]
+ public function testAssertReturn3587(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33630']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3772,
+ );
+ }
+
+ #[Depends('testAssertReturn3587')]
+ public function testAssertReturn3588(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33829']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3773,
+ );
+ }
+
+ #[Depends('testAssertReturn3588')]
+ public function testAssertReturn3589(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34028']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3774,
+ );
+ }
+
+ #[Depends('testAssertReturn3589')]
+ public function testAssertReturn3590(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34227']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3775,
+ );
+ }
+
+ #[Depends('testAssertReturn3590')]
+ public function testAssertReturn3591(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34426']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3776,
+ );
+ }
+
+ #[Depends('testAssertReturn3591')]
+ public function testAssertReturn3592(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34625']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3777,
+ );
+ }
+
+ #[Depends('testAssertReturn3592')]
+ public function testAssertReturn3593(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34824']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3778,
+ );
+ }
+
+ #[Depends('testAssertReturn3593')]
+ public function testAssertReturn3594(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35023']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3779,
+ );
+ }
+
+ #[Depends('testAssertReturn3594')]
+ public function testAssertReturn3595(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35222']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3780,
+ );
+ }
+
+ #[Depends('testAssertReturn3595')]
+ public function testAssertReturn3596(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35421']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3781,
+ );
+ }
+
+ #[Depends('testAssertReturn3596')]
+ public function testAssertReturn3597(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35620']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3782,
+ );
+ }
+
+ #[Depends('testAssertReturn3597')]
+ public function testAssertReturn3598(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35819']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3783,
+ );
+ }
+
+ #[Depends('testAssertReturn3598')]
+ public function testAssertReturn3599(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36018']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3784,
+ );
+ }
+
+ #[Depends('testAssertReturn3599')]
+ public function testAssertReturn3600(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36217']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3785,
+ );
+ }
+
+ #[Depends('testAssertReturn3600')]
+ public function testAssertReturn3601(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36416']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3786,
+ );
+ }
+
+ #[Depends('testAssertReturn3601')]
+ public function testAssertReturn3602(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36615']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3787,
+ );
+ }
+
+ #[Depends('testAssertReturn3602')]
+ public function testAssertReturn3603(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36814']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3788,
+ );
+ }
+
+ #[Depends('testAssertReturn3603')]
+ public function testAssertReturn3604(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37013']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3789,
+ );
+ }
+
+ #[Depends('testAssertReturn3604')]
+ public function testAssertReturn3605(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37212']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3790,
+ );
+ }
+
+ #[Depends('testAssertReturn3605')]
+ public function testAssertReturn3606(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37411']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3791,
+ );
+ }
+
+ #[Depends('testAssertReturn3606')]
+ public function testAssertReturn3607(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37610']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3792,
+ );
+ }
+
+ #[Depends('testAssertReturn3607')]
+ public function testAssertReturn3608(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37809']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3793,
+ );
+ }
+
+ #[Depends('testAssertReturn3608')]
+ public function testAssertReturn3609(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38008']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3794,
+ );
+ }
+
+ #[Depends('testAssertReturn3609')]
+ public function testAssertReturn3610(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38207']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3795,
+ );
+ }
+
+ #[Depends('testAssertReturn3610')]
+ public function testAssertReturn3611(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38406']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3796,
+ );
+ }
+
+ #[Depends('testAssertReturn3611')]
+ public function testAssertReturn3612(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38605']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3797,
+ );
+ }
+
+ #[Depends('testAssertReturn3612')]
+ public function testAssertReturn3613(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38804']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3798,
+ );
+ }
+
+ #[Depends('testAssertReturn3613')]
+ public function testAssertReturn3614(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39003']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3799,
+ );
+ }
+
+ #[Depends('testAssertReturn3614')]
+ public function testAssertReturn3615(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39202']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3800,
+ );
+ }
+
+ #[Depends('testAssertReturn3615')]
+ public function testAssertReturn3616(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39401']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3801,
+ );
+ }
+
+ #[Depends('testAssertReturn3616')]
+ public function testAssertReturn3617(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39600']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3802,
+ );
+ }
+
+ #[Depends('testAssertReturn3617')]
+ public function testAssertReturn3618(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39799']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3803,
+ );
+ }
+
+ #[Depends('testAssertReturn3618')]
+ public function testAssertReturn3619(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39998']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3804,
+ );
+ }
+
+ #[Depends('testAssertReturn3619')]
+ public function testAssertReturn3620(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40197']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3805,
+ );
+ }
+
+ #[Depends('testAssertReturn3620')]
+ public function testAssertReturn3621(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40396']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3806,
+ );
+ }
+
+ #[Depends('testAssertReturn3621')]
+ public function testAssertReturn3622(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40595']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3807,
+ );
+ }
+
+ #[Depends('testAssertReturn3622')]
+ public function testAssertReturn3623(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40794']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3808,
+ );
+ }
+
+ #[Depends('testAssertReturn3623')]
+ public function testAssertReturn3624(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40993']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3809,
+ );
+ }
+
+ #[Depends('testAssertReturn3624')]
+ public function testAssertReturn3625(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41192']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3810,
+ );
+ }
+
+ #[Depends('testAssertReturn3625')]
+ public function testAssertReturn3626(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41391']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3811,
+ );
+ }
+
+ #[Depends('testAssertReturn3626')]
+ public function testAssertReturn3627(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41590']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3812,
+ );
+ }
+
+ #[Depends('testAssertReturn3627')]
+ public function testAssertReturn3628(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41789']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3813,
+ );
+ }
+
+ #[Depends('testAssertReturn3628')]
+ public function testAssertReturn3629(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41988']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3814,
+ );
+ }
+
+ #[Depends('testAssertReturn3629')]
+ public function testAssertReturn3630(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42187']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3815,
+ );
+ }
+
+ #[Depends('testAssertReturn3630')]
+ public function testAssertReturn3631(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42386']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3816,
+ );
+ }
+
+ #[Depends('testAssertReturn3631')]
+ public function testAssertReturn3632(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42585']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3817,
+ );
+ }
+
+ #[Depends('testAssertReturn3632')]
+ public function testAssertReturn3633(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42784']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3818,
+ );
+ }
+
+ #[Depends('testAssertReturn3633')]
+ public function testAssertReturn3634(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42983']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3819,
+ );
+ }
+
+ #[Depends('testAssertReturn3634')]
+ public function testAssertReturn3635(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43182']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3820,
+ );
+ }
+
+ #[Depends('testAssertReturn3635')]
+ public function testAssertReturn3636(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43381']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3821,
+ );
+ }
+
+ #[Depends('testAssertReturn3636')]
+ public function testAssertReturn3637(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43580']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3822,
+ );
+ }
+
+ #[Depends('testAssertReturn3637')]
+ public function testAssertReturn3638(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43779']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3823,
+ );
+ }
+
+ #[Depends('testAssertReturn3638')]
+ public function testAssertReturn3639(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43978']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3824,
+ );
+ }
+
+ #[Depends('testAssertReturn3639')]
+ public function testAssertReturn3640(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44177']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3825,
+ );
+ }
+
+ #[Depends('testAssertReturn3640')]
+ public function testAssertReturn3641(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44376']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3826,
+ );
+ }
+
+ #[Depends('testAssertReturn3641')]
+ public function testAssertReturn3642(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44575']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3827,
+ );
+ }
+
+ #[Depends('testAssertReturn3642')]
+ public function testAssertReturn3643(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44774']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3828,
+ );
+ }
+
+ #[Depends('testAssertReturn3643')]
+ public function testAssertReturn3644(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44973']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3829,
+ );
+ }
+
+ #[Depends('testAssertReturn3644')]
+ public function testAssertReturn3645(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45172']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3830,
+ );
+ }
+
+ #[Depends('testAssertReturn3645')]
+ public function testAssertReturn3646(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45371']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3831,
+ );
+ }
+
+ #[Depends('testAssertReturn3646')]
+ public function testAssertReturn3647(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45570']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3832,
+ );
+ }
+
+ #[Depends('testAssertReturn3647')]
+ public function testAssertReturn3648(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45769']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3833,
+ );
+ }
+
+ #[Depends('testAssertReturn3648')]
+ public function testAssertReturn3649(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45968']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3834,
+ );
+ }
+
+ #[Depends('testAssertReturn3649')]
+ public function testAssertReturn3650(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46167']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3835,
+ );
+ }
+
+ #[Depends('testAssertReturn3650')]
+ public function testAssertReturn3651(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46366']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3836,
+ );
+ }
+
+ #[Depends('testAssertReturn3651')]
+ public function testAssertReturn3652(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46565']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3837,
+ );
+ }
+
+ #[Depends('testAssertReturn3652')]
+ public function testAssertReturn3653(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46764']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3838,
+ );
+ }
+
+ #[Depends('testAssertReturn3653')]
+ public function testAssertReturn3654(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46963']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3839,
+ );
+ }
+
+ #[Depends('testAssertReturn3654')]
+ public function testAssertReturn3655(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47162']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3840,
+ );
+ }
+
+ #[Depends('testAssertReturn3655')]
+ public function testAssertReturn3656(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47361']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3841,
+ );
+ }
+
+ #[Depends('testAssertReturn3656')]
+ public function testAssertReturn3657(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47560']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3842,
+ );
+ }
+
+ #[Depends('testAssertReturn3657')]
+ public function testAssertReturn3658(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47759']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3843,
+ );
+ }
+
+ #[Depends('testAssertReturn3658')]
+ public function testAssertReturn3659(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47958']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3844,
+ );
+ }
+
+ #[Depends('testAssertReturn3659')]
+ public function testAssertReturn3660(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48157']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3845,
+ );
+ }
+
+ #[Depends('testAssertReturn3660')]
+ public function testAssertReturn3661(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48356']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3846,
+ );
+ }
+
+ #[Depends('testAssertReturn3661')]
+ public function testAssertReturn3662(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48555']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3847,
+ );
+ }
+
+ #[Depends('testAssertReturn3662')]
+ public function testAssertReturn3663(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48754']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3848,
+ );
+ }
+
+ #[Depends('testAssertReturn3663')]
+ public function testAssertReturn3664(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48953']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3849,
+ );
+ }
+
+ #[Depends('testAssertReturn3664')]
+ public function testAssertReturn3665(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49152']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3850,
+ );
+ }
+
+ #[Depends('testAssertReturn3665')]
+ public function testAssertReturn3666(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49351']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3851,
+ );
+ }
+
+ #[Depends('testAssertReturn3666')]
+ public function testAssertReturn3667(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49550']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3852,
+ );
+ }
+
+ #[Depends('testAssertReturn3667')]
+ public function testAssertReturn3668(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49749']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3853,
+ );
+ }
+
+ #[Depends('testAssertReturn3668')]
+ public function testAssertReturn3669(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49948']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3854,
+ );
+ }
+
+ #[Depends('testAssertReturn3669')]
+ public function testAssertReturn3670(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50147']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3855,
+ );
+ }
+
+ #[Depends('testAssertReturn3670')]
+ public function testAssertReturn3671(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50346']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3856,
+ );
+ }
+
+ #[Depends('testAssertReturn3671')]
+ public function testAssertReturn3672(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50545']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3857,
+ );
+ }
+
+ #[Depends('testAssertReturn3672')]
+ public function testAssertReturn3673(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50744']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3858,
+ );
+ }
+
+ #[Depends('testAssertReturn3673')]
+ public function testAssertReturn3674(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50943']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3859,
+ );
+ }
+
+ #[Depends('testAssertReturn3674')]
+ public function testAssertReturn3675(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51142']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3860,
+ );
+ }
+
+ #[Depends('testAssertReturn3675')]
+ public function testAssertReturn3676(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51341']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3861,
+ );
+ }
+
+ #[Depends('testAssertReturn3676')]
+ public function testAssertReturn3677(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51540']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3862,
+ );
+ }
+
+ #[Depends('testAssertReturn3677')]
+ public function testAssertReturn3678(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51739']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3863,
+ );
+ }
+
+ #[Depends('testAssertReturn3678')]
+ public function testAssertReturn3679(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51938']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3864,
+ );
+ }
+
+ #[Depends('testAssertReturn3679')]
+ public function testAssertReturn3680(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52137']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3865,
+ );
+ }
+
+ #[Depends('testAssertReturn3680')]
+ public function testAssertReturn3681(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52336']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3866,
+ );
+ }
+
+ #[Depends('testAssertReturn3681')]
+ public function testAssertReturn3682(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52535']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3867,
+ );
+ }
+
+ #[Depends('testAssertReturn3682')]
+ public function testAssertReturn3683(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52734']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3868,
+ );
+ }
+
+ #[Depends('testAssertReturn3683')]
+ public function testAssertReturn3684(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52933']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3869,
+ );
+ }
+
+ #[Depends('testAssertReturn3684')]
+ public function testAssertReturn3685(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53132']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3870,
+ );
+ }
+
+ #[Depends('testAssertReturn3685')]
+ public function testAssertReturn3686(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53331']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3871,
+ );
+ }
+
+ #[Depends('testAssertReturn3686')]
+ public function testAssertReturn3687(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53530']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3872,
+ );
+ }
+
+ #[Depends('testAssertReturn3687')]
+ public function testAssertReturn3688(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53729']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3873,
+ );
+ }
+
+ #[Depends('testAssertReturn3688')]
+ public function testAssertReturn3689(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53928']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3874,
+ );
+ }
+
+ #[Depends('testAssertReturn3689')]
+ public function testAssertReturn3690(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54127']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3875,
+ );
+ }
+
+ #[Depends('testAssertReturn3690')]
+ public function testAssertReturn3691(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54326']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3876,
+ );
+ }
+
+ #[Depends('testAssertReturn3691')]
+ public function testAssertReturn3692(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54525']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3877,
+ );
+ }
+
+ #[Depends('testAssertReturn3692')]
+ public function testAssertReturn3693(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54724']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3878,
+ );
+ }
+
+ #[Depends('testAssertReturn3693')]
+ public function testAssertReturn3694(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54923']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3879,
+ );
+ }
+
+ #[Depends('testAssertReturn3694')]
+ public function testAssertReturn3695(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55122']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3880,
+ );
+ }
+
+ #[Depends('testAssertReturn3695')]
+ public function testAssertReturn3696(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55321']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3881,
+ );
+ }
+
+ #[Depends('testAssertReturn3696')]
+ public function testAssertReturn3697(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55520']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3882,
+ );
+ }
+
+ #[Depends('testAssertReturn3697')]
+ public function testAssertReturn3698(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55719']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3883,
+ );
+ }
+
+ #[Depends('testAssertReturn3698')]
+ public function testAssertReturn3699(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55918']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3884,
+ );
+ }
+
+ #[Depends('testAssertReturn3699')]
+ public function testAssertReturn3700(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56117']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3885,
+ );
+ }
+
+ #[Depends('testAssertReturn3700')]
+ public function testAssertReturn3701(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56316']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3886,
+ );
+ }
+
+ #[Depends('testAssertReturn3701')]
+ public function testAssertReturn3702(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56515']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3887,
+ );
+ }
+
+ #[Depends('testAssertReturn3702')]
+ public function testAssertReturn3703(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56714']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3888,
+ );
+ }
+
+ #[Depends('testAssertReturn3703')]
+ public function testAssertReturn3704(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56913']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3889,
+ );
+ }
+
+ #[Depends('testAssertReturn3704')]
+ public function testAssertReturn3705(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57112']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3890,
+ );
+ }
+
+ #[Depends('testAssertReturn3705')]
+ public function testAssertReturn3706(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57311']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3891,
+ );
+ }
+
+ #[Depends('testAssertReturn3706')]
+ public function testAssertReturn3707(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57510']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3892,
+ );
+ }
+
+ #[Depends('testAssertReturn3707')]
+ public function testAssertReturn3708(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57709']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3893,
+ );
+ }
+
+ #[Depends('testAssertReturn3708')]
+ public function testAssertReturn3709(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57908']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3894,
+ );
+ }
+
+ #[Depends('testAssertReturn3709')]
+ public function testAssertReturn3710(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58107']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3895,
+ );
+ }
+
+ #[Depends('testAssertReturn3710')]
+ public function testAssertReturn3711(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58306']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3896,
+ );
+ }
+
+ #[Depends('testAssertReturn3711')]
+ public function testAssertReturn3712(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58505']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3897,
+ );
+ }
+
+ #[Depends('testAssertReturn3712')]
+ public function testAssertReturn3713(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58704']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3898,
+ );
+ }
+
+ #[Depends('testAssertReturn3713')]
+ public function testAssertReturn3714(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58903']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3899,
+ );
+ }
+
+ #[Depends('testAssertReturn3714')]
+ public function testAssertReturn3715(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59102']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3900,
+ );
+ }
+
+ #[Depends('testAssertReturn3715')]
+ public function testAssertReturn3716(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59301']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3901,
+ );
+ }
+
+ #[Depends('testAssertReturn3716')]
+ public function testAssertReturn3717(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59500']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3902,
+ );
+ }
+
+ #[Depends('testAssertReturn3717')]
+ public function testAssertReturn3718(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59699']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3903,
+ );
+ }
+
+ #[Depends('testAssertReturn3718')]
+ public function testAssertReturn3719(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59898']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3904,
+ );
+ }
+
+ #[Depends('testAssertReturn3719')]
+ public function testAssertReturn3720(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60097']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3905,
+ );
+ }
+
+ #[Depends('testAssertReturn3720')]
+ public function testAssertReturn3721(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60296']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3906,
+ );
+ }
+
+ #[Depends('testAssertReturn3721')]
+ public function testAssertReturn3722(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60495']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3907,
+ );
+ }
+
+ #[Depends('testAssertReturn3722')]
+ public function testAssertReturn3723(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60694']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3908,
+ );
+ }
+
+ #[Depends('testAssertReturn3723')]
+ public function testAssertReturn3724(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60893']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3909,
+ );
+ }
+
+ #[Depends('testAssertReturn3724')]
+ public function testAssertReturn3725(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61092']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3910,
+ );
+ }
+
+ #[Depends('testAssertReturn3725')]
+ public function testAssertReturn3726(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61291']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3911,
+ );
+ }
+
+ #[Depends('testAssertReturn3726')]
+ public function testAssertReturn3727(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61490']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3912,
+ );
+ }
+
+ #[Depends('testAssertReturn3727')]
+ public function testAssertReturn3728(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61689']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3913,
+ );
+ }
+
+ #[Depends('testAssertReturn3728')]
+ public function testAssertReturn3729(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61888']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3914,
+ );
+ }
+
+ #[Depends('testAssertReturn3729')]
+ public function testAssertReturn3730(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62087']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3915,
+ );
+ }
+
+ #[Depends('testAssertReturn3730')]
+ public function testAssertReturn3731(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62286']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3916,
+ );
+ }
+
+ #[Depends('testAssertReturn3731')]
+ public function testAssertReturn3732(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62485']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3917,
+ );
+ }
+
+ #[Depends('testAssertReturn3732')]
+ public function testAssertReturn3733(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62684']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3918,
+ );
+ }
+
+ #[Depends('testAssertReturn3733')]
+ public function testAssertReturn3734(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62883']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3919,
+ );
+ }
+
+ #[Depends('testAssertReturn3734')]
+ public function testAssertReturn3735(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63082']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3920,
+ );
+ }
+
+ #[Depends('testAssertReturn3735')]
+ public function testAssertReturn3736(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63281']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3921,
+ );
+ }
+
+ #[Depends('testAssertReturn3736')]
+ public function testAssertReturn3737(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63480']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3922,
+ );
+ }
+
+ #[Depends('testAssertReturn3737')]
+ public function testAssertReturn3738(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63679']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3923,
+ );
+ }
+
+ #[Depends('testAssertReturn3738')]
+ public function testAssertReturn3739(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63878']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3924,
+ );
+ }
+
+ #[Depends('testAssertReturn3739')]
+ public function testAssertReturn3740(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64077']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3925,
+ );
+ }
+
+ #[Depends('testAssertReturn3740')]
+ public function testAssertReturn3741(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64276']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3926,
+ );
+ }
+
+ #[Depends('testAssertReturn3741')]
+ public function testAssertReturn3742(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64475']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3927,
+ );
+ }
+
+ #[Depends('testAssertReturn3742')]
+ public function testAssertReturn3743(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64674']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3928,
+ );
+ }
+
+ #[Depends('testAssertReturn3743')]
+ public function testAssertReturn3744(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64873']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3929,
+ );
+ }
+
+ #[Depends('testAssertReturn3744')]
+ public function testAssertReturn3745(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65072']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3930,
+ );
+ }
+
+ #[Depends('testAssertReturn3745')]
+ public function testAssertReturn3746(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65271']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3931,
+ );
+ }
+
+ #[Depends('testAssertReturn3746')]
+ public function testAssertReturn3747(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65470']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3932,
+ );
+ }
+
+ #[Depends('testAssertReturn3747')]
+ public function testAssertReturn3748(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65516']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3933,
+ );
+ }
+
+ #[Depends('testAssertReturn3748')]
+ public function testAssertReturn3749(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65517']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 3934,
+ );
+ }
+
+ #[Depends('testAssertReturn3749')]
+ public function testAssertReturn3750(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65518']]],
+ expected: [['type' => 'i32', 'value' => '2']],
+ line: 3935,
+ );
+ }
+
+ #[Depends('testAssertReturn3750')]
+ public function testAssertReturn3751(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65519']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 3936,
+ );
+ }
+
+ #[Depends('testAssertReturn3751')]
+ public function testAssertReturn3752(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65520']]],
+ expected: [['type' => 'i32', 'value' => '4']],
+ line: 3937,
+ );
+ }
+
+ #[Depends('testAssertReturn3752')]
+ public function testAssertReturn3753(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65521']]],
+ expected: [['type' => 'i32', 'value' => '5']],
+ line: 3938,
+ );
+ }
+
+ #[Depends('testAssertReturn3753')]
+ public function testAssertReturn3754(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65522']]],
+ expected: [['type' => 'i32', 'value' => '6']],
+ line: 3939,
+ );
+ }
+
+ #[Depends('testAssertReturn3754')]
+ public function testAssertReturn3755(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65523']]],
+ expected: [['type' => 'i32', 'value' => '7']],
+ line: 3940,
+ );
+ }
+
+ #[Depends('testAssertReturn3755')]
+ public function testAssertReturn3756(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65524']]],
+ expected: [['type' => 'i32', 'value' => '8']],
+ line: 3941,
+ );
+ }
+
+ #[Depends('testAssertReturn3756')]
+ public function testAssertReturn3757(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65525']]],
+ expected: [['type' => 'i32', 'value' => '9']],
+ line: 3942,
+ );
+ }
+
+ #[Depends('testAssertReturn3757')]
+ public function testAssertReturn3758(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65526']]],
+ expected: [['type' => 'i32', 'value' => '10']],
+ line: 3943,
+ );
+ }
+
+ #[Depends('testAssertReturn3758')]
+ public function testAssertReturn3759(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65527']]],
+ expected: [['type' => 'i32', 'value' => '11']],
+ line: 3944,
+ );
+ }
+
+ #[Depends('testAssertReturn3759')]
+ public function testAssertReturn3760(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65528']]],
+ expected: [['type' => 'i32', 'value' => '12']],
+ line: 3945,
+ );
+ }
+
+ #[Depends('testAssertReturn3760')]
+ public function testAssertReturn3761(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65529']]],
+ expected: [['type' => 'i32', 'value' => '13']],
+ line: 3946,
+ );
+ }
+
+ #[Depends('testAssertReturn3761')]
+ public function testAssertReturn3762(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65530']]],
+ expected: [['type' => 'i32', 'value' => '14']],
+ line: 3947,
+ );
+ }
+
+ #[Depends('testAssertReturn3762')]
+ public function testAssertReturn3763(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65531']]],
+ expected: [['type' => 'i32', 'value' => '15']],
+ line: 3948,
+ );
+ }
+
+ #[Depends('testAssertReturn3763')]
+ public function testAssertReturn3764(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65532']]],
+ expected: [['type' => 'i32', 'value' => '16']],
+ line: 3949,
+ );
+ }
+
+ #[Depends('testAssertReturn3764')]
+ public function testAssertReturn3765(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65533']]],
+ expected: [['type' => 'i32', 'value' => '17']],
+ line: 3950,
+ );
+ }
+
+ #[Depends('testAssertReturn3765')]
+ public function testAssertReturn3766(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65534']]],
+ expected: [['type' => 'i32', 'value' => '18']],
+ line: 3951,
+ );
+ }
+
+ #[Depends('testAssertReturn3766')]
+ public function testAssertReturn3767(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65535']]],
+ expected: [['type' => 'i32', 'value' => '19']],
+ line: 3952,
+ );
+ }
+
+ #[Depends('testAssertReturn3767')]
+ public function testModule3768(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.18.wasm',
+ name: null,
+ line: 3954,
+ );
+ }
+
+ #[Depends('testModule3768')]
+ public function testAssertTrap3769(): void
+ {
+ $this->runAssertTrapCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'run', 'args' => [['type' => 'i32', 'value' => '65516'], ['type' => 'i32', 'value' => '61440'], ['type' => 'i32', 'value' => '4294967040']]],
+ text: 'out of bounds memory access',
+ line: 3962,
+ );
+ }
+
+ #[Depends('testAssertTrap3769')]
+ public function testAssertReturn3770(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '198']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3965,
+ );
+ }
+
+ #[Depends('testAssertReturn3770')]
+ public function testAssertReturn3771(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '397']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3966,
+ );
+ }
+
+ #[Depends('testAssertReturn3771')]
+ public function testAssertReturn3772(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '596']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3967,
+ );
+ }
+
+ #[Depends('testAssertReturn3772')]
+ public function testAssertReturn3773(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '795']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3968,
+ );
+ }
+
+ #[Depends('testAssertReturn3773')]
+ public function testAssertReturn3774(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '994']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3969,
+ );
+ }
+
+ #[Depends('testAssertReturn3774')]
+ public function testAssertReturn3775(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1193']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3970,
+ );
+ }
+
+ #[Depends('testAssertReturn3775')]
+ public function testAssertReturn3776(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1392']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3971,
+ );
+ }
+
+ #[Depends('testAssertReturn3776')]
+ public function testAssertReturn3777(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1591']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3972,
+ );
+ }
+
+ #[Depends('testAssertReturn3777')]
+ public function testAssertReturn3778(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1790']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3973,
+ );
+ }
+
+ #[Depends('testAssertReturn3778')]
+ public function testAssertReturn3779(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '1989']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3974,
+ );
+ }
+
+ #[Depends('testAssertReturn3779')]
+ public function testAssertReturn3780(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2188']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3975,
+ );
+ }
+
+ #[Depends('testAssertReturn3780')]
+ public function testAssertReturn3781(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2387']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3976,
+ );
+ }
+
+ #[Depends('testAssertReturn3781')]
+ public function testAssertReturn3782(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2586']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3977,
+ );
+ }
+
+ #[Depends('testAssertReturn3782')]
+ public function testAssertReturn3783(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2785']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3978,
+ );
+ }
+
+ #[Depends('testAssertReturn3783')]
+ public function testAssertReturn3784(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '2984']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3979,
+ );
+ }
+
+ #[Depends('testAssertReturn3784')]
+ public function testAssertReturn3785(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3183']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3980,
+ );
+ }
+
+ #[Depends('testAssertReturn3785')]
+ public function testAssertReturn3786(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3382']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3981,
+ );
+ }
+
+ #[Depends('testAssertReturn3786')]
+ public function testAssertReturn3787(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3581']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3982,
+ );
+ }
+
+ #[Depends('testAssertReturn3787')]
+ public function testAssertReturn3788(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3780']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3983,
+ );
+ }
+
+ #[Depends('testAssertReturn3788')]
+ public function testAssertReturn3789(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '3979']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3984,
+ );
+ }
+
+ #[Depends('testAssertReturn3789')]
+ public function testAssertReturn3790(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4178']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3985,
+ );
+ }
+
+ #[Depends('testAssertReturn3790')]
+ public function testAssertReturn3791(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4377']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3986,
+ );
+ }
+
+ #[Depends('testAssertReturn3791')]
+ public function testAssertReturn3792(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4576']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3987,
+ );
+ }
+
+ #[Depends('testAssertReturn3792')]
+ public function testAssertReturn3793(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4775']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3988,
+ );
+ }
+
+ #[Depends('testAssertReturn3793')]
+ public function testAssertReturn3794(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '4974']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3989,
+ );
+ }
+
+ #[Depends('testAssertReturn3794')]
+ public function testAssertReturn3795(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5173']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3990,
+ );
+ }
+
+ #[Depends('testAssertReturn3795')]
+ public function testAssertReturn3796(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5372']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3991,
+ );
+ }
+
+ #[Depends('testAssertReturn3796')]
+ public function testAssertReturn3797(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5571']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3992,
+ );
+ }
+
+ #[Depends('testAssertReturn3797')]
+ public function testAssertReturn3798(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5770']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3993,
+ );
+ }
+
+ #[Depends('testAssertReturn3798')]
+ public function testAssertReturn3799(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '5969']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3994,
+ );
+ }
+
+ #[Depends('testAssertReturn3799')]
+ public function testAssertReturn3800(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6168']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3995,
+ );
+ }
+
+ #[Depends('testAssertReturn3800')]
+ public function testAssertReturn3801(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6367']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3996,
+ );
+ }
+
+ #[Depends('testAssertReturn3801')]
+ public function testAssertReturn3802(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6566']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3997,
+ );
+ }
+
+ #[Depends('testAssertReturn3802')]
+ public function testAssertReturn3803(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6765']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3998,
+ );
+ }
+
+ #[Depends('testAssertReturn3803')]
+ public function testAssertReturn3804(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '6964']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 3999,
+ );
+ }
+
+ #[Depends('testAssertReturn3804')]
+ public function testAssertReturn3805(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7163']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4000,
+ );
+ }
+
+ #[Depends('testAssertReturn3805')]
+ public function testAssertReturn3806(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7362']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4001,
+ );
+ }
+
+ #[Depends('testAssertReturn3806')]
+ public function testAssertReturn3807(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7561']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4002,
+ );
+ }
+
+ #[Depends('testAssertReturn3807')]
+ public function testAssertReturn3808(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7760']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4003,
+ );
+ }
+
+ #[Depends('testAssertReturn3808')]
+ public function testAssertReturn3809(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '7959']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4004,
+ );
+ }
+
+ #[Depends('testAssertReturn3809')]
+ public function testAssertReturn3810(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8158']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4005,
+ );
+ }
+
+ #[Depends('testAssertReturn3810')]
+ public function testAssertReturn3811(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8357']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4006,
+ );
+ }
+
+ #[Depends('testAssertReturn3811')]
+ public function testAssertReturn3812(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8556']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4007,
+ );
+ }
+
+ #[Depends('testAssertReturn3812')]
+ public function testAssertReturn3813(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8755']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4008,
+ );
+ }
+
+ #[Depends('testAssertReturn3813')]
+ public function testAssertReturn3814(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '8954']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4009,
+ );
+ }
+
+ #[Depends('testAssertReturn3814')]
+ public function testAssertReturn3815(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9153']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4010,
+ );
+ }
+
+ #[Depends('testAssertReturn3815')]
+ public function testAssertReturn3816(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9352']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4011,
+ );
+ }
+
+ #[Depends('testAssertReturn3816')]
+ public function testAssertReturn3817(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9551']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4012,
+ );
+ }
+
+ #[Depends('testAssertReturn3817')]
+ public function testAssertReturn3818(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9750']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4013,
+ );
+ }
+
+ #[Depends('testAssertReturn3818')]
+ public function testAssertReturn3819(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '9949']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4014,
+ );
+ }
+
+ #[Depends('testAssertReturn3819')]
+ public function testAssertReturn3820(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10148']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4015,
+ );
+ }
+
+ #[Depends('testAssertReturn3820')]
+ public function testAssertReturn3821(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10347']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4016,
+ );
+ }
+
+ #[Depends('testAssertReturn3821')]
+ public function testAssertReturn3822(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10546']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4017,
+ );
+ }
+
+ #[Depends('testAssertReturn3822')]
+ public function testAssertReturn3823(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10745']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4018,
+ );
+ }
+
+ #[Depends('testAssertReturn3823')]
+ public function testAssertReturn3824(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '10944']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4019,
+ );
+ }
+
+ #[Depends('testAssertReturn3824')]
+ public function testAssertReturn3825(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11143']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4020,
+ );
+ }
+
+ #[Depends('testAssertReturn3825')]
+ public function testAssertReturn3826(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11342']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4021,
+ );
+ }
+
+ #[Depends('testAssertReturn3826')]
+ public function testAssertReturn3827(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11541']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4022,
+ );
+ }
+
+ #[Depends('testAssertReturn3827')]
+ public function testAssertReturn3828(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11740']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4023,
+ );
+ }
+
+ #[Depends('testAssertReturn3828')]
+ public function testAssertReturn3829(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '11939']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4024,
+ );
+ }
+
+ #[Depends('testAssertReturn3829')]
+ public function testAssertReturn3830(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12138']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4025,
+ );
+ }
+
+ #[Depends('testAssertReturn3830')]
+ public function testAssertReturn3831(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12337']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4026,
+ );
+ }
+
+ #[Depends('testAssertReturn3831')]
+ public function testAssertReturn3832(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12536']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4027,
+ );
+ }
+
+ #[Depends('testAssertReturn3832')]
+ public function testAssertReturn3833(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12735']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4028,
+ );
+ }
+
+ #[Depends('testAssertReturn3833')]
+ public function testAssertReturn3834(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '12934']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4029,
+ );
+ }
+
+ #[Depends('testAssertReturn3834')]
+ public function testAssertReturn3835(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13133']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4030,
+ );
+ }
+
+ #[Depends('testAssertReturn3835')]
+ public function testAssertReturn3836(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13332']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4031,
+ );
+ }
+
+ #[Depends('testAssertReturn3836')]
+ public function testAssertReturn3837(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13531']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4032,
+ );
+ }
+
+ #[Depends('testAssertReturn3837')]
+ public function testAssertReturn3838(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13730']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4033,
+ );
+ }
+
+ #[Depends('testAssertReturn3838')]
+ public function testAssertReturn3839(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '13929']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4034,
+ );
+ }
+
+ #[Depends('testAssertReturn3839')]
+ public function testAssertReturn3840(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14128']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4035,
+ );
+ }
+
+ #[Depends('testAssertReturn3840')]
+ public function testAssertReturn3841(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14327']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4036,
+ );
+ }
+
+ #[Depends('testAssertReturn3841')]
+ public function testAssertReturn3842(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14526']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4037,
+ );
+ }
+
+ #[Depends('testAssertReturn3842')]
+ public function testAssertReturn3843(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14725']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4038,
+ );
+ }
+
+ #[Depends('testAssertReturn3843')]
+ public function testAssertReturn3844(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '14924']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4039,
+ );
+ }
+
+ #[Depends('testAssertReturn3844')]
+ public function testAssertReturn3845(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15123']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4040,
+ );
+ }
+
+ #[Depends('testAssertReturn3845')]
+ public function testAssertReturn3846(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15322']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4041,
+ );
+ }
+
+ #[Depends('testAssertReturn3846')]
+ public function testAssertReturn3847(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15521']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4042,
+ );
+ }
+
+ #[Depends('testAssertReturn3847')]
+ public function testAssertReturn3848(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15720']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4043,
+ );
+ }
+
+ #[Depends('testAssertReturn3848')]
+ public function testAssertReturn3849(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '15919']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4044,
+ );
+ }
+
+ #[Depends('testAssertReturn3849')]
+ public function testAssertReturn3850(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16118']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4045,
+ );
+ }
+
+ #[Depends('testAssertReturn3850')]
+ public function testAssertReturn3851(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16317']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4046,
+ );
+ }
+
+ #[Depends('testAssertReturn3851')]
+ public function testAssertReturn3852(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16516']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4047,
+ );
+ }
+
+ #[Depends('testAssertReturn3852')]
+ public function testAssertReturn3853(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16715']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4048,
+ );
+ }
+
+ #[Depends('testAssertReturn3853')]
+ public function testAssertReturn3854(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '16914']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4049,
+ );
+ }
+
+ #[Depends('testAssertReturn3854')]
+ public function testAssertReturn3855(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17113']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4050,
+ );
+ }
+
+ #[Depends('testAssertReturn3855')]
+ public function testAssertReturn3856(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17312']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4051,
+ );
+ }
+
+ #[Depends('testAssertReturn3856')]
+ public function testAssertReturn3857(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17511']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4052,
+ );
+ }
+
+ #[Depends('testAssertReturn3857')]
+ public function testAssertReturn3858(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17710']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4053,
+ );
+ }
+
+ #[Depends('testAssertReturn3858')]
+ public function testAssertReturn3859(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '17909']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4054,
+ );
+ }
+
+ #[Depends('testAssertReturn3859')]
+ public function testAssertReturn3860(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18108']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4055,
+ );
+ }
+
+ #[Depends('testAssertReturn3860')]
+ public function testAssertReturn3861(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18307']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4056,
+ );
+ }
+
+ #[Depends('testAssertReturn3861')]
+ public function testAssertReturn3862(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18506']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4057,
+ );
+ }
+
+ #[Depends('testAssertReturn3862')]
+ public function testAssertReturn3863(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18705']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4058,
+ );
+ }
+
+ #[Depends('testAssertReturn3863')]
+ public function testAssertReturn3864(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '18904']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4059,
+ );
+ }
+
+ #[Depends('testAssertReturn3864')]
+ public function testAssertReturn3865(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19103']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4060,
+ );
+ }
+
+ #[Depends('testAssertReturn3865')]
+ public function testAssertReturn3866(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19302']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4061,
+ );
+ }
+
+ #[Depends('testAssertReturn3866')]
+ public function testAssertReturn3867(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19501']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4062,
+ );
+ }
+
+ #[Depends('testAssertReturn3867')]
+ public function testAssertReturn3868(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19700']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4063,
+ );
+ }
+
+ #[Depends('testAssertReturn3868')]
+ public function testAssertReturn3869(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '19899']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4064,
+ );
+ }
+
+ #[Depends('testAssertReturn3869')]
+ public function testAssertReturn3870(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20098']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4065,
+ );
+ }
+
+ #[Depends('testAssertReturn3870')]
+ public function testAssertReturn3871(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20297']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4066,
+ );
+ }
+
+ #[Depends('testAssertReturn3871')]
+ public function testAssertReturn3872(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20496']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4067,
+ );
+ }
+
+ #[Depends('testAssertReturn3872')]
+ public function testAssertReturn3873(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20695']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4068,
+ );
+ }
+
+ #[Depends('testAssertReturn3873')]
+ public function testAssertReturn3874(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '20894']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4069,
+ );
+ }
+
+ #[Depends('testAssertReturn3874')]
+ public function testAssertReturn3875(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21093']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4070,
+ );
+ }
+
+ #[Depends('testAssertReturn3875')]
+ public function testAssertReturn3876(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21292']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4071,
+ );
+ }
+
+ #[Depends('testAssertReturn3876')]
+ public function testAssertReturn3877(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21491']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4072,
+ );
+ }
+
+ #[Depends('testAssertReturn3877')]
+ public function testAssertReturn3878(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21690']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4073,
+ );
+ }
+
+ #[Depends('testAssertReturn3878')]
+ public function testAssertReturn3879(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '21889']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4074,
+ );
+ }
+
+ #[Depends('testAssertReturn3879')]
+ public function testAssertReturn3880(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22088']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4075,
+ );
+ }
+
+ #[Depends('testAssertReturn3880')]
+ public function testAssertReturn3881(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22287']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4076,
+ );
+ }
+
+ #[Depends('testAssertReturn3881')]
+ public function testAssertReturn3882(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22486']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4077,
+ );
+ }
+
+ #[Depends('testAssertReturn3882')]
+ public function testAssertReturn3883(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22685']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4078,
+ );
+ }
+
+ #[Depends('testAssertReturn3883')]
+ public function testAssertReturn3884(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '22884']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4079,
+ );
+ }
+
+ #[Depends('testAssertReturn3884')]
+ public function testAssertReturn3885(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23083']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4080,
+ );
+ }
+
+ #[Depends('testAssertReturn3885')]
+ public function testAssertReturn3886(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23282']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4081,
+ );
+ }
+
+ #[Depends('testAssertReturn3886')]
+ public function testAssertReturn3887(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23481']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4082,
+ );
+ }
+
+ #[Depends('testAssertReturn3887')]
+ public function testAssertReturn3888(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23680']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4083,
+ );
+ }
+
+ #[Depends('testAssertReturn3888')]
+ public function testAssertReturn3889(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '23879']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4084,
+ );
+ }
+
+ #[Depends('testAssertReturn3889')]
+ public function testAssertReturn3890(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24078']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4085,
+ );
+ }
+
+ #[Depends('testAssertReturn3890')]
+ public function testAssertReturn3891(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24277']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4086,
+ );
+ }
+
+ #[Depends('testAssertReturn3891')]
+ public function testAssertReturn3892(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24476']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4087,
+ );
+ }
+
+ #[Depends('testAssertReturn3892')]
+ public function testAssertReturn3893(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24675']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4088,
+ );
+ }
+
+ #[Depends('testAssertReturn3893')]
+ public function testAssertReturn3894(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '24874']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4089,
+ );
+ }
+
+ #[Depends('testAssertReturn3894')]
+ public function testAssertReturn3895(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25073']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4090,
+ );
+ }
+
+ #[Depends('testAssertReturn3895')]
+ public function testAssertReturn3896(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25272']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4091,
+ );
+ }
+
+ #[Depends('testAssertReturn3896')]
+ public function testAssertReturn3897(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25471']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4092,
+ );
+ }
+
+ #[Depends('testAssertReturn3897')]
+ public function testAssertReturn3898(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25670']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4093,
+ );
+ }
+
+ #[Depends('testAssertReturn3898')]
+ public function testAssertReturn3899(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '25869']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4094,
+ );
+ }
+
+ #[Depends('testAssertReturn3899')]
+ public function testAssertReturn3900(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26068']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4095,
+ );
+ }
+
+ #[Depends('testAssertReturn3900')]
+ public function testAssertReturn3901(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26267']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4096,
+ );
+ }
+
+ #[Depends('testAssertReturn3901')]
+ public function testAssertReturn3902(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26466']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4097,
+ );
+ }
+
+ #[Depends('testAssertReturn3902')]
+ public function testAssertReturn3903(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26665']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4098,
+ );
+ }
+
+ #[Depends('testAssertReturn3903')]
+ public function testAssertReturn3904(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '26864']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4099,
+ );
+ }
+
+ #[Depends('testAssertReturn3904')]
+ public function testAssertReturn3905(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27063']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4100,
+ );
+ }
+
+ #[Depends('testAssertReturn3905')]
+ public function testAssertReturn3906(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27262']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4101,
+ );
+ }
+
+ #[Depends('testAssertReturn3906')]
+ public function testAssertReturn3907(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27461']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4102,
+ );
+ }
+
+ #[Depends('testAssertReturn3907')]
+ public function testAssertReturn3908(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27660']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4103,
+ );
+ }
+
+ #[Depends('testAssertReturn3908')]
+ public function testAssertReturn3909(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '27859']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4104,
+ );
+ }
+
+ #[Depends('testAssertReturn3909')]
+ public function testAssertReturn3910(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28058']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4105,
+ );
+ }
+
+ #[Depends('testAssertReturn3910')]
+ public function testAssertReturn3911(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28257']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4106,
+ );
+ }
+
+ #[Depends('testAssertReturn3911')]
+ public function testAssertReturn3912(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28456']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4107,
+ );
+ }
+
+ #[Depends('testAssertReturn3912')]
+ public function testAssertReturn3913(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28655']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4108,
+ );
+ }
+
+ #[Depends('testAssertReturn3913')]
+ public function testAssertReturn3914(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '28854']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4109,
+ );
+ }
+
+ #[Depends('testAssertReturn3914')]
+ public function testAssertReturn3915(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29053']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4110,
+ );
+ }
+
+ #[Depends('testAssertReturn3915')]
+ public function testAssertReturn3916(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29252']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4111,
+ );
+ }
+
+ #[Depends('testAssertReturn3916')]
+ public function testAssertReturn3917(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29451']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4112,
+ );
+ }
+
+ #[Depends('testAssertReturn3917')]
+ public function testAssertReturn3918(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29650']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4113,
+ );
+ }
+
+ #[Depends('testAssertReturn3918')]
+ public function testAssertReturn3919(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '29849']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4114,
+ );
+ }
+
+ #[Depends('testAssertReturn3919')]
+ public function testAssertReturn3920(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30048']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4115,
+ );
+ }
+
+ #[Depends('testAssertReturn3920')]
+ public function testAssertReturn3921(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30247']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4116,
+ );
+ }
+
+ #[Depends('testAssertReturn3921')]
+ public function testAssertReturn3922(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30446']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4117,
+ );
+ }
+
+ #[Depends('testAssertReturn3922')]
+ public function testAssertReturn3923(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30645']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4118,
+ );
+ }
+
+ #[Depends('testAssertReturn3923')]
+ public function testAssertReturn3924(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '30844']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4119,
+ );
+ }
+
+ #[Depends('testAssertReturn3924')]
+ public function testAssertReturn3925(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31043']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4120,
+ );
+ }
+
+ #[Depends('testAssertReturn3925')]
+ public function testAssertReturn3926(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31242']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4121,
+ );
+ }
+
+ #[Depends('testAssertReturn3926')]
+ public function testAssertReturn3927(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31441']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4122,
+ );
+ }
+
+ #[Depends('testAssertReturn3927')]
+ public function testAssertReturn3928(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31640']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4123,
+ );
+ }
+
+ #[Depends('testAssertReturn3928')]
+ public function testAssertReturn3929(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '31839']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4124,
+ );
+ }
+
+ #[Depends('testAssertReturn3929')]
+ public function testAssertReturn3930(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32038']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4125,
+ );
+ }
+
+ #[Depends('testAssertReturn3930')]
+ public function testAssertReturn3931(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32237']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4126,
+ );
+ }
+
+ #[Depends('testAssertReturn3931')]
+ public function testAssertReturn3932(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32436']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4127,
+ );
+ }
+
+ #[Depends('testAssertReturn3932')]
+ public function testAssertReturn3933(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32635']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4128,
+ );
+ }
+
+ #[Depends('testAssertReturn3933')]
+ public function testAssertReturn3934(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '32834']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4129,
+ );
+ }
+
+ #[Depends('testAssertReturn3934')]
+ public function testAssertReturn3935(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33033']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4130,
+ );
+ }
+
+ #[Depends('testAssertReturn3935')]
+ public function testAssertReturn3936(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33232']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4131,
+ );
+ }
+
+ #[Depends('testAssertReturn3936')]
+ public function testAssertReturn3937(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33431']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4132,
+ );
+ }
+
+ #[Depends('testAssertReturn3937')]
+ public function testAssertReturn3938(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33630']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4133,
+ );
+ }
+
+ #[Depends('testAssertReturn3938')]
+ public function testAssertReturn3939(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '33829']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4134,
+ );
+ }
+
+ #[Depends('testAssertReturn3939')]
+ public function testAssertReturn3940(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34028']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4135,
+ );
+ }
+
+ #[Depends('testAssertReturn3940')]
+ public function testAssertReturn3941(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34227']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4136,
+ );
+ }
+
+ #[Depends('testAssertReturn3941')]
+ public function testAssertReturn3942(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34426']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4137,
+ );
+ }
+
+ #[Depends('testAssertReturn3942')]
+ public function testAssertReturn3943(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34625']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4138,
+ );
+ }
+
+ #[Depends('testAssertReturn3943')]
+ public function testAssertReturn3944(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '34824']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4139,
+ );
+ }
+
+ #[Depends('testAssertReturn3944')]
+ public function testAssertReturn3945(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35023']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4140,
+ );
+ }
+
+ #[Depends('testAssertReturn3945')]
+ public function testAssertReturn3946(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35222']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4141,
+ );
+ }
+
+ #[Depends('testAssertReturn3946')]
+ public function testAssertReturn3947(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35421']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4142,
+ );
+ }
+
+ #[Depends('testAssertReturn3947')]
+ public function testAssertReturn3948(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35620']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4143,
+ );
+ }
+
+ #[Depends('testAssertReturn3948')]
+ public function testAssertReturn3949(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '35819']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4144,
+ );
+ }
+
+ #[Depends('testAssertReturn3949')]
+ public function testAssertReturn3950(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36018']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4145,
+ );
+ }
+
+ #[Depends('testAssertReturn3950')]
+ public function testAssertReturn3951(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36217']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4146,
+ );
+ }
+
+ #[Depends('testAssertReturn3951')]
+ public function testAssertReturn3952(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36416']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4147,
+ );
+ }
+
+ #[Depends('testAssertReturn3952')]
+ public function testAssertReturn3953(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36615']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4148,
+ );
+ }
+
+ #[Depends('testAssertReturn3953')]
+ public function testAssertReturn3954(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '36814']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4149,
+ );
+ }
+
+ #[Depends('testAssertReturn3954')]
+ public function testAssertReturn3955(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37013']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4150,
+ );
+ }
+
+ #[Depends('testAssertReturn3955')]
+ public function testAssertReturn3956(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37212']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4151,
+ );
+ }
+
+ #[Depends('testAssertReturn3956')]
+ public function testAssertReturn3957(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37411']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4152,
+ );
+ }
+
+ #[Depends('testAssertReturn3957')]
+ public function testAssertReturn3958(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37610']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4153,
+ );
+ }
+
+ #[Depends('testAssertReturn3958')]
+ public function testAssertReturn3959(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '37809']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4154,
+ );
+ }
+
+ #[Depends('testAssertReturn3959')]
+ public function testAssertReturn3960(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38008']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4155,
+ );
+ }
+
+ #[Depends('testAssertReturn3960')]
+ public function testAssertReturn3961(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38207']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4156,
+ );
+ }
+
+ #[Depends('testAssertReturn3961')]
+ public function testAssertReturn3962(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38406']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4157,
+ );
+ }
+
+ #[Depends('testAssertReturn3962')]
+ public function testAssertReturn3963(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38605']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4158,
+ );
+ }
+
+ #[Depends('testAssertReturn3963')]
+ public function testAssertReturn3964(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '38804']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4159,
+ );
+ }
+
+ #[Depends('testAssertReturn3964')]
+ public function testAssertReturn3965(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39003']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4160,
+ );
+ }
+
+ #[Depends('testAssertReturn3965')]
+ public function testAssertReturn3966(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39202']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4161,
+ );
+ }
+
+ #[Depends('testAssertReturn3966')]
+ public function testAssertReturn3967(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39401']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4162,
+ );
+ }
+
+ #[Depends('testAssertReturn3967')]
+ public function testAssertReturn3968(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39600']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4163,
+ );
+ }
+
+ #[Depends('testAssertReturn3968')]
+ public function testAssertReturn3969(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39799']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4164,
+ );
+ }
+
+ #[Depends('testAssertReturn3969')]
+ public function testAssertReturn3970(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '39998']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4165,
+ );
+ }
+
+ #[Depends('testAssertReturn3970')]
+ public function testAssertReturn3971(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40197']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4166,
+ );
+ }
+
+ #[Depends('testAssertReturn3971')]
+ public function testAssertReturn3972(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40396']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4167,
+ );
+ }
+
+ #[Depends('testAssertReturn3972')]
+ public function testAssertReturn3973(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40595']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4168,
+ );
+ }
+
+ #[Depends('testAssertReturn3973')]
+ public function testAssertReturn3974(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40794']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4169,
+ );
+ }
+
+ #[Depends('testAssertReturn3974')]
+ public function testAssertReturn3975(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '40993']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4170,
+ );
+ }
+
+ #[Depends('testAssertReturn3975')]
+ public function testAssertReturn3976(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41192']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4171,
+ );
+ }
+
+ #[Depends('testAssertReturn3976')]
+ public function testAssertReturn3977(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41391']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4172,
+ );
+ }
+
+ #[Depends('testAssertReturn3977')]
+ public function testAssertReturn3978(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41590']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4173,
+ );
+ }
+
+ #[Depends('testAssertReturn3978')]
+ public function testAssertReturn3979(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41789']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4174,
+ );
+ }
+
+ #[Depends('testAssertReturn3979')]
+ public function testAssertReturn3980(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '41988']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4175,
+ );
+ }
+
+ #[Depends('testAssertReturn3980')]
+ public function testAssertReturn3981(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42187']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4176,
+ );
+ }
+
+ #[Depends('testAssertReturn3981')]
+ public function testAssertReturn3982(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42386']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4177,
+ );
+ }
+
+ #[Depends('testAssertReturn3982')]
+ public function testAssertReturn3983(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42585']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4178,
+ );
+ }
+
+ #[Depends('testAssertReturn3983')]
+ public function testAssertReturn3984(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42784']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4179,
+ );
+ }
+
+ #[Depends('testAssertReturn3984')]
+ public function testAssertReturn3985(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '42983']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4180,
+ );
+ }
+
+ #[Depends('testAssertReturn3985')]
+ public function testAssertReturn3986(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43182']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4181,
+ );
+ }
+
+ #[Depends('testAssertReturn3986')]
+ public function testAssertReturn3987(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43381']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4182,
+ );
+ }
+
+ #[Depends('testAssertReturn3987')]
+ public function testAssertReturn3988(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43580']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4183,
+ );
+ }
+
+ #[Depends('testAssertReturn3988')]
+ public function testAssertReturn3989(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43779']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4184,
+ );
+ }
+
+ #[Depends('testAssertReturn3989')]
+ public function testAssertReturn3990(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '43978']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4185,
+ );
+ }
+
+ #[Depends('testAssertReturn3990')]
+ public function testAssertReturn3991(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44177']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4186,
+ );
+ }
+
+ #[Depends('testAssertReturn3991')]
+ public function testAssertReturn3992(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44376']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4187,
+ );
+ }
+
+ #[Depends('testAssertReturn3992')]
+ public function testAssertReturn3993(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44575']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4188,
+ );
+ }
+
+ #[Depends('testAssertReturn3993')]
+ public function testAssertReturn3994(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44774']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4189,
+ );
+ }
+
+ #[Depends('testAssertReturn3994')]
+ public function testAssertReturn3995(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '44973']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4190,
+ );
+ }
+
+ #[Depends('testAssertReturn3995')]
+ public function testAssertReturn3996(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45172']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4191,
+ );
+ }
+
+ #[Depends('testAssertReturn3996')]
+ public function testAssertReturn3997(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45371']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4192,
+ );
+ }
+
+ #[Depends('testAssertReturn3997')]
+ public function testAssertReturn3998(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45570']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4193,
+ );
+ }
+
+ #[Depends('testAssertReturn3998')]
+ public function testAssertReturn3999(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45769']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4194,
+ );
+ }
+
+ #[Depends('testAssertReturn3999')]
+ public function testAssertReturn4000(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '45968']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4195,
+ );
+ }
+
+ #[Depends('testAssertReturn4000')]
+ public function testAssertReturn4001(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46167']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4196,
+ );
+ }
+
+ #[Depends('testAssertReturn4001')]
+ public function testAssertReturn4002(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46366']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4197,
+ );
+ }
+
+ #[Depends('testAssertReturn4002')]
+ public function testAssertReturn4003(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46565']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4198,
+ );
+ }
+
+ #[Depends('testAssertReturn4003')]
+ public function testAssertReturn4004(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46764']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4199,
+ );
+ }
+
+ #[Depends('testAssertReturn4004')]
+ public function testAssertReturn4005(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '46963']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4200,
+ );
+ }
+
+ #[Depends('testAssertReturn4005')]
+ public function testAssertReturn4006(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47162']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4201,
+ );
+ }
+
+ #[Depends('testAssertReturn4006')]
+ public function testAssertReturn4007(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47361']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4202,
+ );
+ }
+
+ #[Depends('testAssertReturn4007')]
+ public function testAssertReturn4008(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47560']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4203,
+ );
+ }
+
+ #[Depends('testAssertReturn4008')]
+ public function testAssertReturn4009(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47759']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4204,
+ );
+ }
+
+ #[Depends('testAssertReturn4009')]
+ public function testAssertReturn4010(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '47958']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4205,
+ );
+ }
+
+ #[Depends('testAssertReturn4010')]
+ public function testAssertReturn4011(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48157']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4206,
+ );
+ }
+
+ #[Depends('testAssertReturn4011')]
+ public function testAssertReturn4012(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48356']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4207,
+ );
+ }
+
+ #[Depends('testAssertReturn4012')]
+ public function testAssertReturn4013(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48555']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4208,
+ );
+ }
+
+ #[Depends('testAssertReturn4013')]
+ public function testAssertReturn4014(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48754']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4209,
+ );
+ }
+
+ #[Depends('testAssertReturn4014')]
+ public function testAssertReturn4015(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '48953']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4210,
+ );
+ }
+
+ #[Depends('testAssertReturn4015')]
+ public function testAssertReturn4016(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49152']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4211,
+ );
+ }
+
+ #[Depends('testAssertReturn4016')]
+ public function testAssertReturn4017(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49351']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4212,
+ );
+ }
+
+ #[Depends('testAssertReturn4017')]
+ public function testAssertReturn4018(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49550']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4213,
+ );
+ }
+
+ #[Depends('testAssertReturn4018')]
+ public function testAssertReturn4019(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49749']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4214,
+ );
+ }
+
+ #[Depends('testAssertReturn4019')]
+ public function testAssertReturn4020(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '49948']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4215,
+ );
+ }
+
+ #[Depends('testAssertReturn4020')]
+ public function testAssertReturn4021(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50147']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4216,
+ );
+ }
+
+ #[Depends('testAssertReturn4021')]
+ public function testAssertReturn4022(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50346']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4217,
+ );
+ }
+
+ #[Depends('testAssertReturn4022')]
+ public function testAssertReturn4023(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50545']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4218,
+ );
+ }
+
+ #[Depends('testAssertReturn4023')]
+ public function testAssertReturn4024(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50744']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4219,
+ );
+ }
+
+ #[Depends('testAssertReturn4024')]
+ public function testAssertReturn4025(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '50943']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4220,
+ );
+ }
+
+ #[Depends('testAssertReturn4025')]
+ public function testAssertReturn4026(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51142']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4221,
+ );
+ }
+
+ #[Depends('testAssertReturn4026')]
+ public function testAssertReturn4027(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51341']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4222,
+ );
+ }
+
+ #[Depends('testAssertReturn4027')]
+ public function testAssertReturn4028(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51540']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4223,
+ );
+ }
+
+ #[Depends('testAssertReturn4028')]
+ public function testAssertReturn4029(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51739']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4224,
+ );
+ }
+
+ #[Depends('testAssertReturn4029')]
+ public function testAssertReturn4030(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '51938']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4225,
+ );
+ }
+
+ #[Depends('testAssertReturn4030')]
+ public function testAssertReturn4031(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52137']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4226,
+ );
+ }
+
+ #[Depends('testAssertReturn4031')]
+ public function testAssertReturn4032(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52336']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4227,
+ );
+ }
+
+ #[Depends('testAssertReturn4032')]
+ public function testAssertReturn4033(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52535']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4228,
+ );
+ }
+
+ #[Depends('testAssertReturn4033')]
+ public function testAssertReturn4034(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52734']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4229,
+ );
+ }
+
+ #[Depends('testAssertReturn4034')]
+ public function testAssertReturn4035(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '52933']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4230,
+ );
+ }
+
+ #[Depends('testAssertReturn4035')]
+ public function testAssertReturn4036(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53132']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4231,
+ );
+ }
+
+ #[Depends('testAssertReturn4036')]
+ public function testAssertReturn4037(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53331']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4232,
+ );
+ }
+
+ #[Depends('testAssertReturn4037')]
+ public function testAssertReturn4038(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53530']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4233,
+ );
+ }
+
+ #[Depends('testAssertReturn4038')]
+ public function testAssertReturn4039(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53729']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4234,
+ );
+ }
+
+ #[Depends('testAssertReturn4039')]
+ public function testAssertReturn4040(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '53928']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4235,
+ );
+ }
+
+ #[Depends('testAssertReturn4040')]
+ public function testAssertReturn4041(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54127']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4236,
+ );
+ }
+
+ #[Depends('testAssertReturn4041')]
+ public function testAssertReturn4042(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54326']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4237,
+ );
+ }
+
+ #[Depends('testAssertReturn4042')]
+ public function testAssertReturn4043(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54525']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4238,
+ );
+ }
+
+ #[Depends('testAssertReturn4043')]
+ public function testAssertReturn4044(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54724']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4239,
+ );
+ }
+
+ #[Depends('testAssertReturn4044')]
+ public function testAssertReturn4045(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '54923']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4240,
+ );
+ }
+
+ #[Depends('testAssertReturn4045')]
+ public function testAssertReturn4046(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55122']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4241,
+ );
+ }
+
+ #[Depends('testAssertReturn4046')]
+ public function testAssertReturn4047(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55321']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4242,
+ );
+ }
+
+ #[Depends('testAssertReturn4047')]
+ public function testAssertReturn4048(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55520']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4243,
+ );
+ }
+
+ #[Depends('testAssertReturn4048')]
+ public function testAssertReturn4049(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55719']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4244,
+ );
+ }
+
+ #[Depends('testAssertReturn4049')]
+ public function testAssertReturn4050(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '55918']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4245,
+ );
+ }
+
+ #[Depends('testAssertReturn4050')]
+ public function testAssertReturn4051(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56117']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4246,
+ );
+ }
+
+ #[Depends('testAssertReturn4051')]
+ public function testAssertReturn4052(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56316']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4247,
+ );
+ }
+
+ #[Depends('testAssertReturn4052')]
+ public function testAssertReturn4053(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56515']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4248,
+ );
+ }
+
+ #[Depends('testAssertReturn4053')]
+ public function testAssertReturn4054(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56714']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4249,
+ );
+ }
+
+ #[Depends('testAssertReturn4054')]
+ public function testAssertReturn4055(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '56913']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4250,
+ );
+ }
+
+ #[Depends('testAssertReturn4055')]
+ public function testAssertReturn4056(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57112']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4251,
+ );
+ }
+
+ #[Depends('testAssertReturn4056')]
+ public function testAssertReturn4057(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57311']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4252,
+ );
+ }
+
+ #[Depends('testAssertReturn4057')]
+ public function testAssertReturn4058(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57510']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4253,
+ );
+ }
+
+ #[Depends('testAssertReturn4058')]
+ public function testAssertReturn4059(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57709']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4254,
+ );
+ }
+
+ #[Depends('testAssertReturn4059')]
+ public function testAssertReturn4060(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '57908']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4255,
+ );
+ }
+
+ #[Depends('testAssertReturn4060')]
+ public function testAssertReturn4061(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58107']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4256,
+ );
+ }
+
+ #[Depends('testAssertReturn4061')]
+ public function testAssertReturn4062(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58306']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4257,
+ );
+ }
+
+ #[Depends('testAssertReturn4062')]
+ public function testAssertReturn4063(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58505']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4258,
+ );
+ }
+
+ #[Depends('testAssertReturn4063')]
+ public function testAssertReturn4064(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58704']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4259,
+ );
+ }
+
+ #[Depends('testAssertReturn4064')]
+ public function testAssertReturn4065(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '58903']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4260,
+ );
+ }
+
+ #[Depends('testAssertReturn4065')]
+ public function testAssertReturn4066(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59102']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4261,
+ );
+ }
+
+ #[Depends('testAssertReturn4066')]
+ public function testAssertReturn4067(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59301']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4262,
+ );
+ }
+
+ #[Depends('testAssertReturn4067')]
+ public function testAssertReturn4068(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59500']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4263,
+ );
+ }
+
+ #[Depends('testAssertReturn4068')]
+ public function testAssertReturn4069(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59699']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4264,
+ );
+ }
+
+ #[Depends('testAssertReturn4069')]
+ public function testAssertReturn4070(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '59898']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4265,
+ );
+ }
+
+ #[Depends('testAssertReturn4070')]
+ public function testAssertReturn4071(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60097']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4266,
+ );
+ }
+
+ #[Depends('testAssertReturn4071')]
+ public function testAssertReturn4072(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60296']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4267,
+ );
+ }
+
+ #[Depends('testAssertReturn4072')]
+ public function testAssertReturn4073(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60495']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4268,
+ );
+ }
+
+ #[Depends('testAssertReturn4073')]
+ public function testAssertReturn4074(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60694']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4269,
+ );
+ }
+
+ #[Depends('testAssertReturn4074')]
+ public function testAssertReturn4075(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '60893']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4270,
+ );
+ }
+
+ #[Depends('testAssertReturn4075')]
+ public function testAssertReturn4076(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61092']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4271,
+ );
+ }
+
+ #[Depends('testAssertReturn4076')]
+ public function testAssertReturn4077(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61291']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4272,
+ );
+ }
+
+ #[Depends('testAssertReturn4077')]
+ public function testAssertReturn4078(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61440']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4273,
+ );
+ }
+
+ #[Depends('testAssertReturn4078')]
+ public function testAssertReturn4079(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61441']]],
+ expected: [['type' => 'i32', 'value' => '1']],
+ line: 4274,
+ );
+ }
+
+ #[Depends('testAssertReturn4079')]
+ public function testAssertReturn4080(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61442']]],
+ expected: [['type' => 'i32', 'value' => '2']],
+ line: 4275,
+ );
+ }
+
+ #[Depends('testAssertReturn4080')]
+ public function testAssertReturn4081(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61443']]],
+ expected: [['type' => 'i32', 'value' => '3']],
+ line: 4276,
+ );
+ }
+
+ #[Depends('testAssertReturn4081')]
+ public function testAssertReturn4082(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61444']]],
+ expected: [['type' => 'i32', 'value' => '4']],
+ line: 4277,
+ );
+ }
+
+ #[Depends('testAssertReturn4082')]
+ public function testAssertReturn4083(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61445']]],
+ expected: [['type' => 'i32', 'value' => '5']],
+ line: 4278,
+ );
+ }
+
+ #[Depends('testAssertReturn4083')]
+ public function testAssertReturn4084(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61446']]],
+ expected: [['type' => 'i32', 'value' => '6']],
+ line: 4279,
+ );
+ }
+
+ #[Depends('testAssertReturn4084')]
+ public function testAssertReturn4085(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61447']]],
+ expected: [['type' => 'i32', 'value' => '7']],
+ line: 4280,
+ );
+ }
+
+ #[Depends('testAssertReturn4085')]
+ public function testAssertReturn4086(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61448']]],
+ expected: [['type' => 'i32', 'value' => '8']],
+ line: 4281,
+ );
+ }
+
+ #[Depends('testAssertReturn4086')]
+ public function testAssertReturn4087(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61449']]],
+ expected: [['type' => 'i32', 'value' => '9']],
+ line: 4282,
+ );
+ }
+
+ #[Depends('testAssertReturn4087')]
+ public function testAssertReturn4088(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61450']]],
+ expected: [['type' => 'i32', 'value' => '10']],
+ line: 4283,
+ );
+ }
+
+ #[Depends('testAssertReturn4088')]
+ public function testAssertReturn4089(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61451']]],
+ expected: [['type' => 'i32', 'value' => '11']],
+ line: 4284,
+ );
+ }
+
+ #[Depends('testAssertReturn4089')]
+ public function testAssertReturn4090(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61452']]],
+ expected: [['type' => 'i32', 'value' => '12']],
+ line: 4285,
+ );
+ }
+
+ #[Depends('testAssertReturn4090')]
+ public function testAssertReturn4091(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61453']]],
+ expected: [['type' => 'i32', 'value' => '13']],
+ line: 4286,
+ );
+ }
+
+ #[Depends('testAssertReturn4091')]
+ public function testAssertReturn4092(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61454']]],
+ expected: [['type' => 'i32', 'value' => '14']],
+ line: 4287,
+ );
+ }
+
+ #[Depends('testAssertReturn4092')]
+ public function testAssertReturn4093(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61455']]],
+ expected: [['type' => 'i32', 'value' => '15']],
+ line: 4288,
+ );
+ }
+
+ #[Depends('testAssertReturn4093')]
+ public function testAssertReturn4094(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61456']]],
+ expected: [['type' => 'i32', 'value' => '16']],
+ line: 4289,
+ );
+ }
+
+ #[Depends('testAssertReturn4094')]
+ public function testAssertReturn4095(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61457']]],
+ expected: [['type' => 'i32', 'value' => '17']],
+ line: 4290,
+ );
+ }
+
+ #[Depends('testAssertReturn4095')]
+ public function testAssertReturn4096(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61458']]],
+ expected: [['type' => 'i32', 'value' => '18']],
+ line: 4291,
+ );
+ }
+
+ #[Depends('testAssertReturn4096')]
+ public function testAssertReturn4097(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61459']]],
+ expected: [['type' => 'i32', 'value' => '19']],
+ line: 4292,
+ );
+ }
+
+ #[Depends('testAssertReturn4097')]
+ public function testAssertReturn4098(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61510']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4293,
+ );
+ }
+
+ #[Depends('testAssertReturn4098')]
+ public function testAssertReturn4099(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61709']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4294,
+ );
+ }
+
+ #[Depends('testAssertReturn4099')]
+ public function testAssertReturn4100(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '61908']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4295,
+ );
+ }
+
+ #[Depends('testAssertReturn4100')]
+ public function testAssertReturn4101(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62107']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4296,
+ );
+ }
+
+ #[Depends('testAssertReturn4101')]
+ public function testAssertReturn4102(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62306']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4297,
+ );
+ }
+
+ #[Depends('testAssertReturn4102')]
+ public function testAssertReturn4103(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62505']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4298,
+ );
+ }
+
+ #[Depends('testAssertReturn4103')]
+ public function testAssertReturn4104(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62704']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4299,
+ );
+ }
+
+ #[Depends('testAssertReturn4104')]
+ public function testAssertReturn4105(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '62903']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4300,
+ );
+ }
+
+ #[Depends('testAssertReturn4105')]
+ public function testAssertReturn4106(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63102']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4301,
+ );
+ }
+
+ #[Depends('testAssertReturn4106')]
+ public function testAssertReturn4107(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63301']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4302,
+ );
+ }
+
+ #[Depends('testAssertReturn4107')]
+ public function testAssertReturn4108(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63500']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4303,
+ );
+ }
+
+ #[Depends('testAssertReturn4108')]
+ public function testAssertReturn4109(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63699']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4304,
+ );
+ }
+
+ #[Depends('testAssertReturn4109')]
+ public function testAssertReturn4110(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '63898']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4305,
+ );
+ }
+
+ #[Depends('testAssertReturn4110')]
+ public function testAssertReturn4111(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64097']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4306,
+ );
+ }
+
+ #[Depends('testAssertReturn4111')]
+ public function testAssertReturn4112(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64296']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4307,
+ );
+ }
+
+ #[Depends('testAssertReturn4112')]
+ public function testAssertReturn4113(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64495']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4308,
+ );
+ }
+
+ #[Depends('testAssertReturn4113')]
+ public function testAssertReturn4114(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64694']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4309,
+ );
+ }
+
+ #[Depends('testAssertReturn4114')]
+ public function testAssertReturn4115(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '64893']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4310,
+ );
+ }
+
+ #[Depends('testAssertReturn4115')]
+ public function testAssertReturn4116(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65092']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4311,
+ );
+ }
+
+ #[Depends('testAssertReturn4116')]
+ public function testAssertReturn4117(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65291']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4312,
+ );
+ }
+
+ #[Depends('testAssertReturn4117')]
+ public function testAssertReturn4118(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'load8_u', 'args' => [['type' => 'i32', 'value' => '65490']]],
+ expected: [['type' => 'i32', 'value' => '0']],
+ line: 4313,
+ );
+ }
+
+ #[Depends('testAssertReturn4118')]
+ public function testAssertInvalid4119(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.19.wasm',
+ text: 'unknown memory 0',
+ line: 4316,
+ );
+ }
+
+ #[Depends('testAssertInvalid4119')]
+ public function testAssertInvalid4120(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.20.wasm',
+ text: 'type mismatch',
+ line: 4322,
+ );
+ }
+
+ #[Depends('testAssertInvalid4120')]
+ public function testAssertInvalid4121(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.21.wasm',
+ text: 'type mismatch',
+ line: 4329,
+ );
+ }
+
+ #[Depends('testAssertInvalid4121')]
+ public function testAssertInvalid4122(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.22.wasm',
+ text: 'type mismatch',
+ line: 4336,
+ );
+ }
+
+ #[Depends('testAssertInvalid4122')]
+ public function testAssertInvalid4123(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.23.wasm',
+ text: 'type mismatch',
+ line: 4343,
+ );
+ }
+
+ #[Depends('testAssertInvalid4123')]
+ public function testAssertInvalid4124(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.24.wasm',
+ text: 'type mismatch',
+ line: 4350,
+ );
+ }
+
+ #[Depends('testAssertInvalid4124')]
+ public function testAssertInvalid4125(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.25.wasm',
+ text: 'type mismatch',
+ line: 4357,
+ );
+ }
+
+ #[Depends('testAssertInvalid4125')]
+ public function testAssertInvalid4126(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.26.wasm',
+ text: 'type mismatch',
+ line: 4364,
+ );
+ }
+
+ #[Depends('testAssertInvalid4126')]
+ public function testAssertInvalid4127(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.27.wasm',
+ text: 'type mismatch',
+ line: 4371,
+ );
+ }
+
+ #[Depends('testAssertInvalid4127')]
+ public function testAssertInvalid4128(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.28.wasm',
+ text: 'type mismatch',
+ line: 4378,
+ );
+ }
+
+ #[Depends('testAssertInvalid4128')]
+ public function testAssertInvalid4129(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.29.wasm',
+ text: 'type mismatch',
+ line: 4385,
+ );
+ }
+
+ #[Depends('testAssertInvalid4129')]
+ public function testAssertInvalid4130(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.30.wasm',
+ text: 'type mismatch',
+ line: 4392,
+ );
+ }
+
+ #[Depends('testAssertInvalid4130')]
+ public function testAssertInvalid4131(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.31.wasm',
+ text: 'type mismatch',
+ line: 4399,
+ );
+ }
+
+ #[Depends('testAssertInvalid4131')]
+ public function testAssertInvalid4132(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.32.wasm',
+ text: 'type mismatch',
+ line: 4406,
+ );
+ }
+
+ #[Depends('testAssertInvalid4132')]
+ public function testAssertInvalid4133(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.33.wasm',
+ text: 'type mismatch',
+ line: 4413,
+ );
+ }
+
+ #[Depends('testAssertInvalid4133')]
+ public function testAssertInvalid4134(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.34.wasm',
+ text: 'type mismatch',
+ line: 4420,
+ );
+ }
+
+ #[Depends('testAssertInvalid4134')]
+ public function testAssertInvalid4135(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.35.wasm',
+ text: 'type mismatch',
+ line: 4427,
+ );
+ }
+
+ #[Depends('testAssertInvalid4135')]
+ public function testAssertInvalid4136(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.36.wasm',
+ text: 'type mismatch',
+ line: 4434,
+ );
+ }
+
+ #[Depends('testAssertInvalid4136')]
+ public function testAssertInvalid4137(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.37.wasm',
+ text: 'type mismatch',
+ line: 4441,
+ );
+ }
+
+ #[Depends('testAssertInvalid4137')]
+ public function testAssertInvalid4138(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.38.wasm',
+ text: 'type mismatch',
+ line: 4448,
+ );
+ }
+
+ #[Depends('testAssertInvalid4138')]
+ public function testAssertInvalid4139(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.39.wasm',
+ text: 'type mismatch',
+ line: 4455,
+ );
+ }
+
+ #[Depends('testAssertInvalid4139')]
+ public function testAssertInvalid4140(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.40.wasm',
+ text: 'type mismatch',
+ line: 4462,
+ );
+ }
+
+ #[Depends('testAssertInvalid4140')]
+ public function testAssertInvalid4141(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.41.wasm',
+ text: 'type mismatch',
+ line: 4469,
+ );
+ }
+
+ #[Depends('testAssertInvalid4141')]
+ public function testAssertInvalid4142(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.42.wasm',
+ text: 'type mismatch',
+ line: 4476,
+ );
+ }
+
+ #[Depends('testAssertInvalid4142')]
+ public function testAssertInvalid4143(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.43.wasm',
+ text: 'type mismatch',
+ line: 4483,
+ );
+ }
+
+ #[Depends('testAssertInvalid4143')]
+ public function testAssertInvalid4144(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.44.wasm',
+ text: 'type mismatch',
+ line: 4490,
+ );
+ }
+
+ #[Depends('testAssertInvalid4144')]
+ public function testAssertInvalid4145(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.45.wasm',
+ text: 'type mismatch',
+ line: 4497,
+ );
+ }
+
+ #[Depends('testAssertInvalid4145')]
+ public function testAssertInvalid4146(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.46.wasm',
+ text: 'type mismatch',
+ line: 4504,
+ );
+ }
+
+ #[Depends('testAssertInvalid4146')]
+ public function testAssertInvalid4147(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.47.wasm',
+ text: 'type mismatch',
+ line: 4511,
+ );
+ }
+
+ #[Depends('testAssertInvalid4147')]
+ public function testAssertInvalid4148(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.48.wasm',
+ text: 'type mismatch',
+ line: 4518,
+ );
+ }
+
+ #[Depends('testAssertInvalid4148')]
+ public function testAssertInvalid4149(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.49.wasm',
+ text: 'type mismatch',
+ line: 4525,
+ );
+ }
+
+ #[Depends('testAssertInvalid4149')]
+ public function testAssertInvalid4150(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.50.wasm',
+ text: 'type mismatch',
+ line: 4532,
+ );
+ }
+
+ #[Depends('testAssertInvalid4150')]
+ public function testAssertInvalid4151(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.51.wasm',
+ text: 'type mismatch',
+ line: 4539,
+ );
+ }
+
+ #[Depends('testAssertInvalid4151')]
+ public function testAssertInvalid4152(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.52.wasm',
+ text: 'type mismatch',
+ line: 4546,
+ );
+ }
+
+ #[Depends('testAssertInvalid4152')]
+ public function testAssertInvalid4153(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.53.wasm',
+ text: 'type mismatch',
+ line: 4553,
+ );
+ }
+
+ #[Depends('testAssertInvalid4153')]
+ public function testAssertInvalid4154(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.54.wasm',
+ text: 'type mismatch',
+ line: 4560,
+ );
+ }
+
+ #[Depends('testAssertInvalid4154')]
+ public function testAssertInvalid4155(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.55.wasm',
+ text: 'type mismatch',
+ line: 4567,
+ );
+ }
+
+ #[Depends('testAssertInvalid4155')]
+ public function testAssertInvalid4156(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.56.wasm',
+ text: 'type mismatch',
+ line: 4574,
+ );
+ }
+
+ #[Depends('testAssertInvalid4156')]
+ public function testAssertInvalid4157(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.57.wasm',
+ text: 'type mismatch',
+ line: 4581,
+ );
+ }
+
+ #[Depends('testAssertInvalid4157')]
+ public function testAssertInvalid4158(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.58.wasm',
+ text: 'type mismatch',
+ line: 4588,
+ );
+ }
+
+ #[Depends('testAssertInvalid4158')]
+ public function testAssertInvalid4159(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.59.wasm',
+ text: 'type mismatch',
+ line: 4595,
+ );
+ }
+
+ #[Depends('testAssertInvalid4159')]
+ public function testAssertInvalid4160(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.60.wasm',
+ text: 'type mismatch',
+ line: 4602,
+ );
+ }
+
+ #[Depends('testAssertInvalid4160')]
+ public function testAssertInvalid4161(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.61.wasm',
+ text: 'type mismatch',
+ line: 4609,
+ );
+ }
+
+ #[Depends('testAssertInvalid4161')]
+ public function testAssertInvalid4162(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.62.wasm',
+ text: 'type mismatch',
+ line: 4616,
+ );
+ }
+
+ #[Depends('testAssertInvalid4162')]
+ public function testAssertInvalid4163(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.63.wasm',
+ text: 'type mismatch',
+ line: 4623,
+ );
+ }
+
+ #[Depends('testAssertInvalid4163')]
+ public function testAssertInvalid4164(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.64.wasm',
+ text: 'type mismatch',
+ line: 4630,
+ );
+ }
+
+ #[Depends('testAssertInvalid4164')]
+ public function testAssertInvalid4165(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.65.wasm',
+ text: 'type mismatch',
+ line: 4637,
+ );
+ }
+
+ #[Depends('testAssertInvalid4165')]
+ public function testAssertInvalid4166(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.66.wasm',
+ text: 'type mismatch',
+ line: 4644,
+ );
+ }
+
+ #[Depends('testAssertInvalid4166')]
+ public function testAssertInvalid4167(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.67.wasm',
+ text: 'type mismatch',
+ line: 4651,
+ );
+ }
+
+ #[Depends('testAssertInvalid4167')]
+ public function testAssertInvalid4168(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.68.wasm',
+ text: 'type mismatch',
+ line: 4658,
+ );
+ }
+
+ #[Depends('testAssertInvalid4168')]
+ public function testAssertInvalid4169(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.69.wasm',
+ text: 'type mismatch',
+ line: 4665,
+ );
+ }
+
+ #[Depends('testAssertInvalid4169')]
+ public function testAssertInvalid4170(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.70.wasm',
+ text: 'type mismatch',
+ line: 4672,
+ );
+ }
+
+ #[Depends('testAssertInvalid4170')]
+ public function testAssertInvalid4171(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.71.wasm',
+ text: 'type mismatch',
+ line: 4679,
+ );
+ }
+
+ #[Depends('testAssertInvalid4171')]
+ public function testAssertInvalid4172(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.72.wasm',
+ text: 'type mismatch',
+ line: 4686,
+ );
+ }
+
+ #[Depends('testAssertInvalid4172')]
+ public function testAssertInvalid4173(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.73.wasm',
+ text: 'type mismatch',
+ line: 4693,
+ );
+ }
+
+ #[Depends('testAssertInvalid4173')]
+ public function testAssertInvalid4174(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.74.wasm',
+ text: 'type mismatch',
+ line: 4700,
+ );
+ }
+
+ #[Depends('testAssertInvalid4174')]
+ public function testAssertInvalid4175(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.75.wasm',
+ text: 'type mismatch',
+ line: 4707,
+ );
+ }
+
+ #[Depends('testAssertInvalid4175')]
+ public function testAssertInvalid4176(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.76.wasm',
+ text: 'type mismatch',
+ line: 4714,
+ );
+ }
+
+ #[Depends('testAssertInvalid4176')]
+ public function testAssertInvalid4177(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.77.wasm',
+ text: 'type mismatch',
+ line: 4721,
+ );
+ }
+
+ #[Depends('testAssertInvalid4177')]
+ public function testAssertInvalid4178(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.78.wasm',
+ text: 'type mismatch',
+ line: 4728,
+ );
+ }
+
+ #[Depends('testAssertInvalid4178')]
+ public function testAssertInvalid4179(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.79.wasm',
+ text: 'type mismatch',
+ line: 4735,
+ );
+ }
+
+ #[Depends('testAssertInvalid4179')]
+ public function testAssertInvalid4180(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.80.wasm',
+ text: 'type mismatch',
+ line: 4742,
+ );
+ }
+
+ #[Depends('testAssertInvalid4180')]
+ public function testAssertInvalid4181(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.81.wasm',
+ text: 'type mismatch',
+ line: 4749,
+ );
+ }
+
+ #[Depends('testAssertInvalid4181')]
+ public function testAssertInvalid4182(): void
+ {
+ $this->runAssertInvalidCommand(
+ filename: 'memory_copy.82.wasm',
+ text: 'type mismatch',
+ line: 4756,
+ );
+ }
+
+ #[Depends('testAssertInvalid4182')]
+ public function testModule4183(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.83.wasm',
+ name: null,
+ line: 4763,
+ );
+ }
+
+ #[Depends('testModule4183')]
+ public function testAction4184(): void
+ {
+ $this->runActionCommand(
+ action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
+ line: 4780,
+ );
+ }
+
+ #[Depends('testAction4184')]
+ public function testAssertReturn4185(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '0'], ['type' => 'i32', 'value' => '9'], ['type' => 'i32', 'value' => '0']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 4782,
+ );
+ }
+
+ #[Depends('testAssertReturn4185')]
+ public function testAssertReturn4186(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '9'], ['type' => 'i32', 'value' => '20'], ['type' => 'i32', 'value' => '85']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 4784,
+ );
+ }
+
+ #[Depends('testAssertReturn4186')]
+ public function testAssertReturn4187(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '20'], ['type' => 'i32', 'value' => '65536'], ['type' => 'i32', 'value' => '0']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 4786,
+ );
+ }
+
+ #[Depends('testAssertReturn4187')]
+ public function testModule4188(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.84.wasm',
+ name: null,
+ line: 4789,
+ );
+ }
+
+ #[Depends('testModule4188')]
+ public function testAction4189(): void
+ {
+ $this->runActionCommand(
+ action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
+ line: 4806,
+ );
+ }
+
+ #[Depends('testAction4189')]
+ public function testAssertReturn4190(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '0'], ['type' => 'i32', 'value' => '10'], ['type' => 'i32', 'value' => '0']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 4808,
+ );
+ }
+
+ #[Depends('testAssertReturn4190')]
+ public function testAssertReturn4191(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '10'], ['type' => 'i32', 'value' => '21'], ['type' => 'i32', 'value' => '85']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 4810,
+ );
+ }
+
+ #[Depends('testAssertReturn4191')]
+ public function testAssertReturn4192(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '21'], ['type' => 'i32', 'value' => '65536'], ['type' => 'i32', 'value' => '0']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 4812,
+ );
+ }
+
+ #[Depends('testAssertReturn4192')]
+ public function testModule4193(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.85.wasm',
+ name: null,
+ line: 4815,
+ );
+ }
+
+ #[Depends('testModule4193')]
+ public function testAssertTrap4194(): void
+ {
+ $this->runAssertTrapCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
+ text: 'out of bounds memory access',
+ line: 4819,
+ );
+ }
+
+ #[Depends('testAssertTrap4194')]
+ public function testModule4195(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.86.wasm',
+ name: null,
+ line: 4821,
+ );
+ }
+
+ #[Depends('testModule4195')]
+ public function testAssertTrap4196(): void
+ {
+ $this->runAssertTrapCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
+ text: 'out of bounds memory access',
+ line: 4825,
+ );
+ }
+
+ #[Depends('testAssertTrap4196')]
+ public function testModule4197(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.87.wasm',
+ name: null,
+ line: 4827,
+ );
+ }
+
+ #[Depends('testModule4197')]
+ public function testAssertTrap4198(): void
+ {
+ $this->runAssertTrapCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
+ text: 'out of bounds memory access',
+ line: 4831,
+ );
+ }
+
+ #[Depends('testAssertTrap4198')]
+ public function testModule4199(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.88.wasm',
+ name: null,
+ line: 4833,
+ );
+ }
+
+ #[Depends('testModule4199')]
+ public function testAssertTrap4200(): void
+ {
+ $this->runAssertTrapCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
+ text: 'out of bounds memory access',
+ line: 4837,
+ );
+ }
+
+ #[Depends('testAssertTrap4200')]
+ public function testModule4201(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.89.wasm',
+ name: null,
+ line: 4839,
+ );
+ }
+
+ #[Depends('testModule4201')]
+ public function testAction4202(): void
+ {
+ $this->runActionCommand(
+ action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
+ line: 4857,
+ );
+ }
+
+ #[Depends('testAction4202')]
+ public function testAssertReturn4203(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '0'], ['type' => 'i32', 'value' => '32768'], ['type' => 'i32', 'value' => '85']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 4859,
+ );
+ }
+
+ #[Depends('testAssertReturn4203')]
+ public function testAssertReturn4204(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '32768'], ['type' => 'i32', 'value' => '65536'], ['type' => 'i32', 'value' => '170']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 4861,
+ );
+ }
+
+ #[Depends('testAssertReturn4204')]
+ public function testModule4205(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.90.wasm',
+ name: null,
+ line: 4863,
+ );
+ }
+
+ #[Depends('testModule4205')]
+ public function testAction4206(): void
+ {
+ $this->runActionCommand(
+ action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
+ line: 4867,
+ );
+ }
+
+ #[Depends('testAction4206')]
+ public function testModule4207(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.91.wasm',
+ name: null,
+ line: 4869,
+ );
+ }
+
+ #[Depends('testModule4207')]
+ public function testAssertTrap4208(): void
+ {
+ $this->runAssertTrapCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
+ text: 'out of bounds memory access',
+ line: 4873,
+ );
+ }
+
+ #[Depends('testAssertTrap4208')]
+ public function testModule4209(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.92.wasm',
+ name: null,
+ line: 4875,
+ );
+ }
+
+ #[Depends('testModule4209')]
+ public function testAction4210(): void
+ {
+ $this->runActionCommand(
+ action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
+ line: 4879,
+ );
+ }
+
+ #[Depends('testAction4210')]
+ public function testModule4211(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.93.wasm',
+ name: null,
+ line: 4881,
+ );
+ }
+
+ #[Depends('testModule4211')]
+ public function testAssertTrap4212(): void
+ {
+ $this->runAssertTrapCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
+ text: 'out of bounds memory access',
+ line: 4885,
+ );
+ }
+
+ #[Depends('testAssertTrap4212')]
+ public function testModule4213(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.94.wasm',
+ name: null,
+ line: 4887,
+ );
+ }
+
+ #[Depends('testModule4213')]
+ public function testAction4214(): void
+ {
+ $this->runActionCommand(
+ action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
+ line: 4891,
+ );
+ }
+
+ #[Depends('testAction4214')]
+ public function testModule4215(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.95.wasm',
+ name: null,
+ line: 4893,
+ );
+ }
+
+ #[Depends('testModule4215')]
+ public function testAssertTrap4216(): void
+ {
+ $this->runAssertTrapCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
+ text: 'out of bounds memory access',
+ line: 4897,
+ );
+ }
+
+ #[Depends('testAssertTrap4216')]
+ public function testModule4217(): void
+ {
+ $this->runModuleCommand(
+ filename: 'memory_copy.96.wasm',
+ name: null,
+ line: 4899,
+ );
+ }
+
+ #[Depends('testModule4217')]
+ public function testAction4218(): void
+ {
+ $this->runActionCommand(
+ action: ['type' => 'invoke', 'field' => 'test', 'args' => []],
+ line: 5115,
+ );
+ }
+
+ #[Depends('testAction4218')]
+ public function testAssertReturn4219(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '0'], ['type' => 'i32', 'value' => '124'], ['type' => 'i32', 'value' => '0']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5117,
+ );
+ }
+
+ #[Depends('testAssertReturn4219')]
+ public function testAssertReturn4220(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '124'], ['type' => 'i32', 'value' => '1517'], ['type' => 'i32', 'value' => '9']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5119,
+ );
+ }
+
+ #[Depends('testAssertReturn4220')]
+ public function testAssertReturn4221(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '1517'], ['type' => 'i32', 'value' => '2132'], ['type' => 'i32', 'value' => '0']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5121,
+ );
+ }
+
+ #[Depends('testAssertReturn4221')]
+ public function testAssertReturn4222(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '2132'], ['type' => 'i32', 'value' => '2827'], ['type' => 'i32', 'value' => '10']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5123,
+ );
+ }
+
+ #[Depends('testAssertReturn4222')]
+ public function testAssertReturn4223(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '2827'], ['type' => 'i32', 'value' => '2921'], ['type' => 'i32', 'value' => '92']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5125,
+ );
+ }
+
+ #[Depends('testAssertReturn4223')]
+ public function testAssertReturn4224(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '2921'], ['type' => 'i32', 'value' => '3538'], ['type' => 'i32', 'value' => '83']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5127,
+ );
+ }
+
+ #[Depends('testAssertReturn4224')]
+ public function testAssertReturn4225(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '3538'], ['type' => 'i32', 'value' => '3786'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5129,
+ );
+ }
+
+ #[Depends('testAssertReturn4225')]
+ public function testAssertReturn4226(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '3786'], ['type' => 'i32', 'value' => '4042'], ['type' => 'i32', 'value' => '97']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5131,
+ );
+ }
+
+ #[Depends('testAssertReturn4226')]
+ public function testAssertReturn4227(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '4042'], ['type' => 'i32', 'value' => '4651'], ['type' => 'i32', 'value' => '99']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5133,
+ );
+ }
+
+ #[Depends('testAssertReturn4227')]
+ public function testAssertReturn4228(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '4651'], ['type' => 'i32', 'value' => '5057'], ['type' => 'i32', 'value' => '0']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5135,
+ );
+ }
+
+ #[Depends('testAssertReturn4228')]
+ public function testAssertReturn4229(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '5057'], ['type' => 'i32', 'value' => '5109'], ['type' => 'i32', 'value' => '99']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5137,
+ );
+ }
+
+ #[Depends('testAssertReturn4229')]
+ public function testAssertReturn4230(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '5109'], ['type' => 'i32', 'value' => '5291'], ['type' => 'i32', 'value' => '0']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5139,
+ );
+ }
+
+ #[Depends('testAssertReturn4230')]
+ public function testAssertReturn4231(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '5291'], ['type' => 'i32', 'value' => '5524'], ['type' => 'i32', 'value' => '72']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5141,
+ );
+ }
+
+ #[Depends('testAssertReturn4231')]
+ public function testAssertReturn4232(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '5524'], ['type' => 'i32', 'value' => '5691'], ['type' => 'i32', 'value' => '92']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5143,
+ );
+ }
+
+ #[Depends('testAssertReturn4232')]
+ public function testAssertReturn4233(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '5691'], ['type' => 'i32', 'value' => '6552'], ['type' => 'i32', 'value' => '83']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5145,
+ );
+ }
+
+ #[Depends('testAssertReturn4233')]
+ public function testAssertReturn4234(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '6552'], ['type' => 'i32', 'value' => '7133'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5147,
+ );
+ }
+
+ #[Depends('testAssertReturn4234')]
+ public function testAssertReturn4235(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '7133'], ['type' => 'i32', 'value' => '7665'], ['type' => 'i32', 'value' => '99']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5149,
+ );
+ }
+
+ #[Depends('testAssertReturn4235')]
+ public function testAssertReturn4236(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '7665'], ['type' => 'i32', 'value' => '8314'], ['type' => 'i32', 'value' => '0']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5151,
+ );
+ }
+
+ #[Depends('testAssertReturn4236')]
+ public function testAssertReturn4237(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '8314'], ['type' => 'i32', 'value' => '8360'], ['type' => 'i32', 'value' => '62']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5153,
+ );
+ }
+
+ #[Depends('testAssertReturn4237')]
+ public function testAssertReturn4238(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '8360'], ['type' => 'i32', 'value' => '8793'], ['type' => 'i32', 'value' => '86']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5155,
+ );
+ }
+
+ #[Depends('testAssertReturn4238')]
+ public function testAssertReturn4239(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '8793'], ['type' => 'i32', 'value' => '8979'], ['type' => 'i32', 'value' => '83']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5157,
+ );
+ }
+
+ #[Depends('testAssertReturn4239')]
+ public function testAssertReturn4240(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '8979'], ['type' => 'i32', 'value' => '9373'], ['type' => 'i32', 'value' => '79']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5159,
+ );
+ }
+
+ #[Depends('testAssertReturn4240')]
+ public function testAssertReturn4241(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '9373'], ['type' => 'i32', 'value' => '9518'], ['type' => 'i32', 'value' => '95']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5161,
+ );
+ }
+
+ #[Depends('testAssertReturn4241')]
+ public function testAssertReturn4242(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '9518'], ['type' => 'i32', 'value' => '9934'], ['type' => 'i32', 'value' => '59']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5163,
+ );
+ }
+
+ #[Depends('testAssertReturn4242')]
+ public function testAssertReturn4243(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '9934'], ['type' => 'i32', 'value' => '10087'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5165,
+ );
+ }
+
+ #[Depends('testAssertReturn4243')]
+ public function testAssertReturn4244(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '10087'], ['type' => 'i32', 'value' => '10206'], ['type' => 'i32', 'value' => '5']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5167,
+ );
+ }
+
+ #[Depends('testAssertReturn4244')]
+ public function testAssertReturn4245(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '10206'], ['type' => 'i32', 'value' => '10230'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5169,
+ );
+ }
+
+ #[Depends('testAssertReturn4245')]
+ public function testAssertReturn4246(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '10230'], ['type' => 'i32', 'value' => '10249'], ['type' => 'i32', 'value' => '41']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5171,
+ );
+ }
+
+ #[Depends('testAssertReturn4246')]
+ public function testAssertReturn4247(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '10249'], ['type' => 'i32', 'value' => '11148'], ['type' => 'i32', 'value' => '83']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5173,
+ );
+ }
+
+ #[Depends('testAssertReturn4247')]
+ public function testAssertReturn4248(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '11148'], ['type' => 'i32', 'value' => '11356'], ['type' => 'i32', 'value' => '74']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5175,
+ );
+ }
+
+ #[Depends('testAssertReturn4248')]
+ public function testAssertReturn4249(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '11356'], ['type' => 'i32', 'value' => '11380'], ['type' => 'i32', 'value' => '93']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5177,
+ );
+ }
+
+ #[Depends('testAssertReturn4249')]
+ public function testAssertReturn4250(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '11380'], ['type' => 'i32', 'value' => '11939'], ['type' => 'i32', 'value' => '74']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5179,
+ );
+ }
+
+ #[Depends('testAssertReturn4250')]
+ public function testAssertReturn4251(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '11939'], ['type' => 'i32', 'value' => '12159'], ['type' => 'i32', 'value' => '68']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5181,
+ );
+ }
+
+ #[Depends('testAssertReturn4251')]
+ public function testAssertReturn4252(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '12159'], ['type' => 'i32', 'value' => '12575'], ['type' => 'i32', 'value' => '83']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5183,
+ );
+ }
+
+ #[Depends('testAssertReturn4252')]
+ public function testAssertReturn4253(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '12575'], ['type' => 'i32', 'value' => '12969'], ['type' => 'i32', 'value' => '79']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5185,
+ );
+ }
+
+ #[Depends('testAssertReturn4253')]
+ public function testAssertReturn4254(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '12969'], ['type' => 'i32', 'value' => '13114'], ['type' => 'i32', 'value' => '95']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5187,
+ );
+ }
+
+ #[Depends('testAssertReturn4254')]
+ public function testAssertReturn4255(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '13114'], ['type' => 'i32', 'value' => '14133'], ['type' => 'i32', 'value' => '59']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5189,
+ );
+ }
+
+ #[Depends('testAssertReturn4255')]
+ public function testAssertReturn4256(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '14133'], ['type' => 'i32', 'value' => '14404'], ['type' => 'i32', 'value' => '76']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5191,
+ );
+ }
+
+ #[Depends('testAssertReturn4256')]
+ public function testAssertReturn4257(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '14404'], ['type' => 'i32', 'value' => '14428'], ['type' => 'i32', 'value' => '57']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5193,
+ );
+ }
+
+ #[Depends('testAssertReturn4257')]
+ public function testAssertReturn4258(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '14428'], ['type' => 'i32', 'value' => '14458'], ['type' => 'i32', 'value' => '59']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5195,
+ );
+ }
+
+ #[Depends('testAssertReturn4258')]
+ public function testAssertReturn4259(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '14458'], ['type' => 'i32', 'value' => '14580'], ['type' => 'i32', 'value' => '32']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5197,
+ );
+ }
+
+ #[Depends('testAssertReturn4259')]
+ public function testAssertReturn4260(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '14580'], ['type' => 'i32', 'value' => '14777'], ['type' => 'i32', 'value' => '89']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5199,
+ );
+ }
+
+ #[Depends('testAssertReturn4260')]
+ public function testAssertReturn4261(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '14777'], ['type' => 'i32', 'value' => '15124'], ['type' => 'i32', 'value' => '59']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5201,
+ );
+ }
+
+ #[Depends('testAssertReturn4261')]
+ public function testAssertReturn4262(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '15124'], ['type' => 'i32', 'value' => '15126'], ['type' => 'i32', 'value' => '36']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5203,
+ );
+ }
+
+ #[Depends('testAssertReturn4262')]
+ public function testAssertReturn4263(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '15126'], ['type' => 'i32', 'value' => '15192'], ['type' => 'i32', 'value' => '100']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5205,
+ );
+ }
+
+ #[Depends('testAssertReturn4263')]
+ public function testAssertReturn4264(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '15192'], ['type' => 'i32', 'value' => '15871'], ['type' => 'i32', 'value' => '96']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5207,
+ );
+ }
+
+ #[Depends('testAssertReturn4264')]
+ public function testAssertReturn4265(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '15871'], ['type' => 'i32', 'value' => '15998'], ['type' => 'i32', 'value' => '95']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5209,
+ );
+ }
+
+ #[Depends('testAssertReturn4265')]
+ public function testAssertReturn4266(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '15998'], ['type' => 'i32', 'value' => '17017'], ['type' => 'i32', 'value' => '59']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5211,
+ );
+ }
+
+ #[Depends('testAssertReturn4266')]
+ public function testAssertReturn4267(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '17017'], ['type' => 'i32', 'value' => '17288'], ['type' => 'i32', 'value' => '76']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5213,
+ );
+ }
+
+ #[Depends('testAssertReturn4267')]
+ public function testAssertReturn4268(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '17288'], ['type' => 'i32', 'value' => '17312'], ['type' => 'i32', 'value' => '57']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5215,
+ );
+ }
+
+ #[Depends('testAssertReturn4268')]
+ public function testAssertReturn4269(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '17312'], ['type' => 'i32', 'value' => '17342'], ['type' => 'i32', 'value' => '59']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5217,
+ );
+ }
+
+ #[Depends('testAssertReturn4269')]
+ public function testAssertReturn4270(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '17342'], ['type' => 'i32', 'value' => '17464'], ['type' => 'i32', 'value' => '32']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5219,
+ );
+ }
+
+ #[Depends('testAssertReturn4270')]
+ public function testAssertReturn4271(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '17464'], ['type' => 'i32', 'value' => '17661'], ['type' => 'i32', 'value' => '89']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5221,
+ );
+ }
+
+ #[Depends('testAssertReturn4271')]
+ public function testAssertReturn4272(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '17661'], ['type' => 'i32', 'value' => '17727'], ['type' => 'i32', 'value' => '59']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5223,
+ );
+ }
+
+ #[Depends('testAssertReturn4272')]
+ public function testAssertReturn4273(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '17727'], ['type' => 'i32', 'value' => '17733'], ['type' => 'i32', 'value' => '5']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5225,
+ );
+ }
+
+ #[Depends('testAssertReturn4273')]
+ public function testAssertReturn4274(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '17733'], ['type' => 'i32', 'value' => '17893'], ['type' => 'i32', 'value' => '96']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5227,
+ );
+ }
+
+ #[Depends('testAssertReturn4274')]
+ public function testAssertReturn4275(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '17893'], ['type' => 'i32', 'value' => '18553'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5229,
+ );
+ }
+
+ #[Depends('testAssertReturn4275')]
+ public function testAssertReturn4276(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '18553'], ['type' => 'i32', 'value' => '18744'], ['type' => 'i32', 'value' => '42']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5231,
+ );
+ }
+
+ #[Depends('testAssertReturn4276')]
+ public function testAssertReturn4277(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '18744'], ['type' => 'i32', 'value' => '18801'], ['type' => 'i32', 'value' => '76']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5233,
+ );
+ }
+
+ #[Depends('testAssertReturn4277')]
+ public function testAssertReturn4278(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '18801'], ['type' => 'i32', 'value' => '18825'], ['type' => 'i32', 'value' => '57']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5235,
+ );
+ }
+
+ #[Depends('testAssertReturn4278')]
+ public function testAssertReturn4279(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '18825'], ['type' => 'i32', 'value' => '18876'], ['type' => 'i32', 'value' => '59']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5237,
+ );
+ }
+
+ #[Depends('testAssertReturn4279')]
+ public function testAssertReturn4280(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '18876'], ['type' => 'i32', 'value' => '18885'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5239,
+ );
+ }
+
+ #[Depends('testAssertReturn4280')]
+ public function testAssertReturn4281(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '18885'], ['type' => 'i32', 'value' => '18904'], ['type' => 'i32', 'value' => '41']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5241,
+ );
+ }
+
+ #[Depends('testAssertReturn4281')]
+ public function testAssertReturn4282(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '18904'], ['type' => 'i32', 'value' => '19567'], ['type' => 'i32', 'value' => '83']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5243,
+ );
+ }
+
+ #[Depends('testAssertReturn4282')]
+ public function testAssertReturn4283(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '19567'], ['type' => 'i32', 'value' => '20403'], ['type' => 'i32', 'value' => '96']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5245,
+ );
+ }
+
+ #[Depends('testAssertReturn4283')]
+ public function testAssertReturn4284(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '20403'], ['type' => 'i32', 'value' => '21274'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5247,
+ );
+ }
+
+ #[Depends('testAssertReturn4284')]
+ public function testAssertReturn4285(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '21274'], ['type' => 'i32', 'value' => '21364'], ['type' => 'i32', 'value' => '100']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5249,
+ );
+ }
+
+ #[Depends('testAssertReturn4285')]
+ public function testAssertReturn4286(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '21364'], ['type' => 'i32', 'value' => '21468'], ['type' => 'i32', 'value' => '74']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5251,
+ );
+ }
+
+ #[Depends('testAssertReturn4286')]
+ public function testAssertReturn4287(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '21468'], ['type' => 'i32', 'value' => '21492'], ['type' => 'i32', 'value' => '93']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5253,
+ );
+ }
+
+ #[Depends('testAssertReturn4287')]
+ public function testAssertReturn4288(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '21492'], ['type' => 'i32', 'value' => '22051'], ['type' => 'i32', 'value' => '74']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5255,
+ );
+ }
+
+ #[Depends('testAssertReturn4288')]
+ public function testAssertReturn4289(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '22051'], ['type' => 'i32', 'value' => '22480'], ['type' => 'i32', 'value' => '68']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5257,
+ );
+ }
+
+ #[Depends('testAssertReturn4289')]
+ public function testAssertReturn4290(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '22480'], ['type' => 'i32', 'value' => '22685'], ['type' => 'i32', 'value' => '100']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5259,
+ );
+ }
+
+ #[Depends('testAssertReturn4290')]
+ public function testAssertReturn4291(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '22685'], ['type' => 'i32', 'value' => '22694'], ['type' => 'i32', 'value' => '68']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5261,
+ );
+ }
+
+ #[Depends('testAssertReturn4291')]
+ public function testAssertReturn4292(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '22694'], ['type' => 'i32', 'value' => '22821'], ['type' => 'i32', 'value' => '10']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5263,
+ );
+ }
+
+ #[Depends('testAssertReturn4292')]
+ public function testAssertReturn4293(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '22821'], ['type' => 'i32', 'value' => '22869'], ['type' => 'i32', 'value' => '100']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5265,
+ );
+ }
+
+ #[Depends('testAssertReturn4293')]
+ public function testAssertReturn4294(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '22869'], ['type' => 'i32', 'value' => '24107'], ['type' => 'i32', 'value' => '97']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5267,
+ );
+ }
+
+ #[Depends('testAssertReturn4294')]
+ public function testAssertReturn4295(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '24107'], ['type' => 'i32', 'value' => '24111'], ['type' => 'i32', 'value' => '37']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5269,
+ );
+ }
+
+ #[Depends('testAssertReturn4295')]
+ public function testAssertReturn4296(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '24111'], ['type' => 'i32', 'value' => '24236'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5271,
+ );
+ }
+
+ #[Depends('testAssertReturn4296')]
+ public function testAssertReturn4297(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '24236'], ['type' => 'i32', 'value' => '24348'], ['type' => 'i32', 'value' => '72']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5273,
+ );
+ }
+
+ #[Depends('testAssertReturn4297')]
+ public function testAssertReturn4298(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '24348'], ['type' => 'i32', 'value' => '24515'], ['type' => 'i32', 'value' => '92']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5275,
+ );
+ }
+
+ #[Depends('testAssertReturn4298')]
+ public function testAssertReturn4299(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '24515'], ['type' => 'i32', 'value' => '24900'], ['type' => 'i32', 'value' => '83']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5277,
+ );
+ }
+
+ #[Depends('testAssertReturn4299')]
+ public function testAssertReturn4300(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '24900'], ['type' => 'i32', 'value' => '25136'], ['type' => 'i32', 'value' => '95']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5279,
+ );
+ }
+
+ #[Depends('testAssertReturn4300')]
+ public function testAssertReturn4301(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '25136'], ['type' => 'i32', 'value' => '25182'], ['type' => 'i32', 'value' => '85']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5281,
+ );
+ }
+
+ #[Depends('testAssertReturn4301')]
+ public function testAssertReturn4302(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '25182'], ['type' => 'i32', 'value' => '25426'], ['type' => 'i32', 'value' => '68']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5283,
+ );
+ }
+
+ #[Depends('testAssertReturn4302')]
+ public function testAssertReturn4303(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '25426'], ['type' => 'i32', 'value' => '25613'], ['type' => 'i32', 'value' => '89']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5285,
+ );
+ }
+
+ #[Depends('testAssertReturn4303')]
+ public function testAssertReturn4304(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '25613'], ['type' => 'i32', 'value' => '25830'], ['type' => 'i32', 'value' => '96']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5287,
+ );
+ }
+
+ #[Depends('testAssertReturn4304')]
+ public function testAssertReturn4305(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '25830'], ['type' => 'i32', 'value' => '26446'], ['type' => 'i32', 'value' => '100']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5289,
+ );
+ }
+
+ #[Depends('testAssertReturn4305')]
+ public function testAssertReturn4306(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '26446'], ['type' => 'i32', 'value' => '26517'], ['type' => 'i32', 'value' => '10']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5291,
+ );
+ }
+
+ #[Depends('testAssertReturn4306')]
+ public function testAssertReturn4307(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '26517'], ['type' => 'i32', 'value' => '27468'], ['type' => 'i32', 'value' => '92']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5293,
+ );
+ }
+
+ #[Depends('testAssertReturn4307')]
+ public function testAssertReturn4308(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '27468'], ['type' => 'i32', 'value' => '27503'], ['type' => 'i32', 'value' => '95']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5295,
+ );
+ }
+
+ #[Depends('testAssertReturn4308')]
+ public function testAssertReturn4309(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '27503'], ['type' => 'i32', 'value' => '27573'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5297,
+ );
+ }
+
+ #[Depends('testAssertReturn4309')]
+ public function testAssertReturn4310(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '27573'], ['type' => 'i32', 'value' => '28245'], ['type' => 'i32', 'value' => '92']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5299,
+ );
+ }
+
+ #[Depends('testAssertReturn4310')]
+ public function testAssertReturn4311(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '28245'], ['type' => 'i32', 'value' => '28280'], ['type' => 'i32', 'value' => '95']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5301,
+ );
+ }
+
+ #[Depends('testAssertReturn4311')]
+ public function testAssertReturn4312(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '28280'], ['type' => 'i32', 'value' => '29502'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5303,
+ );
+ }
+
+ #[Depends('testAssertReturn4312')]
+ public function testAssertReturn4313(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '29502'], ['type' => 'i32', 'value' => '29629'], ['type' => 'i32', 'value' => '42']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5305,
+ );
+ }
+
+ #[Depends('testAssertReturn4313')]
+ public function testAssertReturn4314(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '29629'], ['type' => 'i32', 'value' => '30387'], ['type' => 'i32', 'value' => '83']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5307,
+ );
+ }
+
+ #[Depends('testAssertReturn4314')]
+ public function testAssertReturn4315(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '30387'], ['type' => 'i32', 'value' => '30646'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5309,
+ );
+ }
+
+ #[Depends('testAssertReturn4315')]
+ public function testAssertReturn4316(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '30646'], ['type' => 'i32', 'value' => '31066'], ['type' => 'i32', 'value' => '92']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5311,
+ );
+ }
+
+ #[Depends('testAssertReturn4316')]
+ public function testAssertReturn4317(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '31066'], ['type' => 'i32', 'value' => '31131'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5313,
+ );
+ }
+
+ #[Depends('testAssertReturn4317')]
+ public function testAssertReturn4318(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '31131'], ['type' => 'i32', 'value' => '31322'], ['type' => 'i32', 'value' => '42']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5315,
+ );
+ }
+
+ #[Depends('testAssertReturn4318')]
+ public function testAssertReturn4319(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '31322'], ['type' => 'i32', 'value' => '31379'], ['type' => 'i32', 'value' => '76']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5317,
+ );
+ }
+
+ #[Depends('testAssertReturn4319')]
+ public function testAssertReturn4320(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '31379'], ['type' => 'i32', 'value' => '31403'], ['type' => 'i32', 'value' => '57']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5319,
+ );
+ }
+
+ #[Depends('testAssertReturn4320')]
+ public function testAssertReturn4321(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '31403'], ['type' => 'i32', 'value' => '31454'], ['type' => 'i32', 'value' => '59']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5321,
+ );
+ }
+
+ #[Depends('testAssertReturn4321')]
+ public function testAssertReturn4322(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '31454'], ['type' => 'i32', 'value' => '31463'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5323,
+ );
+ }
+
+ #[Depends('testAssertReturn4322')]
+ public function testAssertReturn4323(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '31463'], ['type' => 'i32', 'value' => '31482'], ['type' => 'i32', 'value' => '41']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5325,
+ );
+ }
+
+ #[Depends('testAssertReturn4323')]
+ public function testAssertReturn4324(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '31482'], ['type' => 'i32', 'value' => '31649'], ['type' => 'i32', 'value' => '83']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5327,
+ );
+ }
+
+ #[Depends('testAssertReturn4324')]
+ public function testAssertReturn4325(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '31649'], ['type' => 'i32', 'value' => '31978'], ['type' => 'i32', 'value' => '72']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5329,
+ );
+ }
+
+ #[Depends('testAssertReturn4325')]
+ public function testAssertReturn4326(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '31978'], ['type' => 'i32', 'value' => '32145'], ['type' => 'i32', 'value' => '92']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5331,
+ );
+ }
+
+ #[Depends('testAssertReturn4326')]
+ public function testAssertReturn4327(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '32145'], ['type' => 'i32', 'value' => '32530'], ['type' => 'i32', 'value' => '83']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5333,
+ );
+ }
+
+ #[Depends('testAssertReturn4327')]
+ public function testAssertReturn4328(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '32530'], ['type' => 'i32', 'value' => '32766'], ['type' => 'i32', 'value' => '95']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5335,
+ );
+ }
+
+ #[Depends('testAssertReturn4328')]
+ public function testAssertReturn4329(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '32766'], ['type' => 'i32', 'value' => '32812'], ['type' => 'i32', 'value' => '85']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5337,
+ );
+ }
+
+ #[Depends('testAssertReturn4329')]
+ public function testAssertReturn4330(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '32812'], ['type' => 'i32', 'value' => '33056'], ['type' => 'i32', 'value' => '68']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5339,
+ );
+ }
+
+ #[Depends('testAssertReturn4330')]
+ public function testAssertReturn4331(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '33056'], ['type' => 'i32', 'value' => '33660'], ['type' => 'i32', 'value' => '89']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5341,
+ );
+ }
+
+ #[Depends('testAssertReturn4331')]
+ public function testAssertReturn4332(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '33660'], ['type' => 'i32', 'value' => '33752'], ['type' => 'i32', 'value' => '59']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5343,
+ );
+ }
+
+ #[Depends('testAssertReturn4332')]
+ public function testAssertReturn4333(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '33752'], ['type' => 'i32', 'value' => '33775'], ['type' => 'i32', 'value' => '36']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5345,
+ );
+ }
+
+ #[Depends('testAssertReturn4333')]
+ public function testAssertReturn4334(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '33775'], ['type' => 'i32', 'value' => '33778'], ['type' => 'i32', 'value' => '32']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5347,
+ );
+ }
+
+ #[Depends('testAssertReturn4334')]
+ public function testAssertReturn4335(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '33778'], ['type' => 'i32', 'value' => '34603'], ['type' => 'i32', 'value' => '9']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5349,
+ );
+ }
+
+ #[Depends('testAssertReturn4335')]
+ public function testAssertReturn4336(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '34603'], ['type' => 'i32', 'value' => '35218'], ['type' => 'i32', 'value' => '0']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5351,
+ );
+ }
+
+ #[Depends('testAssertReturn4336')]
+ public function testAssertReturn4337(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '35218'], ['type' => 'i32', 'value' => '35372'], ['type' => 'i32', 'value' => '10']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5353,
+ );
+ }
+
+ #[Depends('testAssertReturn4337')]
+ public function testAssertReturn4338(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '35372'], ['type' => 'i32', 'value' => '35486'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5355,
+ );
+ }
+
+ #[Depends('testAssertReturn4338')]
+ public function testAssertReturn4339(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '35486'], ['type' => 'i32', 'value' => '35605'], ['type' => 'i32', 'value' => '5']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5357,
+ );
+ }
+
+ #[Depends('testAssertReturn4339')]
+ public function testAssertReturn4340(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '35605'], ['type' => 'i32', 'value' => '35629'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5359,
+ );
+ }
+
+ #[Depends('testAssertReturn4340')]
+ public function testAssertReturn4341(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '35629'], ['type' => 'i32', 'value' => '35648'], ['type' => 'i32', 'value' => '41']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5361,
+ );
+ }
+
+ #[Depends('testAssertReturn4341')]
+ public function testAssertReturn4342(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '35648'], ['type' => 'i32', 'value' => '36547'], ['type' => 'i32', 'value' => '83']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5363,
+ );
+ }
+
+ #[Depends('testAssertReturn4342')]
+ public function testAssertReturn4343(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '36547'], ['type' => 'i32', 'value' => '36755'], ['type' => 'i32', 'value' => '74']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5365,
+ );
+ }
+
+ #[Depends('testAssertReturn4343')]
+ public function testAssertReturn4344(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '36755'], ['type' => 'i32', 'value' => '36767'], ['type' => 'i32', 'value' => '93']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5367,
+ );
+ }
+
+ #[Depends('testAssertReturn4344')]
+ public function testAssertReturn4345(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '36767'], ['type' => 'i32', 'value' => '36810'], ['type' => 'i32', 'value' => '83']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5369,
+ );
+ }
+
+ #[Depends('testAssertReturn4345')]
+ public function testAssertReturn4346(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '36810'], ['type' => 'i32', 'value' => '36839'], ['type' => 'i32', 'value' => '100']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5371,
+ );
+ }
+
+ #[Depends('testAssertReturn4346')]
+ public function testAssertReturn4347(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '36839'], ['type' => 'i32', 'value' => '37444'], ['type' => 'i32', 'value' => '96']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5373,
+ );
+ }
+
+ #[Depends('testAssertReturn4347')]
+ public function testAssertReturn4348(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '37444'], ['type' => 'i32', 'value' => '38060'], ['type' => 'i32', 'value' => '100']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5375,
+ );
+ }
+
+ #[Depends('testAssertReturn4348')]
+ public function testAssertReturn4349(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '38060'], ['type' => 'i32', 'value' => '38131'], ['type' => 'i32', 'value' => '10']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5377,
+ );
+ }
+
+ #[Depends('testAssertReturn4349')]
+ public function testAssertReturn4350(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '38131'], ['type' => 'i32', 'value' => '39082'], ['type' => 'i32', 'value' => '92']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5379,
+ );
+ }
+
+ #[Depends('testAssertReturn4350')]
+ public function testAssertReturn4351(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '39082'], ['type' => 'i32', 'value' => '39117'], ['type' => 'i32', 'value' => '95']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5381,
+ );
+ }
+
+ #[Depends('testAssertReturn4351')]
+ public function testAssertReturn4352(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '39117'], ['type' => 'i32', 'value' => '39187'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5383,
+ );
+ }
+
+ #[Depends('testAssertReturn4352')]
+ public function testAssertReturn4353(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '39187'], ['type' => 'i32', 'value' => '39859'], ['type' => 'i32', 'value' => '92']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5385,
+ );
+ }
+
+ #[Depends('testAssertReturn4353')]
+ public function testAssertReturn4354(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '39859'], ['type' => 'i32', 'value' => '39894'], ['type' => 'i32', 'value' => '95']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5387,
+ );
+ }
+
+ #[Depends('testAssertReturn4354')]
+ public function testAssertReturn4355(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '39894'], ['type' => 'i32', 'value' => '40257'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5389,
+ );
+ }
+
+ #[Depends('testAssertReturn4355')]
+ public function testAssertReturn4356(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '40257'], ['type' => 'i32', 'value' => '40344'], ['type' => 'i32', 'value' => '89']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5391,
+ );
+ }
+
+ #[Depends('testAssertReturn4356')]
+ public function testAssertReturn4357(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '40344'], ['type' => 'i32', 'value' => '40371'], ['type' => 'i32', 'value' => '59']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5393,
+ );
+ }
+
+ #[Depends('testAssertReturn4357')]
+ public function testAssertReturn4358(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '40371'], ['type' => 'i32', 'value' => '40804'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5395,
+ );
+ }
+
+ #[Depends('testAssertReturn4358')]
+ public function testAssertReturn4359(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '40804'], ['type' => 'i32', 'value' => '40909'], ['type' => 'i32', 'value' => '5']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5397,
+ );
+ }
+
+ #[Depends('testAssertReturn4359')]
+ public function testAssertReturn4360(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '40909'], ['type' => 'i32', 'value' => '42259'], ['type' => 'i32', 'value' => '92']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5399,
+ );
+ }
+
+ #[Depends('testAssertReturn4360')]
+ public function testAssertReturn4361(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '42259'], ['type' => 'i32', 'value' => '42511'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5401,
+ );
+ }
+
+ #[Depends('testAssertReturn4361')]
+ public function testAssertReturn4362(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '42511'], ['type' => 'i32', 'value' => '42945'], ['type' => 'i32', 'value' => '83']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5403,
+ );
+ }
+
+ #[Depends('testAssertReturn4362')]
+ public function testAssertReturn4363(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '42945'], ['type' => 'i32', 'value' => '43115'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5405,
+ );
+ }
+
+ #[Depends('testAssertReturn4363')]
+ public function testAssertReturn4364(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '43115'], ['type' => 'i32', 'value' => '43306'], ['type' => 'i32', 'value' => '42']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5407,
+ );
+ }
+
+ #[Depends('testAssertReturn4364')]
+ public function testAssertReturn4365(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '43306'], ['type' => 'i32', 'value' => '43363'], ['type' => 'i32', 'value' => '76']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5409,
+ );
+ }
+
+ #[Depends('testAssertReturn4365')]
+ public function testAssertReturn4366(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '43363'], ['type' => 'i32', 'value' => '43387'], ['type' => 'i32', 'value' => '57']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5411,
+ );
+ }
+
+ #[Depends('testAssertReturn4366')]
+ public function testAssertReturn4367(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '43387'], ['type' => 'i32', 'value' => '43438'], ['type' => 'i32', 'value' => '59']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5413,
+ );
+ }
+
+ #[Depends('testAssertReturn4367')]
+ public function testAssertReturn4368(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '43438'], ['type' => 'i32', 'value' => '43447'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5415,
+ );
+ }
+
+ #[Depends('testAssertReturn4368')]
+ public function testAssertReturn4369(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '43447'], ['type' => 'i32', 'value' => '43466'], ['type' => 'i32', 'value' => '41']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5417,
+ );
+ }
+
+ #[Depends('testAssertReturn4369')]
+ public function testAssertReturn4370(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '43466'], ['type' => 'i32', 'value' => '44129'], ['type' => 'i32', 'value' => '83']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5419,
+ );
+ }
+
+ #[Depends('testAssertReturn4370')]
+ public function testAssertReturn4371(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '44129'], ['type' => 'i32', 'value' => '44958'], ['type' => 'i32', 'value' => '96']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5421,
+ );
+ }
+
+ #[Depends('testAssertReturn4371')]
+ public function testAssertReturn4372(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '44958'], ['type' => 'i32', 'value' => '45570'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5423,
+ );
+ }
+
+ #[Depends('testAssertReturn4372')]
+ public function testAssertReturn4373(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '45570'], ['type' => 'i32', 'value' => '45575'], ['type' => 'i32', 'value' => '92']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5425,
+ );
+ }
+
+ #[Depends('testAssertReturn4373')]
+ public function testAssertReturn4374(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '45575'], ['type' => 'i32', 'value' => '45640'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5427,
+ );
+ }
+
+ #[Depends('testAssertReturn4374')]
+ public function testAssertReturn4375(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '45640'], ['type' => 'i32', 'value' => '45742'], ['type' => 'i32', 'value' => '42']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5429,
+ );
+ }
+
+ #[Depends('testAssertReturn4375')]
+ public function testAssertReturn4376(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '45742'], ['type' => 'i32', 'value' => '45832'], ['type' => 'i32', 'value' => '72']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5431,
+ );
+ }
+
+ #[Depends('testAssertReturn4376')]
+ public function testAssertReturn4377(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '45832'], ['type' => 'i32', 'value' => '45999'], ['type' => 'i32', 'value' => '92']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5433,
+ );
+ }
+
+ #[Depends('testAssertReturn4377')]
+ public function testAssertReturn4378(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '45999'], ['type' => 'i32', 'value' => '46384'], ['type' => 'i32', 'value' => '83']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5435,
+ );
+ }
+
+ #[Depends('testAssertReturn4378')]
+ public function testAssertReturn4379(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '46384'], ['type' => 'i32', 'value' => '46596'], ['type' => 'i32', 'value' => '95']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5437,
+ );
+ }
+
+ #[Depends('testAssertReturn4379')]
+ public function testAssertReturn4380(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '46596'], ['type' => 'i32', 'value' => '46654'], ['type' => 'i32', 'value' => '92']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5439,
+ );
+ }
+
+ #[Depends('testAssertReturn4380')]
+ public function testAssertReturn4381(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '46654'], ['type' => 'i32', 'value' => '47515'], ['type' => 'i32', 'value' => '83']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5441,
+ );
+ }
+
+ #[Depends('testAssertReturn4381')]
+ public function testAssertReturn4382(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '47515'], ['type' => 'i32', 'value' => '47620'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5443,
+ );
+ }
+
+ #[Depends('testAssertReturn4382')]
+ public function testAssertReturn4383(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '47620'], ['type' => 'i32', 'value' => '47817'], ['type' => 'i32', 'value' => '79']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5445,
+ );
+ }
+
+ #[Depends('testAssertReturn4383')]
+ public function testAssertReturn4384(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '47817'], ['type' => 'i32', 'value' => '47951'], ['type' => 'i32', 'value' => '95']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5447,
+ );
+ }
+
+ #[Depends('testAssertReturn4384')]
+ public function testAssertReturn4385(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '47951'], ['type' => 'i32', 'value' => '48632'], ['type' => 'i32', 'value' => '100']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5449,
+ );
+ }
+
+ #[Depends('testAssertReturn4385')]
+ public function testAssertReturn4386(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '48632'], ['type' => 'i32', 'value' => '48699'], ['type' => 'i32', 'value' => '97']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5451,
+ );
+ }
+
+ #[Depends('testAssertReturn4386')]
+ public function testAssertReturn4387(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '48699'], ['type' => 'i32', 'value' => '48703'], ['type' => 'i32', 'value' => '37']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5453,
+ );
+ }
+
+ #[Depends('testAssertReturn4387')]
+ public function testAssertReturn4388(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '48703'], ['type' => 'i32', 'value' => '49764'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5455,
+ );
+ }
+
+ #[Depends('testAssertReturn4388')]
+ public function testAssertReturn4389(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '49764'], ['type' => 'i32', 'value' => '49955'], ['type' => 'i32', 'value' => '42']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5457,
+ );
+ }
+
+ #[Depends('testAssertReturn4389')]
+ public function testAssertReturn4390(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '49955'], ['type' => 'i32', 'value' => '50012'], ['type' => 'i32', 'value' => '76']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5459,
+ );
+ }
+
+ #[Depends('testAssertReturn4390')]
+ public function testAssertReturn4391(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '50012'], ['type' => 'i32', 'value' => '50036'], ['type' => 'i32', 'value' => '57']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5461,
+ );
+ }
+
+ #[Depends('testAssertReturn4391')]
+ public function testAssertReturn4392(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '50036'], ['type' => 'i32', 'value' => '50087'], ['type' => 'i32', 'value' => '59']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5463,
+ );
+ }
+
+ #[Depends('testAssertReturn4392')]
+ public function testAssertReturn4393(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '50087'], ['type' => 'i32', 'value' => '50096'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5465,
+ );
+ }
+
+ #[Depends('testAssertReturn4393')]
+ public function testAssertReturn4394(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '50096'], ['type' => 'i32', 'value' => '50115'], ['type' => 'i32', 'value' => '41']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5467,
+ );
+ }
+
+ #[Depends('testAssertReturn4394')]
+ public function testAssertReturn4395(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '50115'], ['type' => 'i32', 'value' => '50370'], ['type' => 'i32', 'value' => '83']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5469,
+ );
+ }
+
+ #[Depends('testAssertReturn4395')]
+ public function testAssertReturn4396(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '50370'], ['type' => 'i32', 'value' => '51358'], ['type' => 'i32', 'value' => '92']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5471,
+ );
+ }
+
+ #[Depends('testAssertReturn4396')]
+ public function testAssertReturn4397(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '51358'], ['type' => 'i32', 'value' => '51610'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5473,
+ );
+ }
+
+ #[Depends('testAssertReturn4397')]
+ public function testAssertReturn4398(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '51610'], ['type' => 'i32', 'value' => '51776'], ['type' => 'i32', 'value' => '83']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5475,
+ );
+ }
+
+ #[Depends('testAssertReturn4398')]
+ public function testAssertReturn4399(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '51776'], ['type' => 'i32', 'value' => '51833'], ['type' => 'i32', 'value' => '89']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5477,
+ );
+ }
+
+ #[Depends('testAssertReturn4399')]
+ public function testAssertReturn4400(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '51833'], ['type' => 'i32', 'value' => '52895'], ['type' => 'i32', 'value' => '100']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5479,
+ );
+ }
+
+ #[Depends('testAssertReturn4400')]
+ public function testAssertReturn4401(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '52895'], ['type' => 'i32', 'value' => '53029'], ['type' => 'i32', 'value' => '97']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5481,
+ );
+ }
+
+ #[Depends('testAssertReturn4401')]
+ public function testAssertReturn4402(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '53029'], ['type' => 'i32', 'value' => '53244'], ['type' => 'i32', 'value' => '68']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5483,
+ );
+ }
+
+ #[Depends('testAssertReturn4402')]
+ public function testAssertReturn4403(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '53244'], ['type' => 'i32', 'value' => '54066'], ['type' => 'i32', 'value' => '100']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5485,
+ );
+ }
+
+ #[Depends('testAssertReturn4403')]
+ public function testAssertReturn4404(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '54066'], ['type' => 'i32', 'value' => '54133'], ['type' => 'i32', 'value' => '97']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5487,
+ );
+ }
+
+ #[Depends('testAssertReturn4404')]
+ public function testAssertReturn4405(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '54133'], ['type' => 'i32', 'value' => '54137'], ['type' => 'i32', 'value' => '37']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5489,
+ );
+ }
+
+ #[Depends('testAssertReturn4405')]
+ public function testAssertReturn4406(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '54137'], ['type' => 'i32', 'value' => '55198'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5491,
+ );
+ }
+
+ #[Depends('testAssertReturn4406')]
+ public function testAssertReturn4407(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '55198'], ['type' => 'i32', 'value' => '55389'], ['type' => 'i32', 'value' => '42']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5493,
+ );
+ }
+
+ #[Depends('testAssertReturn4407')]
+ public function testAssertReturn4408(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '55389'], ['type' => 'i32', 'value' => '55446'], ['type' => 'i32', 'value' => '76']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5495,
+ );
+ }
+
+ #[Depends('testAssertReturn4408')]
+ public function testAssertReturn4409(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '55446'], ['type' => 'i32', 'value' => '55470'], ['type' => 'i32', 'value' => '57']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5497,
+ );
+ }
+
+ #[Depends('testAssertReturn4409')]
+ public function testAssertReturn4410(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '55470'], ['type' => 'i32', 'value' => '55521'], ['type' => 'i32', 'value' => '59']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5499,
+ );
+ }
+
+ #[Depends('testAssertReturn4410')]
+ public function testAssertReturn4411(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '55521'], ['type' => 'i32', 'value' => '55530'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5501,
+ );
+ }
+
+ #[Depends('testAssertReturn4411')]
+ public function testAssertReturn4412(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '55530'], ['type' => 'i32', 'value' => '55549'], ['type' => 'i32', 'value' => '41']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5503,
+ );
+ }
+
+ #[Depends('testAssertReturn4412')]
+ public function testAssertReturn4413(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '55549'], ['type' => 'i32', 'value' => '56212'], ['type' => 'i32', 'value' => '83']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5505,
+ );
+ }
+
+ #[Depends('testAssertReturn4413')]
+ public function testAssertReturn4414(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '56212'], ['type' => 'i32', 'value' => '57048'], ['type' => 'i32', 'value' => '96']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5507,
+ );
+ }
+
+ #[Depends('testAssertReturn4414')]
+ public function testAssertReturn4415(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '57048'], ['type' => 'i32', 'value' => '58183'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5509,
+ );
+ }
+
+ #[Depends('testAssertReturn4415')]
+ public function testAssertReturn4416(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '58183'], ['type' => 'i32', 'value' => '58202'], ['type' => 'i32', 'value' => '41']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5511,
+ );
+ }
+
+ #[Depends('testAssertReturn4416')]
+ public function testAssertReturn4417(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '58202'], ['type' => 'i32', 'value' => '58516'], ['type' => 'i32', 'value' => '83']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5513,
+ );
+ }
+
+ #[Depends('testAssertReturn4417')]
+ public function testAssertReturn4418(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '58516'], ['type' => 'i32', 'value' => '58835'], ['type' => 'i32', 'value' => '95']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5515,
+ );
+ }
+
+ #[Depends('testAssertReturn4418')]
+ public function testAssertReturn4419(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '58835'], ['type' => 'i32', 'value' => '58855'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5517,
+ );
+ }
+
+ #[Depends('testAssertReturn4419')]
+ public function testAssertReturn4420(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '58855'], ['type' => 'i32', 'value' => '59089'], ['type' => 'i32', 'value' => '95']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5519,
+ );
+ }
+
+ #[Depends('testAssertReturn4420')]
+ public function testAssertReturn4421(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '59089'], ['type' => 'i32', 'value' => '59145'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5521,
+ );
+ }
+
+ #[Depends('testAssertReturn4421')]
+ public function testAssertReturn4422(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '59145'], ['type' => 'i32', 'value' => '59677'], ['type' => 'i32', 'value' => '99']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5523,
+ );
+ }
+
+ #[Depends('testAssertReturn4422')]
+ public function testAssertReturn4423(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '59677'], ['type' => 'i32', 'value' => '60134'], ['type' => 'i32', 'value' => '0']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5525,
+ );
+ }
+
+ #[Depends('testAssertReturn4423')]
+ public function testAssertReturn4424(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '60134'], ['type' => 'i32', 'value' => '60502'], ['type' => 'i32', 'value' => '89']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5527,
+ );
+ }
+
+ #[Depends('testAssertReturn4424')]
+ public function testAssertReturn4425(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '60502'], ['type' => 'i32', 'value' => '60594'], ['type' => 'i32', 'value' => '59']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5529,
+ );
+ }
+
+ #[Depends('testAssertReturn4425')]
+ public function testAssertReturn4426(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '60594'], ['type' => 'i32', 'value' => '60617'], ['type' => 'i32', 'value' => '36']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5531,
+ );
+ }
+
+ #[Depends('testAssertReturn4426')]
+ public function testAssertReturn4427(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '60617'], ['type' => 'i32', 'value' => '60618'], ['type' => 'i32', 'value' => '32']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5533,
+ );
+ }
+
+ #[Depends('testAssertReturn4427')]
+ public function testAssertReturn4428(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '60618'], ['type' => 'i32', 'value' => '60777'], ['type' => 'i32', 'value' => '42']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5535,
+ );
+ }
+
+ #[Depends('testAssertReturn4428')]
+ public function testAssertReturn4429(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '60777'], ['type' => 'i32', 'value' => '60834'], ['type' => 'i32', 'value' => '76']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5537,
+ );
+ }
+
+ #[Depends('testAssertReturn4429')]
+ public function testAssertReturn4430(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '60834'], ['type' => 'i32', 'value' => '60858'], ['type' => 'i32', 'value' => '57']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5539,
+ );
+ }
+
+ #[Depends('testAssertReturn4430')]
+ public function testAssertReturn4431(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '60858'], ['type' => 'i32', 'value' => '60909'], ['type' => 'i32', 'value' => '59']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5541,
+ );
+ }
+
+ #[Depends('testAssertReturn4431')]
+ public function testAssertReturn4432(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '60909'], ['type' => 'i32', 'value' => '60918'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5543,
+ );
+ }
+
+ #[Depends('testAssertReturn4432')]
+ public function testAssertReturn4433(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '60918'], ['type' => 'i32', 'value' => '60937'], ['type' => 'i32', 'value' => '41']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5545,
+ );
+ }
+
+ #[Depends('testAssertReturn4433')]
+ public function testAssertReturn4434(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '60937'], ['type' => 'i32', 'value' => '61600'], ['type' => 'i32', 'value' => '83']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5547,
+ );
+ }
+
+ #[Depends('testAssertReturn4434')]
+ public function testAssertReturn4435(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '61600'], ['type' => 'i32', 'value' => '62436'], ['type' => 'i32', 'value' => '96']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5549,
+ );
+ }
+
+ #[Depends('testAssertReturn4435')]
+ public function testAssertReturn4436(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '62436'], ['type' => 'i32', 'value' => '63307'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5551,
+ );
+ }
+
+ #[Depends('testAssertReturn4436')]
+ public function testAssertReturn4437(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '63307'], ['type' => 'i32', 'value' => '63397'], ['type' => 'i32', 'value' => '100']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5553,
+ );
+ }
+
+ #[Depends('testAssertReturn4437')]
+ public function testAssertReturn4438(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '63397'], ['type' => 'i32', 'value' => '63501'], ['type' => 'i32', 'value' => '74']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5555,
+ );
+ }
+
+ #[Depends('testAssertReturn4438')]
+ public function testAssertReturn4439(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '63501'], ['type' => 'i32', 'value' => '63525'], ['type' => 'i32', 'value' => '93']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5557,
+ );
+ }
+
+ #[Depends('testAssertReturn4439')]
+ public function testAssertReturn4440(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '63525'], ['type' => 'i32', 'value' => '63605'], ['type' => 'i32', 'value' => '74']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5559,
+ );
+ }
+
+ #[Depends('testAssertReturn4440')]
+ public function testAssertReturn4441(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '63605'], ['type' => 'i32', 'value' => '63704'], ['type' => 'i32', 'value' => '100']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5561,
+ );
+ }
+
+ #[Depends('testAssertReturn4441')]
+ public function testAssertReturn4442(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '63704'], ['type' => 'i32', 'value' => '63771'], ['type' => 'i32', 'value' => '97']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5563,
+ );
+ }
+
+ #[Depends('testAssertReturn4442')]
+ public function testAssertReturn4443(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '63771'], ['type' => 'i32', 'value' => '63775'], ['type' => 'i32', 'value' => '37']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5565,
+ );
+ }
+
+ #[Depends('testAssertReturn4443')]
+ public function testAssertReturn4444(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '63775'], ['type' => 'i32', 'value' => '64311'], ['type' => 'i32', 'value' => '77']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5567,
+ );
+ }
+
+ #[Depends('testAssertReturn4444')]
+ public function testAssertReturn4445(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '64311'], ['type' => 'i32', 'value' => '64331'], ['type' => 'i32', 'value' => '26']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5569,
+ );
+ }
+
+ #[Depends('testAssertReturn4445')]
+ public function testAssertReturn4446(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '64331'], ['type' => 'i32', 'value' => '64518'], ['type' => 'i32', 'value' => '92']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5571,
+ );
+ }
+
+ #[Depends('testAssertReturn4446')]
+ public function testAssertReturn4447(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '64518'], ['type' => 'i32', 'value' => '64827'], ['type' => 'i32', 'value' => '11']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5573,
+ );
+ }
+
+ #[Depends('testAssertReturn4447')]
+ public function testAssertReturn4448(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '64827'], ['type' => 'i32', 'value' => '64834'], ['type' => 'i32', 'value' => '26']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5575,
+ );
+ }
+
+ #[Depends('testAssertReturn4448')]
+ public function testAssertReturn4449(): void
+ {
+ $this->runAssertReturnCommand(
+ module: null,
+ action: ['type' => 'invoke', 'field' => 'checkRange', 'args' => [['type' => 'i32', 'value' => '64834'], ['type' => 'i32', 'value' => '65536'], ['type' => 'i32', 'value' => '0']]],
+ expected: [['type' => 'i32', 'value' => '4294967295']],
+ line: 5577,
+ );
+ }
+}