/PHP-8.3/ext/standard/tests/array/ |
H A D | array_chunk_variation4.phpt | 6 * Testing array_chunk() function - input array containing different sub arrays 20 echo "\n-- Testing array_chunk() by supplying an array containing different sub arrays & 'preserve_… 23 echo "\n-- Testing array_chunk() by supplying an array containing different sub arrays & 'preserve_… 26 echo "\n-- Testing array_chunk() by supplying an array containing different sub arrays & 'preserve_… 34 -- Testing array_chunk() by supplying an array containing different sub arrays & 'preserve_key' as … 61 -- Testing array_chunk() by supplying an array containing different sub arrays & 'preserve_key' = t… 88 -- Testing array_chunk() by supplying an array containing different sub arrays & 'preserve_key' = f…
|
H A D | uasort_variation10.phpt | 6 * Testing uasort() with 'array_arg' containing different reference variables 25 // different variables which are used as elements of 'array_arg' 40 echo "-- Sorting 'array_arg' containing different references --\n"; 48 -- Sorting 'array_arg' containing different references --
|
H A D | array_sum_variation3.phpt | 2 Test array_sum() function : usage variations - array with different float values 6 * sum of array containing different float values 9 echo "*** Testing array_sum() : array with different float values ***\n"; 41 *** Testing array_sum() : array with different float values ***
|
H A D | array_flip_variation2.phpt | 2 Test array_flip() function : usage variations - 'input' array with different keys 6 * Trying different keys in $input array argument 9 echo "*** Testing array_flip() : different keys for 'input' array argument ***\n"; 11 // different heredoc strings 66 *** Testing array_flip() : different keys for 'input' array argument ***
|
H A D | array_sum_variation2.phpt | 2 Test array_sum() function : usage variations - array with different integer value 6 * Testing array_sum() with different types of integer arrays containing data of following type: 10 echo "*** Testing array_sum() : different integer array ***\n"; 35 *** Testing array_sum() : different integer array ***
|
H A D | array_filter_variation5.phpt | 2 Test array_filter() function : usage variations - 'input' argument with different false entries 21 echo "*** Testing array_filter() : usage variations - different false elements in 'input' ***\n"; 31 // input array with different false elements 63 *** Testing array_filter() : usage variations - different false elements in 'input' ***
|
H A D | uasort_variation11.phpt | 2 Test uasort() function : usage variations - different associative arrays 5 /* Testing uasort() with different associative arrays having keys as 9 echo "*** Testing uasort() : sorting different associative arrays ***\n"; 39 *** Testing uasort() : sorting different associative arrays ***
|
H A D | array_fill_variation3.phpt | 6 * testing array_fill() by passing different unexpected values for 'val' argument 30 //array of different values for 'val' argument 47 echo "--- Testing array_fill() with different values for 'val' argument ---\n"; 63 --- Testing array_fill() with different values for 'val' argument ---
|
H A D | array_walk_variation3.phpt | 2 Test array_walk() function : usage variations - 'input' array with different values 15 echo "*** Testing array_walk() : 'input' array with different values***\n"; 17 // different arrays as input 52 *** Testing array_walk() : 'input' array with different values***
|
H A D | usort_variation9.phpt | 24 // different variables which are used as elements of $array_arg 39 echo "\n-- Sorting \$array_arg containing different references --\n"; 46 -- Sorting $array_arg containing different references --
|
H A D | array_walk_recursive_variation3.phpt | 2 Test array_walk_recursive() function : usage variations - 'input' array with different values 15 echo "*** Testing array_walk_recursive() : 'input' array with different values***\n"; 17 // different arrays as input 52 *** Testing array_walk_recursive() : 'input' array with different values***
|
/PHP-8.3/ext/oci8/tests/ |
H A D | drcp_characterset.phpt | 2 DRCP: oci_pconnect() and oci_connect() with different character sets 34 // The two connections c1 and c2 should not share resources as they use different 40 echo "First and third connections are different: OK\n"; 42 // The two connections p1 and p2 should not share resources as they use different 48 echo "Second and fourth connections are different: OK\n"; 63 First and third connections are different: OK 64 Second and fourth connections are different: OK
|
H A D | drcp_newconnect.phpt | 18 // Verify they are different by comparing the resource ids 28 // rn1 and rn2 should be different. 33 echo "First and second connections are different OK\n"; 45 First and second connections are different OK
|
/PHP-8.3/tests/lang/ |
H A D | compare_objects_basic2.phpt | 2 Test object compare when object handler different 9 echo "Simple test comparing two objects with different compare callback handler\n"; 20 Simple test comparing two objects with different compare callback handler
|
/PHP-8.3/ext/date/tests/ |
H A D | DateTime_data-february.inc | 74 // 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-8.3/ext/standard/tests/strings/ |
H A D | strncmp_variation9.phpt | 2 Test strncmp() function: usage variations - different inputs(heredoc strings) 5 /* Test strncmp() function with different strings for 'str1', 'str2' and considering case sensitive… 7 echo "*** Test strncmp() function: with different input strings ***\n"; 51 *** Test strncmp() function: with different input strings ***
|
H A D | strncmp_variation3.phpt | 2 Test strncmp() function: usage variations - different lengths 7 echo "*** Test strncmp() function: with different lengths ***\n"; 19 \*\*\* Test strncmp\(\) function: with different lengths \*\*\*
|
H A D | str_split_variation7.phpt | 2 Test str_split() function : usage variations - different integer values for 'split_length' with her… 6 * passing different integer values for 'split_length' and heredoc string as 'str' argument to str_s… 9 echo "*** Testing str_split() : different integer values for 'split_length' with heredoc 'str' ***\… 15 //different values for 'split_length' 38 *** Testing str_split() : different integer values for 'split_length' with heredoc 'str' ***
|
H A D | strspn_variation6.phpt | 9 echo "*** Testing strspn() : with different mask strings ***\n"; 12 // defining different heredoc strings 46 // defining array of different heredoc strings 57 // defining array of different mask strings 72 // loop through each element of the array for different heredoc and mask strings 87 *** Testing strspn() : with different mask strings ***
|
H A D | str_split_variation6.phpt | 2 Test str_split() function : usage variations - different integer values for 'split_length' argument 6 * passing different integer values for 'split_length' argument to str_split() 9 echo "*** Testing str_split() : different integer values for 'split_length' ***\n"; 13 //different values for 'split_length' 36 *** Testing str_split() : different integer values for 'split_length' ***
|
H A D | chunk_split_variation5.phpt | 2 Test chunk_split() function : usage variations - different integer values for 'chunklen' argument(B… 10 * passsing different integer values for 'chunklen' argument to chunk_split() 14 echo "*** Testing chunk_split() : different integer values for 'chunklen' ***\n"; 20 // different values for chunklen 46 *** Testing chunk_split() : different integer values for 'chunklen' ***
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | symlink_link_linkinfo_is_link_variation8.phpt | 12 /* Variation 8 : Create soft/hard link to different directory */ 14 /* creating link to a file in different dir with the same name as the file */ 15 echo "\n*** Create hard link in different directory with same filename ***\n"; 37 echo "\n*** Create soft link in different directory with same filename ***\n"; 60 *** Create hard link in different directory with same filename *** 66 *** Create soft link in different directory with same filename ***
|
H A D | parse_ini_file_variation1.phpt | 15 value2=different 42 string(9) "different" 58 string(9) "different"
|
/PHP-8.3/ext/standard/tests/dir/ |
H A D | scandir_variation9.phpt | 2 Test scandir() function : usage variations - different ints as $sorting_order arg 6 * Pass different integers as $sorting_order argument to test how scandir() 20 // different ints to pass as $sorting_order argument
|
/PHP-8.3/ext/standard/tests/math/ |
H A D | allowed_rounding_error.inc | 4 //different machines may give slightly different floating point numbers
|