From 0ae200c9ee38a0c1e19934c34b3d8c928d8edc96 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Sat, 8 Dec 2001 19:46:08 +0000 Subject: [PATCH] echo: add example using here documents git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64286 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/functions/strings.xml b/functions/strings.xml index cfefa42849..d5c3747473 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1,5 +1,5 @@ - + String functions Strings @@ -558,6 +558,13 @@ echo 'foo is $foo'; // foo is $foo echo $foo; // foobar echo $foo,$bar; // foobarbarbaz +echo <<