Lines Matching refs:warnings

8 use warnings;
26 …s($warn, undef, "Calling encode on UTF32-LE encode object with valid string produces no warnings");
39 no warnings 'utf8';
41 …ef, "Warning from encode method of UTF32-LE encode object can be silenced via no warnings 'utf8'");
46 no warnings;
48 …rn, undef, "Warning from encode method of UTF32-LE encode object can be silenced via no warnings");
53 no warnings 'utf8';
55 … from encode method of UTF32-LE encode object cannot be silenced via no warnings 'utf8' when ONLY_…
60 no warnings;
62 … from encode method of UTF32-LE encode object cannot be silenced via no warnings when ONLY_PRAGMA_…
69 is($warn, undef, "Calling Encode::encode for UTF32-LE with valid string produces no warnings");
83 no warnings 'utf8';
85 …is($warn, undef, "Warning from Encode::encode for UTF32-LE can be silenced via no warnings 'utf8'"…
90 no warnings;
92 is($warn, undef, "Warning from Encode::encode for UTF32-LE can be silenced via no warnings");
97 no warnings 'utf8';
99 … /, "Warning from Encode::encode for UTF32-LE cannot be silenced via no warnings 'utf8' when ONLY_…
104 no warnings;
106 … /, "Warning from Encode::encode for UTF32-LE cannot be silenced via no warnings when ONLY_PRAGMA_…
113 …s($warn, undef, "Calling decode on UTF32-LE encode object with valid string produces no warnings");
126 no warnings 'utf8';
128 …ef, "Warning from decode method of UTF32-LE encode object can be silenced via no warnings 'utf8'");
133 no warnings;
135 …rn, undef, "Warning from decode method of UTF32-LE encode object can be silenced via no warnings");
140 no warnings 'utf8';
142 … from decode method of UTF32-LE encode object cannot be silenced via no warnings 'utf8' when ONLY_…
147 no warnings;
149 … from decode method of UTF32-LE encode object cannot be silenced via no warnings when ONLY_PRAGMA_…
156 is($warn, undef, "Calling Encode::decode for UTF32-LE with valid string produces no warnings");
169 no warnings 'utf8';
171 …is($warn, undef, "Warning from Encode::decode for UTF32-LE can be silenced via no warnings 'utf8'"…
176 no warnings;
178 is($warn, undef, "Warning from Encode::decode for UTF32-LE can be silenced via no warnings");
183 no warnings 'utf8';
185 … /, "Warning from Encode::decode for UTF32-LE cannot be silenced via no warnings 'utf8' when ONLY_…
190 no warnings;
192 … /, "Warning from Encode::decode for UTF32-LE cannot be silenced via no warnings when ONLY_PRAGMA_…
206 is($warn, undef, "Calling PerlIO :encoding on valid string produces no warnings");
226 no warnings 'utf8';
230 is($warn, undef, "Warning from PerlIO :encoding can be silenced via no warnings 'utf8'");
237 no warnings;
241 is($warn, undef, "Warning from PerlIO :encoding can be silenced via no warnings");
251 is($warn, undef, "Calling PerlIO :encoding on valid string produces no warnings");
268 no warnings 'utf8';
272 is($warn, undef, "Warning from PerlIO :encoding can be silenced via no warnings 'utf8'");
278 no warnings;
282 is($warn, undef, "Warning from PerlIO :encoding can be silenced via no warnings");