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 a75668f commit 25baed2Copy full SHA for 25baed2
test/token/texts.php
@@ -1,8 +1,9 @@
1
<?php
2
3
+ $a = b'a';
4
$colors = array("red", "white", "blue");
- echo "\colors contains >$colors<\n";
5
- echo "\colors[1] contains >$colors[1]<\n";
+ echo b"\colors contains >$colors<\n";
6
+ echo B"\colors[1] contains >$colors[1]<\n";
7
echo "\colors[1] contains >$colors [1]<\n"; // whitespace permitted, but semantics change
8
//echo "\colors[1] contains >$colors[ 1]<\n"; // whitespace not permitted
9
//echo "\colors[1] contains >$colors[1 ]<\n"; // whitespace not permitted
0 commit comments