Home
last modified time | relevance | path

Searched refs:heredoc (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/PHP-7.4/ext/standard/tests/array/
H A Dshuffle_variation5.phpt17 // defining different heredoc strings
26 first line of heredoc string
27 second line of heredoc string
55 // defining array with keys as heredoc strings
82 -- with array of heredoc strings --
107 string\(8\) "[heredoc 1-5]*"
109 string\(8\) "[heredoc 1-5]*"
111 string\(8\) "[heredoc 1-5]*"
113 string\(8\) "[heredoc 1-5]*"
115 string\(8\) "[heredoc 1-5]*"
[all …]
H A Dksort_variation11.phpt2 Test ksort() function : usage variations - sort heredoc strings
11 * testing ksort() by providing array of heredoc strings for $array argument with
20 // Different heredoc strings to be sorted
30 heredoc string\twith!@# and 123
37 $multiline_heredoc => "heredoc string\twith!@# and 123\nTest this!!!"
67 ["heredoc string with!@# and 123
69 string(43) "heredoc string with!@# and 123
80 ["heredoc string with!@# and 123
82 string(43) "heredoc string with!@# and 123
93 ["heredoc string with!@# and 123
[all …]
H A Dkrsort_variation10.phpt2 Test krsort() function : usage variations - sort heredoc strings
11 * testing krsort() by providing array of heredoc strings for $array argument with
20 // Different heredoc strings to be sorted
30 heredoc string\twith!@# and 123
37 $multiline_heredoc => "heredoc string\twith!@# and 123\nTest this!!!"
63 ["heredoc string with!@# and 123
65 string(43) "heredoc string with!@# and 123
76 ["heredoc string with!@# and 123
78 string(43) "heredoc string with!@# and 123
89 ["heredoc string with!@# and 123
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dchunk_split_variation12.phpt22 // Null heredoc string
31 // simple heredoc string
33 This is simple heredoc string
36 // heredoc with special characters
41 // blank heredoc string
51 // heredoc with multiline
55 heredoc
98heredoc stringr to checkThis is simple heredoc string with hereThis is simple heredoc stringdoc en…
99heredoc stringi@! ch@r$ This is simple heredoc string__with wroThis is simple heredoc stringng \k …
124 heredoc"
[all …]
H A Dstr_split_variation5.phpt23 // Null heredoc string
32 // simple heredoc string
34 This is simple heredoc string
37 // heredoc with special characters
42 // blank heredoc string
52 // heredoc with multiline
56 heredoc
59 // heredoc with quotes and slashes
61 "To check " in heredoc"
130 heredoc"
[all …]
H A Dchunk_split_variation4.phpt21 // Null heredoc string
25 // heredoc string with single character
30 // simple heredoc string
32 This is simple heredoc string
35 // heredoc with special characters
40 // blank heredoc string
50 // heredoc with multiline
54 heredoc
57 // heredoc with quotes and slashes
59 "To check " in heredoc"
[all …]
H A Dchop_variation3.phpt2 Test chop() function : usage variations - with heredoc string
11 * Testing chop() : with heredoc strings
14 echo "*** Testing chop() : with heredoc strings ***\n";
16 // defining different heredoc strings
26 first line of heredoc string
27 second line of heredoc string
64 *** Testing chop() : with heredoc strings ***
75 string(86) "first line of heredoc string
76 second line of heredoc string
78 string(86) "first line of heredoc string
[all …]
H A Dstripos_variation3.phpt2 Test stripos() function : usage variations - multi line heredoc string for 'haystack' argument
10 /* Test stripos() function by passing multi-line heredoc string for haystack and
14 echo "*** Testing stripos() function: with heredoc strings ***\n";
15 echo "-- With heredoc string containing multi lines --\n";
19 using heredoc syntax.
30 *** Testing stripos() function: with heredoc strings ***
31 -- With heredoc string containing multi lines --
H A Dstrrchr_variation3.phpt2 Test strrchr() function : usage variations - multi line heredoc string for 'haystack'
10 /* Test strrchr() function by passing multi-line heredoc string for haystack and
14 echo "*** Testing strrchr() function: with heredoc strings ***\n";
18 using heredoc syntax.
36 *** Testing strrchr() function: with heredoc strings ***
37 string(19) "ing heredoc syntax."
42 using heredoc syntax."
H A Dstrrpos_variation3.phpt2 Test strrpos() function : usage variations - multi line heredoc string for 'haystack' argument
10 /* Test strrpos() function by passing multi-line heredoc string for haystack and
14 echo "*** Testing strrpos() function: with heredoc strings ***\n";
15 echo "-- With heredoc string containing multi lines --\n";
19 using heredoc syntax.
30 *** Testing strrpos() function: with heredoc strings ***
31 -- With heredoc string containing multi lines --
H A Dstrrchr_variation4.phpt2 Test strrchr() function : usage variations - heredoc string containing special chars for 'haystack'
10 /* Test strrchr() function by passing heredoc string containing special chars for haystack
14 echo "*** Testing strrchr() function: with heredoc strings ***\n";
16 Example of heredoc string contains
31 $heredoc_needle, //needle as heredoc string
42 *** Testing strrchr() function: with heredoc strings ***
55 string(76) "Example of heredoc string contains
H A Dstripos_variation5.phpt2 Test stripos() function : usage variations - heredoc string containing escape chars for 'haystack' …
10 /* Test stripos() function by passing heredoc string containing escape chars for haystack
14 echo "*** Testing stripos() function: with heredoc strings ***\n";
15 echo "-- With heredoc string containing escape characters --\n";
28 *** Testing stripos() function: with heredoc strings ***
29 -- With heredoc string containing escape characters --
H A Dstrrpos_variation5.phpt2 Test strrpos() function : usage variations - heredoc string containing escape chars for 'haystack' …
10 /* Test strrpos() function by passing heredoc string containing escape chars for haystack
14 echo "*** Testing strrpos() function: with heredoc strings ***\n";
15 echo "-- With heredoc string containing escape characters --\n";
28 *** Testing strrpos() function: with heredoc strings ***
29 -- With heredoc string containing escape characters --
H A Dstripos_variation7.phpt2 Test stripos() function : usage variations - empty heredoc string for 'haystack' argument
10 /* Test stripos() function by passing empty heredoc string for haystack
14 echo "*** Testing stripos() function: with heredoc strings ***\n";
15 echo "-- With empty heredoc string --\n";
26 *** Testing stripos() function: with heredoc strings ***
27 -- With empty heredoc string --
H A Dstrripos_variation5.phpt2 Test strripos() function : usage variations - heredoc string containing escape chars for 'haystack'…
10 /* Test strripos() function by passing heredoc string containing escape chars for haystack
14 echo "*** Testing strripos() function: with heredoc strings ***\n";
15 echo "-- With heredoc string containing escape characters --\n";
28 *** Testing strripos() function: with heredoc strings ***
29 -- With heredoc string containing escape characters --
H A Dstripslashes_variation3.phpt16 // initialising heredoc strings
18 This is line 1 \nof 'heredoc' string
19 This is line 2 \nof "heredoc" string
23 This is line 1 \tof 'heredoc' string
24 This is line 2 \tof "heredoc" string
93 of 'heredoc' string
95 of "heredoc" string"
122 string(71) "This is line 1 of 'heredoc' string
123 This is line 2 of "heredoc" string"
H A Dstrrpos_variation6.phpt2 Test strrpos() function : usage variations - heredoc string containing quotes for 'haystack' argume…
10 /* Test strrpos() function by passing heredoc string containing quotes for haystack
14 echo "*** Testing strrpos() function: with heredoc strings ***\n";
15 echo "-- With heredoc string containing quote & slash chars --\n";
29 *** Testing strrpos() function: with heredoc strings ***
30 -- With heredoc string containing quote & slash chars --
H A Dhtmlspecialchars_decode_variation3.phpt2 Test htmlspecialchars_decode() function : usage variations - heredoc strings for 'string' argument
11 * testing htmlspecialchars_decode() with various heredoc strings as argument for $string
16 // empty heredoc string
25 // heredoc with multiline string
33 // heredoc with different whitespaces
37 " heredoc\ndouble quoted string. with\vdifferent\fwhite\vspaces"
40 // heredoc with numeric values
46 // heredoc with quote chars & slash
55 //heredoc strings
89 " heredoc
/PHP-7.4/Zend/tests/
H A Dheredoc_001.phpt2 basic heredoc syntax
9 This is a heredoc test.
14 This is another heredoc test.
22 This is a heredoc test.
23 This is another heredoc test.
H A Dheredoc_003.phpt2 simple variable replacement test (heredoc)
9 This is heredoc test #$a.
14 This is heredoc test #$b.
22 This is heredoc test #1.
23 This is heredoc test #2.
H A Dheredoc_004.phpt2 braces variable replacement test (heredoc)
9 This is heredoc test #{$a}.
14 This is heredoc test #{$b}.
22 This is heredoc test #1.
23 This is heredoc test #2.
H A Dheredoc_002.phpt2 basic binary heredoc syntax
9 This is a heredoc test.
14 This is another heredoc test.
22 This is a heredoc test.
23 This is another heredoc test.
H A Dflexible-heredoc-nowdoc-lineno.phpt2 Flexible heredoc lineno: ensure the compiler globals line number is correct
6 $heredoc = <<<EOT
10 $heredoc = <<<'EOT'
14 $heredoc = <<<EOT
18 $heredoc = <<<'EOT'
H A Dheredoc_006.phpt2 braced complex variable replacement test (heredoc)
9 This is heredoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
14 This is heredoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
22 This is heredoc test #s 1, 2, 3, and 4.
23 This is heredoc test #s 1, 2, 3, and 4.
H A Dheredoc_007.phpt2 braced and unbraced complex variable replacement test (heredoc)
9 This is heredoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
14 This is heredoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
22 This is heredoc test #s 1, 2, 3, and 4.
23 This is heredoc test #s 1, 2, 3, and 4.

Completed in 55 milliseconds

12345678910>>...13