Home
last modified time | relevance | path

Searched refs:strings (Results 151 – 175 of 560) sorted by relevance

12345678910>>...23

/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_variation13.phpt2 Test stripos() function : usage variations - null terminated strings for 'needle' argument
10 /* Test stripos() function with null terminated strings for 'needle' argument
H A Dstrrchr_variation6.phpt14 echo "*** Testing strrchr() function: with heredoc strings ***\n";
36 *** Testing strrchr() function: with heredoc strings ***
H A Dstrrpos_variation6.phpt14 echo "*** Testing strrpos() function: with heredoc strings ***\n";
29 *** Testing strrpos() function: with heredoc strings ***
H A Dbug39350.phpt2 Bug #39350 (implode/join() crash on empty input strings)
H A Dstrpos.phpt167 echo "\n-- simple and complex syntax strings --\n";
180 echo "\n-- complex strings containing other than 7-bit chars --\n";
231 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an expli…
235 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an expli…
238 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an expli…
243 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an expli…
246 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an expli…
251 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an expli…
254 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an expli…
339 -- simple and complex syntax strings --
[all …]
H A Dstripos_variation4.phpt14 echo "*** Testing stripos() function: with heredoc strings ***\n";
32 *** Testing stripos() function: with heredoc strings ***
H A Dstripos_variation6.phpt14 echo "*** Testing stripos() function: with heredoc strings ***\n";
29 *** Testing stripos() function: with heredoc strings ***
H A Dstrrchr_variation5.phpt14 echo "*** Testing strrchr() function: with heredoc strings ***\n";
36 *** Testing strrchr() function: with heredoc strings ***
H A Dstrripos_variation4.phpt14 echo "*** Testing strripos() function: with heredoc strings ***\n";
32 *** Testing strripos() function: with heredoc strings ***
H A Dstrrpos_variation4.phpt14 echo "*** Testing strrpos() function: with heredoc strings ***\n";
32 *** Testing strrpos() function: with heredoc strings ***
H A Dstrip_tags_variation4.phpt17 $strings = array (
35 //loop through the various elements of strings array to test strip_tags() functionality
37 foreach($strings as $string_value)
H A Dstrip_tags_variation7.phpt16 $strings = array (
33 //loop through the various elements of strings array to test strip_tags() functionality
35 foreach($strings as $string_value)
H A Dstrlen.phpt10 $strings = array( "Hello, World",
52 for($i=0; $i<count($strings); $i++) {
53 echo "String length of '$strings[$i]' is => ";
54 var_dump( strlen($strings[$i]) );
103 echo "\n--- Testing simple and complex syntax strings ---\n";
194 --- Testing simple and complex syntax strings ---
H A Dstrrchr_variation4.phpt14 echo "*** Testing strrchr() function: with heredoc strings ***\n";
42 *** Testing strrchr() function: with heredoc strings ***
H A Dbug71190.phpt2 Bug #71190 (substr_replace converts integers in original $search array to strings)
H A Dhtmlentities-utf.phpt8 $strings = array("<", "\xD0", "\xD0\x90", "\xD0\x90\xD0", "\xD0\x90\xD0\xB0", "\xE0", "A\xE0", "\xE…
13 foreach($strings as $string) {
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_041.phpt2 Test typed properties weak conversion of strings
/PHP-7.4/ext/standard/tests/array/
H A Darray_rand_variation6.phpt14 echo "*** Testing array_rand() : with keys of input array as heredoc strings ***\n";
16 // defining different heredoc strings
70 \*\*\* Testing array_rand\(\) : with keys of input array as heredoc strings \*\*\*
H A Darray_unshift_variation8.phpt2 Test array_unshift() function : usage variations - single quoted strings for 'var' argument
12 * single quoted strings for $var argument that is prepended to the array
16 echo "*** Testing array_unshift() : single quoted strings for \$var argument ***\n";
21 // different variations of single quoted strings to be passed to $var argument
58 *** Testing array_unshift() : single quoted strings for $var argument ***
H A Dkey_variation2.phpt80 'strings' => 'strings',
147 string(7) "strings"
/PHP-7.4/ext/date/tests/
H A Dbug36510.phpt2 Bug #36510 (strtotime() fails to parse date strings with tabs)
/PHP-7.4/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation6.phpt2 Test mb_encode_mimeheader() function : usage variations - Pass different strings to $linefeed arg
17 * Pass different strings to $linefeed argument
/PHP-7.4/ext/iconv/tests/
H A Dbug72320.phpt2 Bug #72320 (iconv_substr returns false for empty strings)
/PHP-7.4/Zend/tests/
H A Dnot_001.phpt2 bitwise NOT, doubles and strings
/PHP-7.4/ext/standard/tests/file/
H A Dcopy_variation1.phpt2 Test copy() function: usage variations - destination file names(numerics/strings)
10 /* Test copy() function: In creation of destination file names containing numerics/strings
14 echo "*** Test copy() function: destination file names containing numerics/strings ***\n";
24 /* File names containing numerics, strings */
77 *** Test copy() function: destination file names containing numerics/strings ***

Completed in 28 milliseconds

12345678910>>...23