Home
last modified time | relevance | path

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

12345678910>>...51

/PHP-5.5/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 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 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_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 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-5.5/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-5.5/tests/lang/
H A Dcompare_objects_basic2.phpt2 Test object compare when object handler different
10 echo "Simple test comparing two objects with different compare callback handler\n";
22 Simple test comparing two objects with different compare callback handler
/PHP-5.5/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-5.5/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 Dstrtok_variation2.phpt2 Test strtok() function : usage variations - with different token strings
11 * Testing strtok() : with different token strings
14 echo "*** Testing strtok() : with different token strings ***\n";
32 // array with different values
84 // when $token argument is supplied with different values
86 echo "\n--- Testing strtok() by supplying different values for 'token' argument ---\n";
103 *** Testing strtok() : with different token strings ***
109 --- Testing strtok() by supplying different values for 'token' argument ---
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 Dchop_variation2.phpt11 * Testing chop() : with different unexpected values for charlist argument passes to the function
14 echo "*** Testing chop() : with different unexpected values for charlist argument ***\n";
32 // array with different values
85 // when $charlist argument is supplied with different values
87 echo "\n--- Testing chop() by supplying different values for 'charlist' argument ---\n";
104 *** Testing chop() : with different unexpected values for charlist argument ***
110 --- Testing chop() by supplying different values for 'charlist' argument ---
/PHP-5.5/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation8.phpt24 /* Variation 8 : Create soft/hard link to different directory */
26 /* creating link to a file in different dir with the same name as the file */
27 echo "\n*** Create hard link in different directory with same filename ***\n";
49 echo "\n*** Create soft link in different directory with same filename ***\n";
72 *** Create hard link in different directory with same filename ***
78 *** Create soft link in different directory with same filename ***
H A D005_variation.phpt71 echo "\n-- Checking different times, just after creating the file --\n";
85 echo "\n-- Checking different times, after writing into the file --\n";
93 echo "\n-- Checking different times, after reading from the file --\n";
196 -- Checking different times, just after creating the file --
201 -- Checking different times, after changing the file permission --
206 -- Checking different times, after writing into the file --
211 -- Checking different times, after reading from the file --
216 -- Checking different times, after creating a softlink to the file --
221 -- Checking different times, after creating a hardlink to the file --
226 -- Checking different times, after making a copy of the file --
[all …]
H A Dparse_ini_file_variation1.phpt21 value2=different
49 string(9) "different"
65 string(9) "different"
/PHP-5.5/ext/exif/tests/
H A Dexif_tagname_variation1.phpt2 Test exif_tagname() function : usage variations - different types for index argument
13 echo "*** Testing exif_tagname() : different types for index argument ***\n";
30 // array with different values
81 // when $index argument is supplied with different values
83 echo "\n--- Testing exif_tagname() by supplying different values for 'index' argument ---\n";
100 *** Testing exif_tagname() : different types for index argument ***
106 --- Testing exif_tagname() by supplying different values for 'index' argument ---
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_encrypt_3des_cbc.phpt22 //test different lengths of key, iv
46 echo "\n--- testing different key lengths\n";
53 echo "\n--- testing different iv lengths\n";
64 --- testing different key lengths
80 --- testing different iv lengths
H A Dmcrypt_encrypt_3des_ecb.phpt31 echo "\n--- testing different key lengths\n";
45 echo "\n--- testing different iv lengths\n";
56 --- testing different key lengths
72 --- testing different iv lengths
/PHP-5.5/ext/standard/tests/math/
H A Dallowed_rounding_error.inc4 //different machines may give slightly different floating point numbers
/PHP-5.5/ext/spl/tests/
H A Dbug62073.phpt2 Bug #62073 (different ways of iterating over an SplMaxHeap result in different keys)

Completed in 28 milliseconds

12345678910>>...51