Home
last modified time | relevance | path

Searched refs:different (Results 1 – 25 of 979) sorted by relevance

12345678910>>...40

/PHP-7.4/ext/standard/tests/array/
H A Darray_chunk_variation4.phpt12 * Testing array_chunk() function - input array containing different sub arrays
26 echo "\n-- Testing array_chunk() by supplying an array containing different sub arrays & 'preserve_…
29 echo "\n-- Testing array_chunk() by supplying an array containing different sub arrays & 'preserve_…
32 echo "\n-- Testing array_chunk() by supplying an array containing different sub arrays & 'preserve_…
40 -- Testing array_chunk() by supplying an array containing different sub arrays & 'preserve_key' as …
67 -- Testing array_chunk() by supplying an array containing different sub arrays & 'preserve_key' = t…
94 -- Testing array_chunk() by supplying an array containing different sub arrays & 'preserve_key' = f…
H A Darray_flip_variation2.phpt2 Test array_flip() function : usage variations - 'input' array with different keys
11 * Trying different keys in $input array argument
14 echo "*** Testing array_flip() : different keys for 'input' array argument ***\n";
16 // different heredoc strings
72 *** Testing array_flip() : different keys for 'input' array argument ***
H A Darray_sum_variation3.phpt2 Test array_sum() function : usage variations - array with different float values
11 * sum of array containing different float values
14 echo "*** Testing array_sum() : array with different float values ***\n";
46 *** Testing array_sum() : array with different float values ***
H A Darray_sum_variation2.phpt2 Test array_sum() function : usage variations - array with different integer value
11 * Testing array_sum() with different types of integer arrays containing data of following type:
15 echo "*** Testing array_sum() : different integer array ***\n";
40 *** Testing array_sum() : different integer array ***
H A Duasort_variation10.phpt11 * Testing uasort() with 'array_arg' containing different reference variables
37 // different variables which are used as elements of 'array_arg'
52 echo "-- Sorting 'array_arg' containing different references --\n";
60 -- Sorting 'array_arg' containing different references --
H A Darray_filter_variation5.phpt2 Test array_filter() function : usage variations - 'input' argument with different false entries
27 echo "*** Testing array_filter() : usage variations - different false elements in 'input' ***\n";
37 // input array with different false elements
69 *** Testing array_filter() : usage variations - different false elements in 'input' ***
H A Darray_fill_variation3.phpt11 * testing array_fill() by passing different unexpected values for 'val' argument
35 //array of different values for 'val' argument
52 echo "--- Testing array_fill() with different values for 'val' argument ---\n";
68 --- Testing array_fill() with different values for 'val' argument ---
H A Dusort_variation9.phpt29 // different variables which are used as elements of $array_arg
44 echo "\n-- Sorting \$array_arg containing different references --\n";
52 -- Sorting $array_arg containing different references --
H A Duasort_variation11.phpt2 Test uasort() function : usage variations - different associative arrays
10 /* Testing uasort() with different associative arrays having keys as
14 echo "*** Testing uasort() : sorting different associative arrays ***\n";
51 *** Testing uasort() : sorting different associative arrays ***
/PHP-7.4/ext/oci8/tests/
H A Ddrcp_characterset.phpt2 DRCP: oci_pconnect() and oci_connect() with different character sets
30 // The two connections c1 and c2 should not share resources as they use different
36 echo "First and third connections are different: OK\n";
38 // The two connections p1 and p2 should not share resources as they use different
44 echo "Second and fourth connections are different: OK\n";
59 First and third connections are different: OK
60 Second and fourth connections are different: OK
H A Ddrcp_newconnect.phpt14 // Verify they are different by comparing the resource ids
24 // rn1 and rn2 should be different.
29 echo "First and second connections are different OK\n";
41 First and second connections are different OK
/PHP-7.4/tests/lang/
H A Dcompare_objects_basic2.phpt2 Test object compare when object handler different
9 echo "Simple test comparing two objects with different compare callback handler\n";
21 Simple test comparing two objects with different compare callback handler
/PHP-7.4/ext/date/tests/
H A DDateTime_data-february.inc74 // NOTE: sub() produces different answer.
78 // NOTE: sub() produces different answer.
82 // NOTE: sub() produces different answer.
86 // NOTE: sub() produces different answer.
175 // NOTE: sub() produces different answer.
179 // NOTE: sub() produces different answer.
183 // NOTE: sub() produces different answer.
187 // NOTE: sub() produces different answer.
191 // NOTE: sub() produces different answer.
/PHP-7.4/ext/standard/tests/strings/
H A Dstrncmp_variation9.phpt2 Test strncmp() function: usage variations - different inputs(heredoc strings)
10 /* Test strncmp() function with different strings for 'str1', 'str2' and considering case sensitive…
12 echo "*** Test strncmp() function: with different input strings ***\n";
56 *** Test strncmp() function: with different input strings ***
H A Dstrncmp_variation3.phpt2 Test strncmp() function: usage variations - different lengths
12 echo "*** Test strncmp() function: with different lengths ***\n";
24 \*\*\* Test strncmp\(\) function: with different lengths \*\*\*
H A Dstrspn_variation6.phpt16 echo "*** Testing strspn() : with different mask strings ***\n";
19 // defining different heredoc strings
53 // defining array of different heredoc strings
64 // defining array of different mask strings
79 // loop through each element of the array for different heredoc and mask strings
94 *** Testing strspn() : with different mask strings ***
H A Dchunk_split_variation7.phpt2 Test chunk_split() function : usage variations - different double quoted values for 'str' argument
12 * Passing different double quoted strings for 'str' argument to chunk_split()
16 echo "*** Testing chunk_split() : with different double quoted values for 'str' argument ***\n";
22 // different values for 'str'
47 *** Testing chunk_split() : with different double quoted values for 'str' argument ***
H A Dstr_split_variation7_64bit.phpt2 Test str_split() function : usage variations - different integer values for 'split_length' with her…
18 * passing different integer values for 'split_length' and heredoc string as 'str' argument to str_s…
21 echo "*** Testing str_split() : different intger values for 'split_length' with heredoc 'str' ***\n…
27 //different values for 'split_length'
47 *** Testing str_split() : different intger values for 'split_length' with heredoc 'str' ***
H A Dstrcspn_variation9.phpt2 Test strcspn() function : usage variations - different strings with default start and len args
13 * Testing strcspn() : with different strings as str argument and default start and len args
16 echo "*** Testing strcspn() : with different str and default start and len args ***\n";
19 // defining different strings
56 *** Testing strcspn() : with different str and default start and len args ***
H A Dchunk_split_variation5.phpt2 Test chunk_split() function : usage variations - different integer values for 'chunklen' argument(B…
16 * passsing different integer values for 'chunklen' argument to chunk_split()
20 echo "*** Testing chunk_split() : different integer values for 'chunklen' ***\n";
26 // different values for chunklen
47 *** Testing chunk_split() : different integer values for 'chunklen' ***
/PHP-7.4/ext/standard/tests/math/
H A Dallowed_rounding_error.inc4 //different machines may give slightly different floating point numbers
/PHP-7.4/ext/spl/tests/
H A Dbug62073.phpt2 Bug #62073 (different ways of iterating over an SplMaxHeap result in different keys)
H A Dbug70053.phpt6 echo "-- Two empty iterators attached with infos that are different but same array key --\n";
16 -- Two empty iterators attached with infos that are different but same array key --
/PHP-7.4/ext/standard/tests/file/
H A Dparse_ini_file_variation1.phpt21 value2=different
49 string(9) "different"
65 string(9) "different"
H A Dsymlink_link_linkinfo_is_link_variation8.phpt25 /* Variation 8 : Create soft/hard link to different directory */
27 /* creating link to a file in different dir with the same name as the file */
28 echo "\n*** Create hard link in different directory with same filename ***\n";
50 echo "\n*** Create soft link in different directory with same filename ***\n";
73 *** Create hard link in different directory with same filename ***
79 *** Create soft link in different directory with same filename ***

Completed in 35 milliseconds

12345678910>>...40