Home
last modified time | relevance | path

Searched refs:different (Results 76 – 100 of 979) sorted by relevance

12345678910>>...40

/PHP-7.4/ext/ctype/tests/
H A Dctype_space_variation2.phpt2 Test ctype_space() function : usage variations - different integers
13 * Pass different integers to ctype_space() to test which character codes are considered
/PHP-7.4/ext/standard/tests/strings/
H A Dsubstr_replace_error.phpt25 echo "\n-- Testing substr_replace() function with start and length different types --\n";
29 echo "\n-- Testing substr_replace() function with start and length with a different number of eleme…
53 -- Testing substr_replace() function with start and length different types --
61 -- Testing substr_replace() function with start and length with a different number of elements --
H A Dstr_split_variation5.phpt2 Test str_split() function : usage variations - different heredoc strings as 'str' argument
14 * Passing different heredoc strings as 'str' argument to the str_split()
47 // heredoc with different white space characters
66 //different heredoc strings for 'str'
H A Dvfprintf_variation14.phpt15 * Test vfprintf() when different hexa formats and non-hexa values are passed to
21 // defining array of different hexa formats
54 // different arrays
75 // looping to test vfprintf() with different hexa formats from the above $format array
H A Dvfprintf_variation14_64bit.phpt15 * Test vfprintf() when different hexa formats and non-hexa values are passed to
21 // defining array of different hexa formats
54 // different arrays
75 // looping to test vfprintf() with different hexa formats from the above $format array
H A Dchunk_split_variation9.phpt2 Test chunk_split() function : usage variations - different double quoted strings for 'ending' argum…
12 * passing different double quoted strings for 'ending' argument to chunk_split()
16 echo "*** Testing chunk_split() : different strings for 'ending' ***\n";
22 //different values for 'ending' argument
53 *** Testing chunk_split() : different strings for 'ending' ***
H A Dvprintf_variation13.phpt15 * Test vprintf() when different hexa formats and hexa values are passed to
21 // defining array of different hexa formats
47 // looping to test vprintf() with different char octal from the above $format array
H A Dvprintf_variation13_64bit.phpt15 * Test vprintf() when different hexa formats and hexa values are passed to
21 // defining array of different hexa formats
47 // looping to test vprintf() with different char octal from the above $format array
H A Dvsprintf_variation13.phpt15 * Test vsprintf() when different hexa formats and hexa values are passed to
21 // defining array of different hexa formats
47 // looping to test vsprintf() with different char octal from the above $format array
H A Dvsprintf_variation13_64bit.phpt15 * Test vsprintf() when different hexa formats and hexa values are passed to
21 // defining array of different hexa formats
47 // looping to test vsprintf() with different char octal from the above $format array
/PHP-7.4/ext/standard/tests/dir/
H A Dopendir_variation7.phpt2 Test opendir() function : usage variations - different directory permissions
18 * Open a directory using opendir() with different directory permissions
28 /* different values for directory permissions */
46 // Open directory with different permission values, read and close, expected: none of them to succe…
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation35.phpt11 /* Test fscanf() to scan resource type using different hexa format types */
15 echo "*** Test fscanf(): different hexa format types with resource ***\n";
53 // reading the values from file using different hexa formats
77 *** Test fscanf(): different hexa format types with resource ***
H A Dfscanf_variation4.phpt11 /* Test fscanf() to scan resource type using different integer format types */
15 echo "*** Test fscanf(): different integer format types with resource ***\n";
54 // reading the values from file using different integer formats
78 *** Test fscanf(): different integer format types with resource ***
H A Dfscanf_variation47.phpt11 /* Test fscanf() to scan resource type using different scientific format types */
15 echo "*** Test fscanf(): different scientific format types with resource ***\n";
53 // reading the values from file using different scientific formats
77 *** Test fscanf(): different scientific format types with resource ***
H A Dfscanf_variation10.phpt11 /* Test fscanf() to scan resource type using different float format types */
15 echo "*** Test fscanf(): different float format types with resource ***\n";
58 // reading the values from file using different formats formats
82 *** Test fscanf(): different float format types with resource ***
H A Dfscanf_variation29.phpt11 /* Test fscanf() to scan resource type using different octal format types */
15 echo "*** Test fscanf(): different octal format types with resource ***\n";
58 // reading the values from file using different octal formats
82 *** Test fscanf(): different octal format types with resource ***
H A Dfscanf_variation41.phpt11 /* Test fscanf() to scan resource type using different unsigned format types */
15 echo "*** Test fscanf(): different unsigned format types with resource ***\n";
53 // reading the values from file using different unsigned formats
77 *** Test fscanf(): different unsigned format types with resource ***
H A Dis_file_variation4.phpt10 /* Passing file names with different notations, using slashes, wild-card chars */
14 echo "*** Testing is_file() with different notations of file names ***\n";
56 *** Testing is_file() with different notations of file names ***
H A Dfscanf_variation26.phpt11 /* Test fscanf() to scan different chars using different char format types */
15 echo "*** Test fscanf(): different char format types with chars ***\n";
49 // reading the values from file using different char formats
69 *** Test fscanf(): different char format types with chars ***
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation7.phpt13 * Passing 'source' argument with different increment/decrement operators to test them for token
18 echo "*** Testing token_get_all() : 'source' string with different increment/decrement operators **…
32 *** Testing token_get_all() : 'source' string with different increment/decrement operators ***
/PHP-7.4/ext/date/tests/
H A DDateTime_data-dates.inc23 // NOTE: sub() produces different answer.
52 // NOTE: sub() produces different answer.
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug46882.phpt2 Bug #46882 (Serialize / Unserialize misbehaviour under OS with different bit numbers)
/PHP-7.4/ext/standard/tests/array/
H A Darray_combine_variation4.phpt2 Test array_combine() function : usage variations - associative array with different keys(Bug#43424)
12 * Testing the functionality of array_combine() by passing different
13 * associative arrays having different possible keys to $keys argument and
14 * associative arrays having different possible keys to $values argument.
38 // different variations of associative arrays to be passed to $arr1 argument
H A Darray_filter_variation4.phpt11 * Passing different types of callback functions to array_filter()
18 echo "*** Testing array_filter() : usage variation - different 'callback' functions***\n";
62 *** Testing array_filter() : usage variation - different 'callback' functions***
/PHP-7.4/Zend/tests/
H A Dbug72543_4.phpt2 Bug #72543.4 (different references behavior comparing to PHP 5)

Completed in 37 milliseconds

12345678910>>...40