Home
last modified time | relevance | path

Searched refs:strings (Results 101 – 125 of 560) sorted by relevance

12345678910>>...23

/PHP-7.4/ext/standard/tests/strings/
H A Dvsprintf_variation19.phpt2 Test vsprintf() function : usage variations - with whitespaces in format strings
14 echo "*** Testing vsprintf() : with white spaces in format strings ***\n";
57 *** Testing vsprintf() : with white spaces in format strings ***
H A Dvsprintf_variation19_64bit.phpt2 Test vsprintf() function : usage variations - with whitespaces in format strings
14 echo "*** Testing vsprintf() : with white spaces in format strings ***\n";
57 *** Testing vsprintf() : with white spaces in format strings ***
H A Dfprintf_variation_009.phpt7 $strings = array( NULL, "abc", 'aaa' );
19 foreach( $strings as $str ) {
H A Dvfprintf_variation7.phpt2 Test vprintf() function : usage variations - string formats with strings
15 echo "*** Testing vfprintf() : string formats with strings ***\n";
18 // defining different heredoc strings
81 *** Testing vfprintf() : string formats with strings ***
H A Dvprintf_variation19.phpt2 Test vprintf() function : usage variations - with whitespaces in format strings
14 echo "*** Testing vprintf() : with white spaces in format strings ***\n";
59 *** Testing vprintf() : with white spaces in format strings ***
H A Dparse_str_basic4.phpt2 Test parse_str() function : test with badly formed strings
10 echo "\nTest string with badly formed strings\n";
35 Test string with badly formed strings
H A Dvprintf_variation19_64bit.phpt2 Test vprintf() function : usage variations - with whitespaces in format strings
14 echo "*** Testing vprintf() : with white spaces in format strings ***\n";
59 *** Testing vprintf() : with white spaces in format strings ***
H A Dstrpos_number.phpt13 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an expli…
16 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an expli…
H A Dstr_split_variation3.phpt2 Test str_split() function : usage variations - different double quoted strings for 'str' argument
14 * passing different double quoted strings as 'str' argument to str_split()
18 echo "*** Testing str_split() : double quoted strings for 'str' ***\n";
48 *** Testing str_split() : double quoted strings for 'str' ***
H A Dstrcspn_variation10.phpt16 echo "*** Testing strcspn() : with different mask strings and default start and len arguments ***\n…
19 $strings = array(
39 // defining array of mask strings
56 foreach($strings as $str) {
67 *** Testing strcspn() : with different mask strings and default start and len arguments ***
H A Dstristr2.phpt25 Deprecated: stristr(): Non-string needles will be interpreted as strings in the future. Use an expl…
28 Deprecated: stristr(): Non-string needles will be interpreted as strings in the future. Use an expl…
H A Dstrip_tags_variation9.phpt2 Test strip_tags() function : usage variations - double quoted strings
11 * testing functionality of strip_tags() by giving double quoted strings as values for $str argument
27 //loop through the various elements of strings array to test strip_tags() functionality
/PHP-7.4/ext/intl/tests/
H A Dregression_sortwsk_eq.phpt8 * Test sorting strings that have different length but otherwise equal.
27 // Each array contains equal strings that differ only in their length.
H A Dregression_sort_eq.phpt8 * Test sorting strings that have different length but otherwise equal.
27 // Each array contains equal strings that differ only in their length.
/PHP-7.4/ext/standard/tests/array/
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
15 * 3.SORT_STRING - compare items as strings
20 // Different heredoc strings to be sorted
H A Darray_merge_recursive_variation6.phpt19 …array( 1 => "one", 2 => "two", 2 => array(1, 2), 3 => "three", 1 => array("duplicate", 'strings'));
45 string(7) "strings"
70 string(7) "strings"
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
15 * 3.SORT_STRING - compare items as strings
20 // Different heredoc strings to be sorted
H A Darray_shift_variation3.phpt80 'strings' => 'strings',
173 ["strings"]=>
174 string(7) "strings"
H A Darray_merge_variation4.phpt84 'strings' => 'strings',
311 ["strings"]=>
312 string(7) "strings"
327 ["strings"]=>
328 string(7) "strings"
H A Darray_slice_variation7.phpt85 'strings' => 'strings',
261 ["strings"]=>
262 string(7) "strings"
270 ["strings"]=>
271 string(7) "strings"
/PHP-7.4/ext/ctype/tests/
H A Dctype_print_variation3.phpt2 Test ctype_print() function : usage variations - different strings
13 * Pass strings containing different character types to ctype_print() to test
14 * which are considered valid printable character only strings
H A Dctype_alpha_variation3.phpt2 Test ctype_alpha() function : usage variations - different strings
13 * Pass strings containing different character types to ctype_alpha() to test
14 * which are considered valid alphabetic character only strings
H A Dctype_digit_variation3.phpt2 Test ctype_digit() function : usage variations - different strings
13 * Pass strings containing different character types to ctype_digit() to test
14 * which are considered valid decimal digit only strings
H A Dctype_lower_variation3.phpt2 Test ctype_lower() function : usage variations - different strings
13 * Pass strings containing different character types to ctype_lower() to test
14 * which are considered valid lowercase character only strings
H A Dctype_upper_variation3.phpt2 Test ctype_upper() function : usage variations - different strings
13 * Pass strings containing different character types to ctype_upper() to test
14 * which are considered valid uppercase character only strings

Completed in 27 milliseconds

12345678910>>...23