mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
a27cd70ec1
commit
5e1be10f7a
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue