Home
last modified time | relevance | path

Searched refs:heredoc (Results 76 – 100 of 648) sorted by relevance

12345678910>>...26

/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_variation8.phpt33 // get a heredoc string
34 $heredoc = <<<EOT
56 array(1 => "hello", "heredoc" => $heredoc),
64 "unset" => @$unset_var, "heredoc" => $heredoc)
69 "Hello world", $heredoc, new classA(), 444.432, "fruit");
H A Darray_diff_variation8.phpt34 // get a heredoc string
35 $heredoc = <<<EOT
52 array(1 => "hello", "heredoc" => $heredoc, $heredoc),
179 ["heredoc"]=>
H A Darray_intersect_assoc_variation5.phpt23 // get a heredoc string
24 $heredoc = <<<EOT
50 array("hello", $heredoc => "string"), // heredoc
58 @$unset_var => "unset", $heredoc => "heredoc")
H A Darray_intersect_variation5.phpt22 // get a heredoc string
23 $heredoc = <<<EOT
49 array("hello", $heredoc => "string"), // heredoc
57 @$unset_var => "unset", $heredoc => "heredoc")
H A Darray_flip_variation2.phpt16 // different heredoc strings
25 multiline heredoc with 123 and
61 //heredoc keys
101 string(6%d) "multiline heredoc with 123 and
H A Darray_diff_variation4.phpt25 //get heredoc
26 $heredoc = <<<END
27 This is a heredoc
77 $heredoc),
H A Darray_combine_variation5.phpt34 // get a heredoc string
35 $heredoc = <<<EOT
57 array(1 => "hello", "heredoc" => $heredoc),
65 "unset" => @$unset_var, "heredoc" => $heredoc)
H A Darray_intersect_assoc_variation3.phpt19 /* Different heredoc strings passed as argument to $arr1 */
20 // heredoc with blank line
26 // heredoc with multiline string
34 // heredoc with different whitespaces
38 heredoc\ndouble quoted string. with\vdifferent\fwhite\vspaces
41 // heredoc with quoted strings and numeric values
155 heredoc
163 heredoc
H A Darray_intersect_assoc_variation4.phpt19 /* Different heredoc strings passed as argument to $arr2 */
20 // heredoc with blank line
26 // heredoc with multiline string
34 // heredoc with different whitespaces
38 heredoc\ndouble quoted string. with\vdifferent\fwhite\vspaces
41 // heredoc with quoted strings and numeric values
162 heredoc
170 heredoc
H A Darray_unshift_variation4.phpt33 // get a heredoc string
34 $heredoc = <<<EOT
63 array("hello", $heredoc => "string"), // heredoc
71 @$unset_var => "unset", $heredoc => "heredoc")
367 string(7) "heredoc"
388 string(7) "heredoc"
H A Darray_unique_variation2.phpt17 /* Different heredoc strings passed as argument to arrays */
18 // heredoc with blank line
24 // heredoc with multiline string
32 // heredoc with different whitespaces
36 heredoc\ndouble quoted string. with\vdifferent\fwhite\vspaces
39 // heredoc with quoted strings and numeric values
151 heredoc
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation11.phpt2 Test chunk_split() function : usage variations - different strings for 'ending' with heredoc 'str'
12 * passing different strings for 'ending' and heredoc string as 'str' to chunk_split()
16 echo "*** Testing chunk_split() : different values for 'ending' with heredoc 'str'***\n";
19 // heredoc string for 'str' argument
21 This is heredoc string with \t and \n.It also contains
47 *** Testing chunk_split() : different values for 'ending' with heredoc 'str'***
49 string(113) "This is heredoc string with and
H A Daddslashes_variation2.phpt16 // initialising a heredoc string
18 This is line 1 of 'heredoc' string
19 This is line 2 of "heredoc" string
74 // heredoc strings
189 string(73) "This is line 1 of \'heredoc\' string
190 This is line 2 of \"heredoc\" string"
H A Dltrim.phpt18 /* heredoc string */
21 ing heredoc string
24 echo "\n *** Using heredoc string ***\n";
63 *** Using heredoc string ***
64 string(17) "ng heredoc string"
H A Drtrim.phpt42 /* heredoc string */
45 ing heredoc string
48 echo "\n *** Using heredoc string ***\n";
77 *** Using heredoc string ***
79 ing heredoc str"
H A Dstrcspn_variation6.phpt2 Test strcspn() function : usage variations - with heredoc strings, varying mask & default start and…
13 * Testing strcspn() : with heredoc string, varying mask and default start and len arguments
19 // defining different heredoc strings
29 first line of heredoc string
30 second line of heredoc string
/PHP-5.5/ext/zlib/tests/
H A Dgzfile_variation14.phpt14 $heredoc = <<<EOT
22 'heredoc' => $heredoc
H A Dreadgzfile_variation14.phpt14 $heredoc = <<<EOT
22 'heredoc' => $heredoc
H A Dgzfile_variation7.phpt14 $heredoc = <<<EOT
22 'heredoc' => $heredoc
H A Dreadgzfile_variation7.phpt14 $heredoc = <<<EOT
22 'heredoc' => $heredoc
/PHP-5.5/ext/posix/tests/
H A Dposix_seteuid_variation6.phpt19 $heredoc = <<<EOT
27 'heredoc' => $heredoc,
H A Dposix_setgid_variation7.phpt19 $heredoc = <<<EOT
27 'heredoc' => $heredoc,
H A Dposix_setuid_variation6.phpt19 $heredoc = <<<EOT
27 'heredoc' => $heredoc,
/PHP-5.5/ext/standard/tests/general_functions/
H A Dproc_nice_variation7.phpt20 $heredoc = <<<EOT
28 'heredoc' => $heredoc,
/PHP-5.5/ext/iconv/tests/
H A Diconv_strlen_variation1.phpt36 // heredoc string
37 $heredoc = <<<EOT
84 'heredoc' => $heredoc,
177 --heredoc--

Completed in 34 milliseconds

12345678910>>...26