runModuleCommand( filename: 'float_literals.0.wasm', name: null, line: 3, ); } public function testAssertReturn1(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.nan', 'args' => []], expected: [['type' => 'i32', 'value' => '2143289344']], line: 121, ); } public function testAssertReturn2(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.positive_nan', 'args' => []], expected: [['type' => 'i32', 'value' => '2143289344']], line: 122, ); } public function testAssertReturn3(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.negative_nan', 'args' => []], expected: [['type' => 'i32', 'value' => '4290772992']], line: 123, ); } public function testAssertReturn4(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.plain_nan', 'args' => []], expected: [['type' => 'i32', 'value' => '2143289344']], line: 124, ); } public function testAssertReturn5(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.informally_known_as_plain_snan', 'args' => []], expected: [['type' => 'i32', 'value' => '2141192192']], line: 125, ); } public function testAssertReturn6(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.all_ones_nan', 'args' => []], expected: [['type' => 'i32', 'value' => '4294967295']], line: 126, ); } public function testAssertReturn7(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.misc_nan', 'args' => []], expected: [['type' => 'i32', 'value' => '2139169605']], line: 127, ); } public function testAssertReturn8(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.misc_positive_nan', 'args' => []], expected: [['type' => 'i32', 'value' => '2142257232']], line: 128, ); } public function testAssertReturn9(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.misc_negative_nan', 'args' => []], expected: [['type' => 'i32', 'value' => '4289379550']], line: 129, ); } public function testAssertReturn10(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.infinity', 'args' => []], expected: [['type' => 'i32', 'value' => '2139095040']], line: 130, ); } public function testAssertReturn11(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.positive_infinity', 'args' => []], expected: [['type' => 'i32', 'value' => '2139095040']], line: 131, ); } public function testAssertReturn12(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.negative_infinity', 'args' => []], expected: [['type' => 'i32', 'value' => '4286578688']], line: 132, ); } public function testAssertReturn13(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.zero', 'args' => []], expected: [['type' => 'i32', 'value' => '0']], line: 133, ); } public function testAssertReturn14(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.positive_zero', 'args' => []], expected: [['type' => 'i32', 'value' => '0']], line: 134, ); } public function testAssertReturn15(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.negative_zero', 'args' => []], expected: [['type' => 'i32', 'value' => '2147483648']], line: 135, ); } public function testAssertReturn16(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.misc', 'args' => []], expected: [['type' => 'i32', 'value' => '1086918619']], line: 136, ); } public function testAssertReturn17(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.min_positive', 'args' => []], expected: [['type' => 'i32', 'value' => '1']], line: 137, ); } public function testAssertReturn18(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.min_normal', 'args' => []], expected: [['type' => 'i32', 'value' => '8388608']], line: 138, ); } public function testAssertReturn19(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.max_subnormal', 'args' => []], expected: [['type' => 'i32', 'value' => '8388607']], line: 139, ); } public function testAssertReturn20(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.max_finite', 'args' => []], expected: [['type' => 'i32', 'value' => '2139095039']], line: 140, ); } public function testAssertReturn21(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.trailing_dot', 'args' => []], expected: [['type' => 'i32', 'value' => '1149239296']], line: 141, ); } public function testAssertReturn22(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.misc_int', 'args' => []], expected: [['type' => 'i32', 'value' => '1200726656']], line: 142, ); } public function testAssertReturn23(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.large_int', 'args' => []], expected: [['type' => 'i32', 'value' => '1736441856']], line: 143, ); } public function testAssertReturn24(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.min_int32', 'args' => []], expected: [['type' => 'i32', 'value' => '3472883712']], line: 144, ); } public function testAssertReturn25(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32.min_int64', 'args' => []], expected: [['type' => 'i32', 'value' => '3741319168']], line: 145, ); } public function testAssertReturn26(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32_dec.zero', 'args' => []], expected: [['type' => 'i32', 'value' => '0']], line: 146, ); } public function testAssertReturn27(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32_dec.positive_zero', 'args' => []], expected: [['type' => 'i32', 'value' => '0']], line: 147, ); } public function testAssertReturn28(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32_dec.negative_zero', 'args' => []], expected: [['type' => 'i32', 'value' => '2147483648']], line: 148, ); } public function testAssertReturn29(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32_dec.misc', 'args' => []], expected: [['type' => 'i32', 'value' => '1086918619']], line: 149, ); } public function testAssertReturn30(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32_dec.min_positive', 'args' => []], expected: [['type' => 'i32', 'value' => '1']], line: 150, ); } public function testAssertReturn31(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32_dec.min_normal', 'args' => []], expected: [['type' => 'i32', 'value' => '8388608']], line: 151, ); } public function testAssertReturn32(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32_dec.max_subnormal', 'args' => []], expected: [['type' => 'i32', 'value' => '8388607']], line: 152, ); } public function testAssertReturn33(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32_dec.max_finite', 'args' => []], expected: [['type' => 'i32', 'value' => '2139095039']], line: 153, ); } public function testAssertReturn34(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32_dec.trailing_dot', 'args' => []], expected: [['type' => 'i32', 'value' => '1343554297']], line: 154, ); } public function testAssertReturn35(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32_dec.root_beer_float', 'args' => []], expected: [['type' => 'i32', 'value' => '1065353217']], line: 155, ); } public function testAssertReturn36(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32_dec.misc_int', 'args' => []], expected: [['type' => 'i32', 'value' => '1178657792']], line: 156, ); } public function testAssertReturn37(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32_dec.large_int', 'args' => []], expected: [['type' => 'i32', 'value' => '1621981420']], line: 157, ); } public function testAssertReturn38(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32_dec.min_int32', 'args' => []], expected: [['type' => 'i32', 'value' => '3472883712']], line: 158, ); } public function testAssertReturn39(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32_dec.min_int64', 'args' => []], expected: [['type' => 'i32', 'value' => '3741319168']], line: 159, ); } public function testAssertReturn40(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.nan', 'args' => []], expected: [['type' => 'i64', 'value' => '9221120237041090560']], line: 161, ); } public function testAssertReturn41(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.positive_nan', 'args' => []], expected: [['type' => 'i64', 'value' => '9221120237041090560']], line: 162, ); } public function testAssertReturn42(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.negative_nan', 'args' => []], expected: [['type' => 'i64', 'value' => '18444492273895866368']], line: 163, ); } public function testAssertReturn43(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.plain_nan', 'args' => []], expected: [['type' => 'i64', 'value' => '9221120237041090560']], line: 164, ); } public function testAssertReturn44(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.informally_known_as_plain_snan', 'args' => []], expected: [['type' => 'i64', 'value' => '9219994337134247936']], line: 165, ); } public function testAssertReturn45(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.all_ones_nan', 'args' => []], expected: [['type' => 'i64', 'value' => '18446744073709551615']], line: 166, ); } public function testAssertReturn46(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.misc_nan', 'args' => []], expected: [['type' => 'i64', 'value' => '9218888453225749180']], line: 167, ); } public function testAssertReturn47(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.misc_positive_nan', 'args' => []], expected: [['type' => 'i64', 'value' => '9219717281780008969']], line: 168, ); } public function testAssertReturn48(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.misc_negative_nan', 'args' => []], expected: [['type' => 'i64', 'value' => '18442992325002076997']], line: 169, ); } public function testAssertReturn49(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.infinity', 'args' => []], expected: [['type' => 'i64', 'value' => '9218868437227405312']], line: 170, ); } public function testAssertReturn50(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.positive_infinity', 'args' => []], expected: [['type' => 'i64', 'value' => '9218868437227405312']], line: 171, ); } public function testAssertReturn51(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.negative_infinity', 'args' => []], expected: [['type' => 'i64', 'value' => '18442240474082181120']], line: 172, ); } public function testAssertReturn52(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.zero', 'args' => []], expected: [['type' => 'i64', 'value' => '0']], line: 173, ); } public function testAssertReturn53(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.positive_zero', 'args' => []], expected: [['type' => 'i64', 'value' => '0']], line: 174, ); } public function testAssertReturn54(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.negative_zero', 'args' => []], expected: [['type' => 'i64', 'value' => '9223372036854775808']], line: 175, ); } public function testAssertReturn55(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.misc', 'args' => []], expected: [['type' => 'i64', 'value' => '4618760256179416344']], line: 176, ); } public function testAssertReturn56(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.min_positive', 'args' => []], expected: [['type' => 'i64', 'value' => '1']], line: 177, ); } public function testAssertReturn57(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.min_normal', 'args' => []], expected: [['type' => 'i64', 'value' => '4503599627370496']], line: 178, ); } public function testAssertReturn58(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.max_subnormal', 'args' => []], expected: [['type' => 'i64', 'value' => '4503599627370495']], line: 179, ); } public function testAssertReturn59(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.max_finite', 'args' => []], expected: [['type' => 'i64', 'value' => '9218868437227405311']], line: 180, ); } public function testAssertReturn60(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.trailing_dot', 'args' => []], expected: [['type' => 'i64', 'value' => '5057542381537067008']], line: 181, ); } public function testAssertReturn61(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.misc_int', 'args' => []], expected: [['type' => 'i64', 'value' => '4679860480993394688']], line: 182, ); } public function testAssertReturn62(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.large_int', 'args' => []], expected: [['type' => 'i64', 'value' => '4967470388989657088']], line: 183, ); } public function testAssertReturn63(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.min_int32', 'args' => []], expected: [['type' => 'i64', 'value' => '13970166044103278592']], line: 184, ); } public function testAssertReturn64(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64.min_int64', 'args' => []], expected: [['type' => 'i64', 'value' => '14114281232179134464']], line: 185, ); } public function testAssertReturn65(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64_dec.zero', 'args' => []], expected: [['type' => 'i64', 'value' => '0']], line: 186, ); } public function testAssertReturn66(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64_dec.positive_zero', 'args' => []], expected: [['type' => 'i64', 'value' => '0']], line: 187, ); } public function testAssertReturn67(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64_dec.negative_zero', 'args' => []], expected: [['type' => 'i64', 'value' => '9223372036854775808']], line: 188, ); } public function testAssertReturn68(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64_dec.misc', 'args' => []], expected: [['type' => 'i64', 'value' => '4618760256179416344']], line: 189, ); } public function testAssertReturn69(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64_dec.min_positive', 'args' => []], expected: [['type' => 'i64', 'value' => '1']], line: 190, ); } public function testAssertReturn70(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64_dec.min_normal', 'args' => []], expected: [['type' => 'i64', 'value' => '4503599627370496']], line: 191, ); } public function testAssertReturn71(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64_dec.max_subnormal', 'args' => []], expected: [['type' => 'i64', 'value' => '4503599627370495']], line: 192, ); } public function testAssertReturn72(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64_dec.max_finite', 'args' => []], expected: [['type' => 'i64', 'value' => '9218868437227405311']], line: 193, ); } public function testAssertReturn73(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64_dec.trailing_dot', 'args' => []], expected: [['type' => 'i64', 'value' => '6103021453049119613']], line: 194, ); } public function testAssertReturn74(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64_dec.root_beer_float', 'args' => []], expected: [['type' => 'i64', 'value' => '4607182419335945764']], line: 195, ); } public function testAssertReturn75(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64_dec.misc_int', 'args' => []], expected: [['type' => 'i64', 'value' => '4668012349850910720']], line: 196, ); } public function testAssertReturn76(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64_dec.large_int', 'args' => []], expected: [['type' => 'i64', 'value' => '4906019910204099648']], line: 197, ); } public function testAssertReturn77(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64_dec.min_int32', 'args' => []], expected: [['type' => 'i64', 'value' => '13970166044103278592']], line: 198, ); } public function testAssertReturn78(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64_dec.min_int64', 'args' => []], expected: [['type' => 'i64', 'value' => '14114281232179134464']], line: 199, ); } public function testAssertReturn79(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32-dec-sep1', 'args' => []], expected: [['type' => 'f32', 'value' => '1232348160']], line: 201, ); } public function testAssertReturn80(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32-dec-sep2', 'args' => []], expected: [['type' => 'f32', 'value' => '1148846080']], line: 202, ); } public function testAssertReturn81(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32-dec-sep3', 'args' => []], expected: [['type' => 'f32', 'value' => '1148897552']], line: 203, ); } public function testAssertReturn82(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32-dec-sep4', 'args' => []], expected: [['type' => 'f32', 'value' => '1482758550']], line: 204, ); } public function testAssertReturn83(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32-dec-sep5', 'args' => []], expected: [['type' => 'f32', 'value' => '1847438964']], line: 205, ); } public function testAssertReturn84(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32-hex-sep1', 'args' => []], expected: [['type' => 'f32', 'value' => '1294004234']], line: 206, ); } public function testAssertReturn85(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32-hex-sep2', 'args' => []], expected: [['type' => 'f32', 'value' => '1205143424']], line: 207, ); } public function testAssertReturn86(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32-hex-sep3', 'args' => []], expected: [['type' => 'f32', 'value' => '1193345009']], line: 208, ); } public function testAssertReturn87(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32-hex-sep4', 'args' => []], expected: [['type' => 'f32', 'value' => '1240465408']], line: 209, ); } public function testAssertReturn88(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f32-hex-sep5', 'args' => []], expected: [['type' => 'f32', 'value' => '1437319208']], line: 210, ); } public function testAssertReturn89(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64-dec-sep1', 'args' => []], expected: [['type' => 'f64', 'value' => '4696837146684686336']], line: 212, ); } public function testAssertReturn90(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64-dec-sep2', 'args' => []], expected: [['type' => 'f64', 'value' => '4652007308841189376']], line: 213, ); } public function testAssertReturn91(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64-dec-sep3', 'args' => []], expected: [['type' => 'f64', 'value' => '4652034942576659200']], line: 214, ); } public function testAssertReturn92(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64-dec-sep4', 'args' => []], expected: [['type' => 'f64', 'value' => '2796837019126844485']], line: 215, ); } public function testAssertReturn93(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64-dec-sep5', 'args' => []], expected: [['type' => 'f64', 'value' => '5027061507362119324']], line: 216, ); } public function testAssertReturn94(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64-hex-sep1', 'args' => []], expected: [['type' => 'f64', 'value' => '4838519794133185330']], line: 217, ); } public function testAssertReturn95(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64-hex-sep2', 'args' => []], expected: [['type' => 'f64', 'value' => '4682231715257647104']], line: 218, ); } public function testAssertReturn96(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64-hex-sep3', 'args' => []], expected: [['type' => 'f64', 'value' => '4675897489574114112']], line: 219, ); } public function testAssertReturn97(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64-hex-sep4', 'args' => []], expected: [['type' => 'f64', 'value' => '4701195061021376512']], line: 220, ); } public function testAssertReturn98(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => 'f64-hex-sep5', 'args' => []], expected: [['type' => 'f64', 'value' => '4806880140420149248']], line: 221, ); } public function testModule99(): void { $this->runModuleCommand( filename: 'float_literals.1.wasm', name: null, line: 224, ); } public function testAssertReturn100(): void { $this->runAssertReturnCommand( action: ['type' => 'invoke', 'field' => '4294967249', 'args' => []], expected: [['type' => 'f64', 'value' => '4751297606777307136']], line: 233, ); } #[DoesNotPerformAssertions] public function testAssertMalformed101(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed102(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed103(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed104(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed105(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed106(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed107(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed108(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed109(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed110(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed111(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed112(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed113(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed114(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed115(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed116(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed117(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed118(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed119(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed120(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed121(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed122(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed123(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed124(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed125(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed126(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed127(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed128(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed129(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed130(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed131(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed132(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed133(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed134(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed135(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed136(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed137(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed138(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed139(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed140(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed141(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed142(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed143(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed144(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed145(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed146(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed147(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed148(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed149(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed150(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed151(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed152(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed153(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed154(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed155(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed156(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed157(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed158(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed159(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed160(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed161(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed162(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed163(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed164(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed165(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed166(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed167(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed168(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed169(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed170(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed171(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed172(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed173(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed174(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed175(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed176(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed177(): void { } #[DoesNotPerformAssertions] public function testAssertMalformed178(): void { } }