Lines Matching refs:heredoc
2 Test str_split() function : usage variations - different heredoc strings as 'str' argument
14 * Passing different heredoc strings as 'str' argument to the str_split()
18 echo "*** Testing str_split() : heredoc strings as 'str' argument ***\n";
23 // Null heredoc string
27 // heredoc string with single character
32 // simple heredoc string
34 This is simple heredoc string
37 // heredoc with special characters
39 This checks heredoc with $, %, &, chars
42 // blank heredoc string
47 // heredoc with different white space characters
52 // heredoc with multiline
56 heredoc
59 // heredoc with quotes and slashes
61 "To check " in heredoc"
66 //different heredoc strings for 'str'
90 *** Testing str_split() : heredoc strings as 'str' argument ***
130 heredoc"
137 string(10) "s heredoc "