Skip to content

Commit 2c465aa

Browse files
committed
Fix grammar
1 parent 0d76ae2 commit 2c465aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lang/short_tags_unique_deprecation_notice.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Unique PHP short tag deprecation with multiple short tags used
33
--FILE--
44
<?php
5-
echo "Used a normal tags\n";
5+
echo "Used a normal tag\n";
66
?>
77
<?
88
echo "Used a short tag\n";
@@ -17,7 +17,7 @@ Non PHP content
1717
Finished
1818
--EXPECTF--
1919
Deprecated: PHP short tags are deprecated. This message will not be printed for further short tags uses. First usage in %s on line 4
20-
Used a normal tags
20+
Used a normal tag
2121
Used a short tag
2222
Non PHP content
2323
Another normal tag

0 commit comments

Comments
 (0)