We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d76ae2 commit 2c465aaCopy full SHA for 2c465aa
tests/lang/short_tags_unique_deprecation_notice.phpt
@@ -2,7 +2,7 @@
2
Unique PHP short tag deprecation with multiple short tags used
3
--FILE--
4
<?php
5
- echo "Used a normal tags\n";
+ echo "Used a normal tag\n";
6
?>
7
<?
8
echo "Used a short tag\n";
@@ -17,7 +17,7 @@ Non PHP content
17
Finished
18
--EXPECTF--
19
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
+Used a normal tag
21
Used a short tag
22
Non PHP content
23
Another normal tag
0 commit comments