Click here to get back home

count newlines in heredoc variable

 HomeNewsGroups | Search

comp.lang.php - PHP programming language discussions 

get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
count newlines in heredoc variable Adam Cantrell 07-30-2008
Posted by Adam Cantrell on July 30, 2008, 2:21 pm
Please log in for more thread options
How could I count the number of newlines in a heredoc variable? This
outputs 0, but I thought heredoc preserved newlines?

<?
$test = <<<END
show/hide quoted text
Hi There
show/hide quoted text
END;

echo substr_count($test, '\n');
show/hide quoted text

Posted by petersprc on July 30, 2008, 2:48 pm
Please log in for more thread options
Hi,

You're correct, but you just need double quotes: "\n".

In a single-quoted string, the only interpreted escape sequences are \
\ and \'.

Regards,

John Peters

show/hide quoted text


Posted by Adam Cantrell on July 30, 2008, 2:54 pm
Please log in for more thread options

Thank you very much -

Adam Cantrell

show/hide quoted text


Similar ThreadsPosted
inclosed variable heredoc December 19, 2006, 5:06 pm
Variable argument count for constructors not permitted? November 17, 2008, 1:53 am
populating array3 from two other arrays when count(array1) < count(array2) July 23, 2008, 9:48 am
Newlines don't work. January 31, 2007, 10:16 am
urlencode a file with newlines ... February 26, 2006, 11:17 pm
Mysterious missing newlines ... February 27, 2006, 10:53 am
Break apart a string at newlines? July 18, 2007, 8:26 am
newbie: newlines in Windows December 15, 2007, 12:55 am
Spaces and newlines in regular expressions August 20, 2004, 11:55 am
CSV-file production for import in M$ EXCEL and newlines May 6, 2005, 12:18 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Driving a better car - Fuelzilla.com

Cabling site for homeowners and pros alike - Cabling-Design.com

Friends:

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap
Privacy Policy