Home
last modified time | relevance | path

Searched refs:strings (Results 401 – 425 of 560) sorted by last modified time

1...<<11121314151617181920>>...23

/PHP-7.4/ext/standard/tests/array/
H A Dsort_variation5.phpt2 Test sort() function : usage variations - sort strings
15 * SORT_STRING - compare items as strings
H A Duasort_variation3.phpt37 // different heredoc strings
H A Duasort_variation5.phpt2 Test uasort() function : usage variations - sort diff. strings
11 * sorting different strings:
12 * single quoted, double quoted and heredoc strings
36 // Different heredoc strings to be sorted
56 // Single quoted strings
65 // Double quoted strings
74 // Heredoc strings
H A Dbug38464.phpt2 Bug #38464 (array_count_values() mishandles numeric strings)
H A Dkrsort_basic.phpt16 * 4.SORT_STRING - compare items as 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 Dkrsort_variation5.phpt2 Test krsort() function : usage variations - sort strings
15 * 3.SORT_STRING - compare items as strings
27 // array containing different strings with key values
H A Dksort_object.phpt12 * 2.SORT_STRING - compare items as strings
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 Dksort_variation5.phpt2 Test ksort() function : usage variations - sort strings
15 * 3.SORT_STRING - compare items as strings
27 // array containing different strings with key values
H A Dnatcasesort_variation11.phpt80 'strings' => 'strings',
203 ["strings"]=>
204 string(7) "strings"
H A Dnatcasesort_variation9.phpt11 * Pass an array containing sub-arrays, ints, floats, strings, boolean, null
H A Darray_unique_variation2.phpt17 /* Different heredoc strings passed as argument to arrays */
39 // heredoc with quoted strings and numeric values
54 …y("a\v\f", "aaaa\r", "b", "aaaa\r", "\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // with double quoted strings
55 …y('a\v\f', 'aaaa\r', 'b', 'aaaa\r', '\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // with single quoted strings
H A Darray_unshift_variation7.phpt2 Test array_unshift() function : usage variations - double quoted strings for 'var' argument
12 * double quoted strings for $var argument that is prepended to the array
16 echo "*** Testing array_unshift() : double quoted strings for \$var argument ***\n";
21 // different variations of double quoted strings to be passed to $var argument
58 *** Testing array_unshift() : double quoted strings for $var argument ***
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 Darray_unshift_variation9.phpt2 Test array_unshift() function : usage variations - heredoc strings for 'var' argument
12 * heredoc strings for $var argument that is prepended to the array
16 echo "*** Testing array_unshift() : heredoc strings for \$var argument ***\n";
52 "strings in double quote";
53 'strings in single quote';
60 // different heredoc strings to be passed to $var argument
98 *** Testing array_unshift() : heredoc strings for $var argument ***
279 "strings in double quote";
280 'strings in single quote';
295 "strings in double quote";
[all …]
H A Darray_values_variation3.phpt81 'strings' => 'strings',
183 string(7) "strings"
H A Darsort_basic.phpt17 * SORT_STRING - compare items as strings
H A Darsort_variation5.phpt2 Test arsort() function : usage variations - sort strings
15 * SORT_STRING - compare items as strings
H A Dasort_basic.phpt17 * SORT_STRING - compare items as strings
H A Dasort_variation5.phpt2 Test asort() function : usage variations - sort strings
15 * SORT_STRING - compare items as strings
H A Darray_sum_variation7.phpt12 * strings, bool, null, subarrays & objects
H A Darray_key_exists_variation8.phpt80 'strings' => 'strings',
H A Darray_merge_recursive_variation3.phpt17 /* Different heredoc strings */
40 // heredoc with quoted strings and numeric values
55 array("a\v\f", "aaaa\r", "b", "\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // with double quoted strings
56 array('a\v\f', 'aaaa\r', 'b', '\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // with single quoted strings
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"

Completed in 80 milliseconds

1...<<11121314151617181920>>...23