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 9b68bf2 commit ef5a008Copy full SHA for ef5a008
1 file changed
language/types/string.xml
@@ -974,11 +974,11 @@ echo "This works: {$obj->values[3]->name}";
974
975
echo "This works: {$obj->$staticProp}";
976
977
-// Won't work, outputs: C:\folder\{fantastic}.txt
978
-echo "C:\folder\{$great}.txt";
+// Won't work, outputs: C:\directory\{fantastic}.txt
+echo "C:\directory\{$great}.txt";
979
980
-// Works, outputs: C:\folder\fantastic.txt
981
-echo "C:\\folder\\{$great}.txt";
+// Works, outputs: C:\directory\fantastic.txt
+echo "C:\\directory\\{$great}.txt";
982
?>
983
]]>
984
</programlisting>
0 commit comments