Home
last modified time | relevance | path

Searched refs:string (Results 6501 – 6525 of 7170) sorted by path

1...<<261262263264265266267268269270>>...287

/php-src/ext/standard/tests/strings/
H A Dstrrchr_variation7.phpt2 Test strrchr() function : usage variations - heredoc string containing blank line for 'haystack'
5 /* Test strrchr() function by passing heredoc string containing
H A Dstrrev.phpt16 string(32) "ec6df70f2569891eae50321a9179eb82"
17 string(0) ""
H A Dstrrev_basic.phpt10 //regular string
26 //heredoc string
32 string(12) "dlroW ,olleH"
33 string(12) "dlroW ,olleH"
34 string(1) "H"
35 string(1) "H"
36 string(6) "HHHHHH"
37 string(6) "HhhhhH"
38 string(13) "
40 string(14) "n\dlroW ,olleH"
[all …]
H A Dstrrev_variation1.phpt68 string(11) "dlrow\olleh"
71 string(11) "dlrow$olleh"
81 string(32) "verrts
85 string(33) "verrts
95 string(10) "HelloolleH"
101 string(8) "321olleH"
104 string(8) "olleH321"
107 string(11) "olleH43.321"
110 string(10) "432.1olleH"
119 string(10) "dlrowolleH"
[all …]
H A Dstrrev_variation2.phpt46 //special chars in string
68 string(11) "dlrow\olleh"
71 string(12) "dlrow$\olleh"
89 string(10) "HelloolleH"
95 string(8) "321olleH"
98 string(8) "olleH321"
101 string(11) "olleH43.321"
104 string(10) "432.1olleH"
110 string(11) "dlroW%0olleH"
113 string(10) "dlrowolleH"
[all …]
H A Dstrrev_variation3.phpt9 Example of string
61 string(63) ".xatnys codereh gnisu
66 string(72) ".srahc
71 string(25) "dlroW%0olleH
76 string(94) "shsals\htiw/ si enil\siht
82 string(0) ""
85 string(0) ""
H A Dstrripos.phpt5 var_dump(strripos("test test string", "test"));
6 var_dump(strripos("test string sTring", "string"));
7 var_dump(strripos("test strip string strand", "str"));
9 var_dump(strripos("test string", "g"));
H A Dstrripos_basic1.phpt10 echo "\n-- regular string for haystack & needle --\n";
21 echo "\n-- heredoc string for haystack & needle --\n";
30 -- regular string for haystack & needle --
41 -- heredoc string for haystack & needle --
H A Dstrripos_basic2.phpt10 echo "\n-- regular string for haystack & needle, with various offsets --\n";
16 echo "\n-- heredoc string for haystack & needle, with various offsets --\n";
36 -- regular string for haystack & needle, with various offsets --
42 -- heredoc string for haystack & needle, with various offsets --
H A Dstrripos_variation1.phpt32 //empty string
49 /*29*/ "12345", //decimal numeric string
50 "\x23", //hexadecimal numeric string
52 "\101", //octal numeric string
58 /* loop through to get the position of the needle in haystack string */
H A Dstrripos_variation2.phpt32 //empty string
49 /*29*/ '12345', //decimal numeric string
50 '\x23', //hexadecimal numeric string
52 '\101', //octal numeric string
59 /* loop through to get the position of the needle in haystack string */
H A Dstrripos_variation3.phpt2 Test strripos() function : usage variations - multi line heredoc string for 'haystack' argument
5 /* Test strripos() function by passing multi-line heredoc string for haystack and
10 echo "-- With heredoc string containing multi lines --\n";
12 Example of string
36 -- With heredoc string containing multi lines --
H A Dstrripos_variation4.phpt2 Test strripos() function : usage variations - heredoc string containing special chars for 'haystack…
5 /* Test strripos() function by passing heredoc string containing special chars for haystack
10 echo "-- With heredoc string containing special chars --\n";
27 -- With heredoc string containing special chars --
H A Dstrripos_variation5.phpt2 Test strripos() function : usage variations - heredoc string containing escape chars for 'haystack'…
5 /* Test strripos() function by passing heredoc string containing escape chars for haystack
10 echo "-- With heredoc string containing escape characters --\n";
23 -- With heredoc string containing escape characters --
H A Dstrrpos.phpt5 var_dump(strrpos("test test string", "test"));
6 var_dump(strrpos("test string sTring", "string"));
7 var_dump(strrpos("test strip string strand", "str"));
9 var_dump(strrpos("test string", "g"));
H A Dstrrpos_basic1.phpt11 //regular string for haystack & needle
21 //heredoc string for haystack & needle
H A Dstrrpos_basic2.phpt11 //regular string for haystack & needle, with various offsets
17 //heredoc string for haystack & needle, with various offsets
H A Dstrrpos_variation2.phpt32 //empty string
49 '12345', //decimal numeric string
50 '\x23', //hexadecimal numeric string
51 '#', //hexadecimal numeric string
52 '\101', //octal numeric string
59 /* loop through to get the position of the needle in haystack string */
H A Dstrrpos_variation3.phpt2 Test strrpos() function : usage variations - multi line heredoc string for 'haystack' argument
5 /* Test strrpos() function by passing multi-line heredoc string for haystack and
10 echo "-- With heredoc string containing multi lines --\n";
12 Example of string
26 -- With heredoc string containing multi lines --
H A Dstrrpos_variation4.phpt2 Test strrpos() function : usage variations - heredoc string containing special chars for 'haystack'…
5 /* Test strrpos() function by passing heredoc string containing special chars for haystack
10 echo "-- With heredoc string containing special chars --\n";
28 -- With heredoc string containing special chars --
H A Dstrrpos_variation5.phpt2 Test strrpos() function : usage variations - heredoc string containing escape chars for 'haystack' …
5 /* Test strrpos() function by passing heredoc string containing escape chars for haystack
10 echo "-- With heredoc string containing escape characters --\n";
24 -- With heredoc string containing escape characters --
H A Dstrrpos_variation6.phpt2 Test strrpos() function : usage variations - heredoc string containing quotes for 'haystack' argume…
5 /* Test strrpos() function by passing heredoc string containing quotes for haystack
10 echo "-- With heredoc string containing quote & slash chars --\n";
25 -- With heredoc string containing quote & slash chars --
H A Dstrrpos_variation7.phpt2 Test strrpos() function : usage variations - empty heredoc string for 'haystack' argument
5 /* Test strrpos() function by passing empty heredoc string for haystack
10 echo "-- With empty heredoc string --\n";
25 -- With empty heredoc string --
H A Dstrrpos_variation8.phpt13 …oop through to consider various offsets in getting the position of the needle in haystack string */
H A Dstrspn.phpt14 string(25) "22222222aaaa bbb1111 cccc"
15 string(4) "1234"

Completed in 48 milliseconds

1...<<261262263264265266267268269270>>...287