Lines Matching +full:at +full:- +full:the +full:- +full:time

18 	&time ;
23 $a =- 2 ;
42 Unquoted string "abc" may clash with future reserved word at - line 3.
63 $a = ${time[2]}
64 $a = ${time{2}}
68 $a = ${time}
79 sub time {}
80 my $a = time()
90 %s number > %s non-portable
117 ------------------
121 Ambiguous use of -%s resolved as -&%s() [yylex]
122 sub fred {} ; - fred ;
137 Prototype after '@' for main::fòò : @$\0 at (eval 1) line 1.
138 Illegal character in prototype for main::fòò : @$\0 at (eval 1) line 1.
146 Prototype after '@' for main::foo : @\0 at (eval 1) line 1.
147 Illegal character in prototype for main::foo : @\0 at (eval 1) line 1.
148 Prototype after '@' for main::foo2 : @\x{0} at (eval 2) line 1.
149 Illegal character in prototype for main::foo2 : @\x{0} at (eval 2) line 1.
163 Prototype after '@' for main::foo : @$\x{0}L... at (eval 1) line 1.
164 Illegal character in prototype for main::foo : @$\x{0}L... at (eval 1) line 1.
171 Prototype after '@' for main::foo : @\0 at (eval 1) line 1.
172 Illegal character in prototype for main::foo : @\0 at (eval 1) line 1.
177 Prototype after '@' for main::foo : @\x{ab} at (eval 1) line 1.
178 Illegal character in prototype for main::foo : @\x{ab} at (eval 1) line 1.
185 Prototype after '@' for main::foo : @\x{30cb} at (eval 1) line 1.
186 Illegal character in prototype for main::foo : @\x{30cb} at (eval 1) line 1.
192 Missing ']' in prototype for main::f : [ at - line 2.
193 Missing ']' in prototype for main::f : [ at - line 3.
199 Missing ']' in prototype for bar::foo : [ at (eval 1) line 1.
207 Unknown regexp modifier "/e" at - line 2, near "=~ "
208 Unknown regexp modifier "/q" at - line 2, near "=~ "
209 Unknown regexp modifier "/q" at - line 3, near "=~ "
210 Execution of - aborted due to compilation errors.
220 Unknown regexp modifier "/e" at - line 4, near "=~ "
221 Unknown regexp modifier "/ネ" at - line 4, near "=~ "
222 Unknown regexp modifier "/q" at - line 4, near "=~ "
223 Unknown regexp modifier "/ネ" at - line 5, near "=~ "
224 Unknown regexp modifier "/q" at - line 5, near "=~ "
225 Execution of - aborted due to compilation errors.
233 \1 better written as $1 at - line 3.
238 &time ;
241 &time ;
243 Semicolon seems to be missing at - line 3.
248 $a =- 2 ;
258 Reversed += operator at - line 3.
259 Reversed -= operator at - line 4.
260 Reversed *= operator at - line 5.
261 Reversed %= operator at - line 6.
262 Reversed &= operator at - line 7.
263 Reversed .= operator at - line 8.
264 syntax error at - line 8, near "=."
265 Execution of - aborted due to compilation errors.
270 $a =- 2 ;
280 syntax error at - line 8, near "=."
281 Execution of - aborted due to compilation errors.
289 Multidimensional syntax $a[1,2] not supported at - line 3.
297 You need to quote "fred" at - line 3.
307 You need to quote "frèd" at - line 5.
317 You need to quote "ふれど" at - line 5.
330 Can't use \1 to mean $1 in expression at - line 4.
341 Unquoted string "abc" may clash with future reserved word at - line 3.
349 Possible attempt to separate words with commas at - line 3.
357 Possible attempt to put comments in qw() list at - line 3.
365 Possible attempt to separate words with commas at - line 3.
366 Possible attempt to put comments in qw() list at - line 3.
377 print (...) interpreted as function at - line 7.
390 printf (...) interpreted as function at - line 4.
403 sort (...) interpreted as function at - line 4.
424 Old package separator used in string at - line 2.
426 Old package separator used in string at - line 3.
428 Old package separator used in string at - line 4.
430 Old package separator used in string at - line 6.
432 Old package separator used in string at - line 7.
434 Old package separator used in string at - line 8.
447 Old package separator used in string at - line 3.
449 Old package separator used in string at - line 4.
451 Old package separator used in string at - line 5.
461 Old package separator "'" deprecated at - line 1.
462 Old package separator "'" deprecated at - line 2.
463 Old package separator "'" deprecated at - line 3.
464 Old package separator "'" deprecated at - line 4.
465 Old package separator "'" deprecated at - line 5.
469 $a = ${time[2]};
471 $a = ${time[2]};
473 Ambiguous use of ${time[...]} resolved to $time[...] at - line 3.
477 $a = ${time{2}};
479 Ambiguous use of ${time{...}} resolved to $time{...} at - line 3.
485 time
490 Ambiguous use of ${time{...}} resolved to $time{...} at - line 5.
491 after at - line 8.
497 time[2]
502 time
508 Ambiguous use of ${time[...]} resolved to $time[...] at - line 5.
509 Ambiguous use of ${time[...]} resolved to $time[...] at - line 10.
510 after at - line 14.
514 $a = ${time{2}};
520 $a = ${time} ;
521 $a = @{time} ;
522 $a = $#{time} ; # This one is special cased in toke.c
523 $a = %{time} ;
524 $a = *{time} ;
525 $a = defined &{time} ; # To avoid calling &::time
527 $a = ${time} ;
528 $a = @{time} ;
529 $a = $#{time} ; # This one is special cased in toke.c
530 $a = %{time} ;
531 $a = *{time} ;
532 $a = defined &{time} ; # To avoid calling &::time
534 Ambiguous use of ${time} resolved to $time at - line 3.
535 Ambiguous use of @{time} resolved to @time at - line 4.
536 Ambiguous use of @{time} resolved to @time at - line 5.
537 Ambiguous use of %{time} resolved to %time at - line 6.
538 Ambiguous use of *{time} resolved to *time at - line 7.
539 Ambiguous use of &{time} resolved to &time at - line 8.
544 time
547 time
550 time
553 time
556 time
559 time
565 Ambiguous use of ${time} resolved to $time at - line 4.
566 Ambiguous use of @{time} resolved to @time at - line 7.
567 Ambiguous use of @{time} resolved to @time at - line 10.
568 Ambiguous use of %{time} resolved to %time at - line 13.
569 Ambiguous use of *{time} resolved to *time at - line 16.
570 Ambiguous use of &{time} resolved to &time at - line 19.
571 last at - line 23.
580 Ambiguous use of ${fred} resolved to $fred at - line 4.
593 $a = _-123; print "$a\n"; #(12 string)
594 $a = -_123; print "$a\n"; #(13 string)
595 $a = -1_23; print "$a\n";
596 $a = -12_3; print "$a\n";
597 $a = -123_; print "$a\n"; # 16
606 $a = -123._456; print "$a\n"; # 25
607 $a = -123.4_56; print "$a\n";
608 $a = -123.45_6; print "$a\n";
609 $a = -123.456_; print "$a\n"; # 28
617 $a = 123.456E_-12; print "$a\n"; # 36
618 $a = 123.456E-_12; print "$a\n"; # 37
619 $a = 123.456E-1_2; print "$a\n";
620 $a = 123.456E-12_; print "$a\n"; # 39
634 $a = _-123; print "$a\n";
635 $a = -_123; print "$a\n";
636 $a = -1_23; print "$a\n";
637 $a = -12_3; print "$a\n";
638 $a = -123_; print "$a\n";
647 $a = -123._456; print "$a\n";
648 $a = -123.4_56; print "$a\n";
649 $a = -123.45_6; print "$a\n";
650 $a = -123.456_; print "$a\n";
658 $a = 123.456E_-12; print "$a\n";
659 $a = 123.456E-_12; print "$a\n";
660 $a = 123.456E-1_2; print "$a\n";
661 $a = 123.456E-12_; print "$a\n";
667 Misplaced _ in number at - line 6.
668 Misplaced _ in number at - line 11.
669 Misplaced _ in number at - line 16.
670 Misplaced _ in number at - line 17.
671 Misplaced _ in number at - line 20.
672 Misplaced _ in number at - line 21.
673 Misplaced _ in number at - line 24.
674 Misplaced _ in number at - line 25.
675 Misplaced _ in number at - line 28.
676 Misplaced _ in number at - line 29.
677 Misplaced _ in number at - line 31.
678 Misplaced _ in number at - line 32.
679 Misplaced _ in number at - line 33.
680 Misplaced _ in number at - line 35.
681 Misplaced _ in number at - line 36.
682 Misplaced _ in number at - line 37.
683 Misplaced _ in number at - line 39.
684 Misplaced _ in number at - line 40.
685 Misplaced _ in number at - line 41.
686 Misplaced _ in number at - line 42.
696 -123
697 -_123
698 -123
699 -123
700 -123
709 -123.456
710 -123.456
711 -123.456
712 -123.456
720 1.23456e-0?10
721 1.23456e-0?10
722 1.23456e-0?10
723 1.23456e-0?10
736 -123
737 -_123
738 -123
739 -123
740 -123
749 -123.456
750 -123.456
751 -123.456
752 -123.456
760 1.23456e-0?10
761 1.23456e-0?10
762 1.23456e-0?10
763 1.23456e-0?10
778 Misplaced _ in number at - line 3.
779 Misplaced _ in number at - line 4.
780 Misplaced _ in number at - line 5.
781 Misplaced _ in number at - line 6.
782 Misplaced _ in number at - line 7.
783 Misplaced _ in number at - line 8.
784 Misplaced _ in number at - line 9.
801 Bareword "FRED::" refers to nonexistent package at bar line 25.
813 Bareword "FRÈD::" refers to nonexistent package at bar line 25.
825 Bareword "ϞϞϞ::" refers to nonexistent package at bar line 25.
829 sub time {}
830 my $a = time() ;
832 my $b = time() ;
834 Ambiguous call resolved as CORE::time(), qualify as such or use & at - line 4.
846 yelp at foo line 30.
853 Warning: Use of "rand" without parentheses is ambiguous at - line 2.
866 Warning: Use of "rand" without parentheses is ambiguous at - line 3.
867 Warning: Use of "rand" without parentheses is ambiguous at - line 8.
868 Warning: Use of "rand" without parentheses is ambiguous at - line 10.
876 Warning: Use of "myrand" without parentheses is ambiguous at - line 4.
885 -fred ;
887 --hank; # This should *not* warn [perl #77240]
893 -fred ;
896 -fred ;
898 -fred ;
900 -fred ;
907 -frèd ;
915 -frèd ;
918 -frèd ;
920 -frèd ;
922 -frèd ;
929 -ᒍᒘᒊ ;
937 -ᒍᒘᒊ ;
940 -ᒍᒘᒊ ;
942 -ᒍᒘᒊ ;
944 -ᒍᒘᒊ ;
948 open FOO || time;
951 Precedence problem: open FOO should be open(FOO) at - line 2.
956 open FÒÒ || time;
958 Precedence problem: open FÒÒ should be open(FÒÒ) at - line 4.
963 open ᒍOO || time;
965 Precedence problem: open ᒍOO should be open(ᒍOO) at - line 4.
973 open FOO || time;
976 open FOO || time;
978 open FOO || time;
980 open FOO || time;
983 Precedence problem: open FOO should be open(FOO) at - line 3.
984 Precedence problem: open FOO should be open(FOO) at - line 8.
985 Precedence problem: open FOO should be open(FOO) at - line 10.
991 open FÒÒ || time;
994 open FÒÒ || time;
996 open FÒÒ || time;
998 open FÒÒ || time;
1000 Precedence problem: open FÒÒ should be open(FÒÒ) at - line 5.
1001 Precedence problem: open FÒÒ should be open(FÒÒ) at - line 10.
1002 Precedence problem: open FÒÒ should be open(FÒÒ) at - line 12.
1008 open ᒍÒÒ || time;
1011 open ᒍÒÒ || time;
1013 open ᒍÒÒ || time;
1015 open ᒍÒÒ || time;
1017 Precedence problem: open ᒍÒÒ should be open(ᒍÒÒ) at - line 5.
1018 Precedence problem: open ᒍÒÒ should be open(ᒍÒÒ) at - line 10.
1019 Precedence problem: open ᒍÒÒ should be open(ᒍÒÒ) at - line 12.
1037 Operator or semicolon missing before *foo at - line 3.
1038 Ambiguous use of * resolved as operator * at - line 3.
1039 Operator or semicolon missing before *foo at - line 8.
1040 Ambiguous use of * resolved as operator * at - line 8.
1041 Operator or semicolon missing before *foo at - line 10.
1042 Ambiguous use of * resolved as operator * at - line 10.
1043 $* is no longer supported as of Perl 5.30 at - line 14.
1059 Operator or semicolon missing before %foo at - line 3.
1060 Ambiguous use of % resolved as operator % at - line 3.
1061 Operator or semicolon missing before %foo at - line 8.
1062 Ambiguous use of % resolved as operator % at - line 8.
1063 Operator or semicolon missing before %foo at - line 10.
1064 Ambiguous use of % resolved as operator % at - line 10.
1065 Bareword found where operator expected (Missing operator before "foo"?) at - line 12, near "$%foo"
1066 Bareword found where operator expected (Missing operator before "foo"?) at - line 13, near "$ %foo"
1067 Illegal modulus zero at - line 3.
1084 Operator or semicolon missing before &foo at - line 3.
1085 Ambiguous use of & resolved as operator & at - line 3.
1086 Operator or semicolon missing before &foo at - line 8.
1087 Ambiguous use of & resolved as operator & at - line 8.
1088 Operator or semicolon missing before &foo at - line 10.
1089 Ambiguous use of & resolved as operator & at - line 10.
1090 Bareword found where operator expected (Missing operator before "foo"?) at - line 13, near "$&foo"
1091 Bareword found where operator expected (Missing operator before "foo"?) at - line 14, near "$ &foo"
1092 Undefined subroutine &main::foo called at - line 3.
1107 Operator or semicolon missing before *foo at - line 5.
1108 Ambiguous use of * resolved as operator * at - line 5.
1109 Operator or semicolon missing before *foo at - line 10.
1110 Ambiguous use of * resolved as operator * at - line 10.
1111 Operator or semicolon missing before *foo at - line 12.
1112 Ambiguous use of * resolved as operator * at - line 12.
1120 Unrecognized escape \m passed through at - line 3.
1128 Useless use of \E at - line 3.
1132 (\$_)->$*;
1133 "$_->$*";
1134 (\$_)->$*;
1135 "$_->$*";
1160 Binary number > 0b11111111111111111111111111111111 non-portable at - line 5.
1161 Hexadecimal number > 0xffffffff non-portable at - line 8.
1162 Octal number > 037777777777 non-portable at - line 11.
1186 Integer overflow in binary number at - line 5.
1187 Integer overflow in hexadecimal number at - line 8.
1188 Integer overflow in octal number at - line 11.
1196 Possible unintended interpolation of @mjd_previously_unused_array in string at - line 3.
1206 Possible unintended interpolation of @mjd_previously_unused_àrray in string at - line 5.
1216 Possible unintended interpolation of @mjd_previously_unused_ぁrrぁy in string at - line 5.
1218 -w
1224 # 20020328 mjd-perl-patch+@plover.com at behest of jfriedl@yahoo.com
1232 Use of /c modifier is meaningless without /g at - line 4.
1235 # 20020328 mjd-perl-patch+@plover.com at behest of jfriedl@yahoo.com
1244 Use of /c modifier is meaningless in s/// at - line 5.
1245 Use of /c modifier is meaningless in s/// at - line 6.
1247 -wa
1249 # 20020414 mjd-perl-patch+@plover.com # -a flag should suppress these warnings
1254 -w
1256 # 20020414 mjd-perl-patch+@plover.com # -a flag should suppress these warnings
1259 Possible unintended interpolation of @F in string at - line 4.
1260 Name "main::F" used only once: possible typo at - line 4.
1262 -wa
1264 # 20020414 mjd-perl-patch+@plover.com
1269 # 20020414 mjd-perl-patch+@plover.com
1272 $s = "(@-)(@+)";
1282 elseif should be elsif at (eval 1) line 1.
1290 Number found where operator expected (Missing operator before "6"?) at (eval 1) line 1, near "5 6"
1310 !=~ should be !~ at - line 4.
1311 !=~ should be !~ at - line 5.
1312 !=~ should be !~ at - line 6.
1313 !=~ should be !~ at - line 7.
1314 !=~ should be !~ at - line 8.
1315 !=~ should be !~ at - line 9.
1343 Prototype after '@' for main::proto_after_array : @$ at - line 3.
1344 Prototype after '%' for main::proto_after_hash : %$ at - line 7.
1345 Illegal character after '_' in prototype for main::underscore_fail : $_$ at - line 12.
1346 Illegal character after '_' in prototype for main::underscore_fail2 : $_$ at - line 12.
1347 Prototype after '@' for main::underscore_after_at : @_ at - line 13.
1348 Prototype after '@' for hour : @$ at - line 14.
1349 Prototype after '@' for migh : @$ at - line 15.
1350 Prototype after '@' for estate : @$ at - line 17.
1351 Prototype after '@' for hour : @$ at - line 19.
1352 Prototype after '@' for migh : @$ at - line 20.
1353 Prototype after '@' for estate : @$ at - line 21.
1367 Possible unintended interpolation of $\ in regex at - line 3.
1368 Possible unintended interpolation of $\ in regex at - line 5.
1380 Missing braces on \o{} at - line 3, within string
1381 Missing right brace on \o{} at - line 4, within string
1382 Empty \o{} at - line 5, within string
1383 BEGIN not safe after errors--compilation aborted at - line 6.
1391 Non-octal character '8' terminates \o early. Resolved as "\o{123}" at - line 3.
1404 syntax error at - line 3, near "=~ ?"
1405 Execution of - aborted due to compilation errors.
1421 "\c," is more clearly written simply as "l" at - line 9.
1422 "\c`" is more clearly written simply as "\ " at - line 10.
1427 print "SKIPPED\n# test is ASCII-specific";
1435 Use ";" instead of "\c{" at - line 9, within string
1436 Execution of - aborted due to compilation errors.
1441 print "SKIPPED\n# test is EBCDIC-specific";
1449 Sequence "\c{" invalid at - line 9, within string
1450 Execution of - aborted due to compilation errors.
1456 Character following "\c" must be printable ASCII at - line 2, within string
1457 Execution of - aborted due to compilation errors.
1469 Regexp modifiers "/d" and "/u" are mutually exclusive at - line 3, near "= "
1470 Regexp modifiers "/l" and "/a" are mutually exclusive at - line 4, near "= "
1471 Regexp modifier "/l" may not appear twice at - line 5, near "= "
1472 Regexp modifier "/a" may appear a maximum of twice at - line 7, near "= "
1473 BEGIN not safe after errors--compilation aborted at - line 8.
1496 Ambiguous use of ${frèd} resolved to $frèd at - line 6.
1507 Ambiguous use of ${f렏} resolved to $f렏 at - line 6.
1515 CORE::렏 is not a keyword at - line 5.
1522 Undefined subroutine &main::this_method_is_fake called at - line 4.
1542 print "aq" =~ m[^a\[a-z\]$], "H\n";
1545 Non-hex character '\\' terminates \x early. Resolved as "\x00\\" in regex; marked by <-- HERE in m/^a\x <-- HERE \{61\}$/ at - line 5.
1546 Non-hex character '\\' terminates \x early. Resolved as "\x00\\" in regex; marked by <-- HERE in m/^a\\\x <-- HERE \{6F\}$/ at - line 7.
1547 Non-hex character '\\' terminates \x early. Resolved as "\x00\\" in regex; marked by <-- HERE in m/^a\\\\\x <-- HERE \{6F\}$/ at - line 9.
1566 # [perl #120288] -X at start of line gave spurious warning, where X is not
1568 -a;
1569 ;-a;
1573 # [perl #124113] Compile-time warning with UTF8 variable in array index
1600 my $v = 𝛃 - 5;
1611 print (...) interpreted as function at - line 3.
1612 print (...) interpreted as function at - line 4.
1621 print (...) interpreted as function at - line 3.
1622 print (...) interpreted as function at - line 4.
1632 print (...) interpreted as function at - line 3.
1633 print (...) interpreted as function at - line 4.
1643 print (...) interpreted as function at - line 3.
1644 print (...) interpreted as function at - line 4.
1648 # NAME Non-grapheme delimiters
1651 print "SKIPPED\n# ebcdic platforms generates different Malformed UTF-8 warnings.";
1658 Use of unassigned code point or non-standalone grapheme for a delimiter is not allowed at - line 8, near "= "
1659 Execution of - aborted due to compilation errors.
1664 print "SKIPPED\n# test is ASCII-specific";
1677 BEGIN{$^H=-1};my $l; s$0[$l]
1684 syntax error at - line 1, at EOF
1685 Execution of - aborted due to compilation errors.
1695 print "SKIPPED\n# test is ASCII-specific, but could be extended to EBCDIC";
1702 print "The eval did not crash the program\n"
1705 Malformed UTF-8 character: .*non-continuation.*
1706 The eval did not crash the program
1724 my $time = 1;
1726 s/^/ ${time} /e
1728 Ambiguous use of ${time} resolved to $time at - line 4.
1736 Scalar value @x{"a"} better written as $x{"a"} at - line 4.
1738 # NAME Warn on 32-bit code points
1744 Code point 0x80000000 is not Unicode, requires a Perl extension, and so is not portable at - line 2.
1745 Code point 0x80000000 is not Unicode, requires a Perl extension, and so is not portable at - line 3.
1757 Multidimensional syntax $array[0x1,0x2] not supported at - line 8.
1758 Argument "B" isn't numeric in addition (+) at - line 6.
1760 # NAME extra paired delimiters Latin1 range in UTF-8
1769 my $warn3 = q«this string starts and ends with the lhs terminator«;
1770 my $warn4 = q»this string starts and ends with the rhs mirror»;
1772 Use of '«' is deprecated as a string delimiter at - line 9.
1773 Use of '»' is deprecated as a string delimiter at - line 10.
1782 my $warn2 = q》this string starts and ends with the rhs mirror》;
1786 my $warn3 = q《this string starts and ends with the lhs terminator《;
1787 my $warn4 = q》this string starts and ends with the rhs mirror》;
1788 my $warn5 = q‹this string starts and ends with the lhs terminator‹;
1789 my $warn6 = q›this string starts and ends with the rhs mirror›;
1791 Use of '》' is deprecated as a string delimiter at - line 7.
1792 Use of '《' is deprecated as a string delimiter at - line 11.
1793 Use of '》' is deprecated as a string delimiter at - line 12.
1794 Use of '‹' is deprecated as a string delimiter at - line 13.
1795 Use of '›' is deprecated as a string delimiter at - line 14.
1802 warn: Bareword found where operator expected (Do you need to predeclare "foo"?) at - line 3, near "foo bar"
1803 syntax error at - line 3, near "foo bar"
1804 Execution of - aborted due to compilation errors.