Logo

Programming-Idioms

History of Idiom 48 > diff from v61 to v62

Edit summary for version 62 by 8787:
[PHP] 842

Version 61

2019-11-30, 20:28:39

Version 62

2019-12-20, 17:51:07

Idiom #48 Multi-line string literal

Assign to variable s a string literal consisting in several lines of text

Idiom #48 Multi-line string literal

Assign to variable s a string literal consisting in several lines of text

Extra Keywords
multiline raw
Extra Keywords
multiline raw
Code
$s = "This string 
is spanning
three lines";
Code
$s = "This string 
is spanning pklkl
three lines";