typo error for print function example.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70696 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
James Cox 2002-02-21 18:21:47 +00:00
parent a27cd70ec1
commit 5e1be10f7a

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.161 $ -->
<!-- $Revision: 1.162 $ -->
<reference id="ref.strings">
<title>String functions</title>
<titleabbrev>Strings</titleabbrev>
@ -1670,7 +1670,7 @@ output as well";
print "This spans\nmultiple lines. The newlines will be\noutput as well.";
print "escaping characters is done \"Like this\"."
print "escaping characters is done \"Like this\".";
// You can use variables inside of an print statement
$foo = "foobar";