Lines Matching refs:heredoc
2 Test chunk_split() function : usage variations - different heredoc strings as 'str' argument
6 * Passing different heredoc strings as 'str' argument to the chunk_split()
10 echo "*** Testing chunk_split() : heredoc strings as 'str' argument ***\n";
15 // Null heredoc string
19 // heredoc string with single character
24 // simple heredoc string
26 This is simple heredoc string
29 // heredoc with special characters
31 This checks heredoc with $, %, &, chars
34 // blank heredoc string
39 // heredoc with different white space characters
44 // heredoc with multiline
48 heredoc
51 // heredoc with quotes and slashes
53 "To check " in heredoc"
58 //different heredoc strings for 'str'
82 *** Testing chunk_split() : heredoc strings as 'str' argument ***