/PHP-7.4/ext/standard/tests/array/ |
H A D | array_chunk_variation4.phpt | 12 * 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 D | array_flip_variation2.phpt | 2 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 D | array_sum_variation3.phpt | 2 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 D | array_sum_variation2.phpt | 2 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 D | uasort_variation10.phpt | 11 * 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 D | array_filter_variation5.phpt | 2 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 D | array_fill_variation3.phpt | 11 * 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 D | usort_variation9.phpt | 29 // 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 D | uasort_variation11.phpt | 2 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 D | drcp_characterset.phpt | 2 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 D | drcp_newconnect.phpt | 14 // 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 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"; 21 Simple test comparing two objects with different compare callback handler
|
/PHP-7.4/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-7.4/ext/standard/tests/strings/ |
H A D | strncmp_variation9.phpt | 2 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 D | strncmp_variation3.phpt | 2 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 D | strspn_variation6.phpt | 16 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 D | chunk_split_variation7.phpt | 2 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 D | str_split_variation7_64bit.phpt | 2 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 D | strcspn_variation9.phpt | 2 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 D | chunk_split_variation5.phpt | 2 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 D | allowed_rounding_error.inc | 4 //different machines may give slightly different floating point numbers
|
/PHP-7.4/ext/spl/tests/ |
H A D | bug62073.phpt | 2 Bug #62073 (different ways of iterating over an SplMaxHeap result in different keys)
|
H A D | bug70053.phpt | 6 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 D | parse_ini_file_variation1.phpt | 21 value2=different 49 string(9) "different" 65 string(9) "different"
|
H A D | symlink_link_linkinfo_is_link_variation8.phpt | 25 /* 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 ***
|