Home
last modified time | relevance | path

Searched refs:different (Results 101 – 125 of 1268) sorted by relevance

12345678910>>...51

/PHP-5.5/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-5.5/ext/standard/tests/file/
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 ***
H A Dfscanf_variation13.phpt11 /* Test fscanf() to scan boolean data using different float format types */
15 echo "*** Test fscanf(): different float format types with boolean data ***\n";
50 // reading the values from file using different float formats
70 *** Test fscanf(): different float format types with boolean data ***
H A Dfscanf_variation22.phpt11 /* Test fscanf() to scan resource type using different char format types */
15 echo "*** Test fscanf(): different char format types with resource ***\n";
57 // reading the values from file using different char formats
81 *** Test fscanf(): different char format types with resource ***
H A Dfscanf_variation44.phpt11 /* Test fscanf() to scan boolean data using different unsigned format types */
15 echo "*** Test fscanf(): different unsigned format types with boolean data ***\n";
50 // reading the values from file using different unsigned formats
70 *** Test fscanf(): different unsigned format types with boolean data ***
H A Dfscanf_variation50.phpt11 /* Test fscanf() to scan boolean data using different scientific format types */
15 echo "*** Test fscanf(): different scientific format types with boolean data ***\n";
50 // reading the values from file using different scientific formats
70 *** Test fscanf(): different scientific format types with boolean data ***
H A Dfscanf_variation7.phpt11 /* Test fscanf() to scan boolean data using different integer format types */
15 echo "*** Test fscanf(): different integer format types with boolean data ***\n";
50 // reading the values from file using different integer formats
70 *** Test fscanf(): different integer format types with boolean data ***
H A Dfscanf_variation16.phpt11 /* Test fscanf() to scan resource type using different string format types */
15 echo "*** Test fscanf(): different string format types with resource ***\n";
57 // reading the values from file using different string formats
81 *** Test fscanf(): different string format types with resource ***
H A Dfscanf_variation19.phpt11 /* Test fscanf() to scan boolean data using different string format types */
15 echo "*** Test fscanf(): different string format types with boolean data ***\n";
54 // reading the values from file using different string formats
74 *** Test fscanf(): different string format types with boolean data ***
H A Dfscanf_variation32.phpt11 /* Test fscanf() to scan boolean data using different octal format types */
15 echo "*** Test fscanf(): different octal format types with boolean data ***\n";
55 // reading the values from file using different octal formats
75 *** Test fscanf(): different octal format types with boolean data ***
H A Dfscanf_variation38.phpt11 /* Test fscanf() to scan boolean data using different hexa format types */
15 echo "*** Test fscanf(): different hexa format types with boolean data ***\n";
50 // reading the values from file using different hexa formats
70 *** Test fscanf(): different hexa format types with boolean data ***
/PHP-5.5/ext/standard/tests/strings/
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 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
H A Dvsprintf_variation6.phpt11 * Test vsprintf() when different float formats and non-float values are passed to
43 // different arrays
59 // looping to test vsprintf() with different float formats from the above $format array
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 Daddslashes_variation1.phpt31 // array with different values
82 // when $str argument is supplied with different values
83 echo "\n--- Testing addslashes() by supplying different values for 'str' argument ---\n";
106 --- Testing addslashes() by supplying different values for 'str' argument ---
H A Dstripcslashes_variation1.phpt32 // array with different values
84 // when $str argument is supplied with different values
85 echo "\n--- Testing stripcslashes() by supplying different values for 'str' argument ---\n";
108 --- Testing stripcslashes() by supplying different values for 'str' argument ---
H A Dstripslashes_variation1.phpt31 // array with different values
83 // when $str argument is supplied with different values
84 echo "\n--- Testing stripslashes() by supplying different values for 'str' argument ---\n";
107 --- Testing stripslashes() by supplying different values for 'str' argument ---
/PHP-5.5/ext/date/tests/
H A DDateTime_data-dates.inc23 // NOTE: sub() produces different answer.
52 // NOTE: sub() produces different answer.
/PHP-5.5/ext/standard/tests/array/
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***
H A Dsizeof_variation2.phpt2 Test sizeof() function : usage variations - different array values for 'var' argument
17 echo "--- Testing sizeof() with different array values for 'var' argument ---\n";
19 // array containing different types of array values for 'var' argument
64 --- Testing sizeof() with different array values for 'var' argument ---
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation2.phpt2 Test token_get_all() function : usage variations - with different arithmetic operators
13 * Passing 'source' argument with different arithmetic operators to test them for token
18 echo "*** Testing token_get_all() : 'source' string with different arithmetic operators ***\n";
34 *** Testing token_get_all() : 'source' string with different arithmetic operators ***
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_3des_decrypt.phpt51 echo "\n--- testing different key lengths\n";
58 echo "\n--- testing different iv lengths\n";
72 --- testing different key lengths
96 --- testing different iv lengths

Completed in 40 milliseconds

12345678910>>...51