Home
last modified time | relevance | path

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

12345678910>>...173

/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_error.phpt2 Test imap_fetch_overview() function : error conditions - incorrect number of args
10 * Description: Read an overview of the information in the headers
11 * of the given message sequence
16 * Pass an incorrect number of arguments to imap_fetch_overview() to test behaviour
23 //Test imap_fetch_overview with one more than the expected number of arguments
24 echo "\n-- Testing imap_fetch_overview() function with more than expected no. of arguments --\n";
31 // Testing imap_fetch_overview with one less than the expected number of arguments
32 echo "\n-- Testing imap_fetch_overview() function with less than expected no. of arguments --\n";
43 -- Testing imap_fetch_overview() function with more than expected no. of arguments --
50 -- Testing imap_fetch_overview() function with less than expected no. of arguments --
/PHP-5.5/ext/mbstring/tests/
H A Dmb_stripos_error1.phpt2 Test mb_stripos() function : error conditions - Pass incorrect number of args
11 * Description: Finds position of first occurrence of a string within another, case insensitive
17 * Test how mb_stripos behaves when passed an incorrect number of arguments
23 //Test mb_stripos with one more than the expected number of arguments
24 echo "\n-- Testing mb_stripos() function with more than expected no. of arguments --\n";
32 // Testing mb_stripos with one less than the expected number of arguments
33 echo "\n-- Testing mb_stripos() function with less than expected no. of arguments --\n";
42 -- Testing mb_stripos() function with more than expected no. of arguments --
47 -- Testing mb_stripos() function with less than expected no. of arguments --
H A Dmb_strpos_error1.phpt2 Test mb_strpos() function : error conditions - Pass incorrect number of args
11 * Description: Find position of first occurrence of a string within another
16 * Test how mb_strpos behaves when passed an incorrect number of arguments
22 //Test mb_strpos with one more than the expected number of arguments
23 echo "\n-- Testing mb_strpos() function with more than expected no. of arguments --\n";
31 // Testing mb_strpos with one less than the expected number of arguments
32 echo "\n-- Testing mb_strpos() function with less than expected no. of arguments --\n";
41 -- Testing mb_strpos() function with more than expected no. of arguments --
46 -- Testing mb_strpos() function with less than expected no. of arguments --
H A Dmb_strripos_error1.phpt2 Test mb_strripos() function : error conditions - Pass incorrect number of args
11 * Description: Finds position of last occurrence of a string within another, case insensitive
17 * Test how mb_strripos behaves when passed an incorrect number of arguments
23 //Test mb_strripos with one more than the expected number of arguments
24 echo "\n-- Testing mb_strripos() function with more than expected no. of arguments --\n";
32 // Testing mb_strripos with one less than the expected number of arguments
33 echo "\n-- Testing mb_strripos() function with less than expected no. of arguments --\n";
42 -- Testing mb_strripos() function with more than expected no. of arguments --
47 -- Testing mb_strripos() function with less than expected no. of arguments --
H A Dmb_substr_count_error1.phpt2 Test mb_substr_count() function : error conditions - pass incorrect number of arguments
11 * Description: Count the number of substring occurrences
16 * Pass an incorrect number of arguments to mb_substr_count() to test behaviour
22 //Test mb_substr_count with one more than the expected number of arguments
23 echo "\n-- Testing mb_substr_count() function with more than expected no. of arguments --\n";
30 // Testing mb_substr_count with one less than the expected number of arguments
31 echo "\n-- Testing mb_substr_count() function with less than expected no. of arguments --\n";
40 -- Testing mb_substr_count() function with more than expected no. of arguments --
45 -- Testing mb_substr_count() function with less than expected no. of arguments --
/PHP-5.5/ext/standard/tests/strings/
H A Dchop_variation3.phpt6 * Description: Strip whitespace (or other characters) from the end of a string
26 first line of heredoc string
27 second line of heredoc string
28 third line of heredocstring
75 string(86) "first line of heredoc string
76 second line of heredoc string
77 third line of heredocstring"
78 string(86) "first line of heredoc string
79 second line of heredoc string
80 third line of heredocstring"
H A Dvprintf_variation16_64bit.phpt2 Test vprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vprintf() when different unsigned formats and signed values and other types of values
16 * are passed to the '$format' and '$args' arguments of the function
19 echo "*** Testing vprintf() : unsigned formats and signed & other types of values ***\n";
21 // defining array of unsigned formats
29 // Arrays of signed and other type of values for the format defined in $format.
33 // array of float values
40 // array of strings
54 // array of boolean data
64 // and with signed and other types of values from the above $args_array array
[all …]
H A Dvsprintf_variation16.phpt2 Test vsprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vsprintf() when different unsigned formats and signed values and other types of values
16 * are passed to the '$format' and '$args' arguments of the function
19 echo "*** Testing vsprintf() : unsigned formats and signed & other types of values ***\n";
21 // defining array of unsigned formats
29 // Arrays of signed and other type of values for the format defined in $format.
33 // array of float values
40 // array of strings
54 // array of boolean data
64 // and with signed and other types of values from the above $args_array array
[all …]
H A Dvsprintf_variation16_64bit.phpt2 Test vsprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vsprintf() when different unsigned formats and signed values and other types of values
16 * are passed to the '$format' and '$args' arguments of the function
19 echo "*** Testing vsprintf() : unsigned formats and signed & other types of values ***\n";
21 // defining array of unsigned formats
29 // Arrays of signed and other type of values for the format defined in $format.
33 // array of float values
40 // array of strings
54 // array of boolean data
64 // and with signed and other types of values from the above $args_array array
[all …]
H A Dvprintf_variation16.phpt2 Test vprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vprintf() when different unsigned formats and signed values and other types of values
16 * are passed to the '$format' and '$args' arguments of the function
19 echo "*** Testing vprintf() : unsigned formats and signed & other types of values ***\n";
21 // defining array of unsigned formats
29 // Arrays of signed and other type of values for the format defined in $format.
33 // array of float values
40 // array of strings
54 // array of boolean data
64 // and with signed and other types of values from the above $args_array array
[all …]
/PHP-5.5/ext/iconv/tests/
H A Diconv_strpos_error1.phpt2 Test iconv_strpos() function : error conditions - Pass incorrect number of args
11 * Description: Find position of first occurrence of a string within another
16 * Test how iconv_strpos behaves when passed an incorrect number of arguments
22 //Test iconv_strpos with one more than the expected number of arguments
23 echo "\n-- Testing iconv_strpos() function with more than expected no. of arguments --\n";
31 // Testing iconv_strpos with one less than the expected number of arguments
32 echo "\n-- Testing iconv_strpos() function with less than expected no. of arguments --\n";
41 -- Testing iconv_strpos() function with more than expected no. of arguments --
46 -- Testing iconv_strpos() function with less than expected no. of arguments --
/PHP-5.5/ext/reflection/tests/
H A DReflectionObject_isSubclassOf_basic.phpt41 Is A a subclass of A?
45 Is A a subclass of B?
49 Is A a subclass of C?
53 Is A a subclass of I?
56 Is A a subclass of X?
60 Is B a subclass of A?
64 Is B a subclass of B?
68 Is B a subclass of C?
72 Is B a subclass of I?
75 Is B a subclass of X?
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation3.phpt41 // storing size of symlink in a local variable
42 $link_stat = lstat($linkname); // lstat of link
57 // taking lstat of symlink
59 // checking that size of symlink remains same
79 // taking lstat of symlink
81 // checking that size of symlink remains same
101 // taking lstat of symlink
103 // checking that size of symlink remains same
123 -- Check size of soft link and file --
132 -- Check size of soft link and file --
[all …]
H A Dfflush_variation1.phpt293 line of text
295 line of text
302 line of text
304 line of text
311 line of text
313 line of text
320 line of text
322 line of text
329 line of text
331 line of text
[all …]
H A Dfflush_variation1-win32.phpt292 line of text
294 line of text
301 line of text
303 line of text
310 line of text
312 line of text
319 line of text
321 line of text
328 line of text
330 line of text
[all …]
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt2 Check behaviour of incomplete class
6 * Description: Returns a string representation of variable (which can later be unserialized)
11 * Description: Takes a string representation of variable and recreates it
23 echo "\n\n---> Various types of access on complete class:\n" ;
43 echo "\n\n---> Same types of access on incomplete class:\n" ;
67 ---> Various types of access on complete class:
84 ---> Same types of access on incomplete class:
93 …to execute a method or access a property of an incomplete object. Please ensure that the class def…
96 …to execute a method or access a property of an incomplete object. Please ensure that the class def…
98 …to execute a method or access a property of an incomplete object. Please ensure that the class def…
[all …]
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_class_vars_error.phpt6 * Description: Returns an array of default properties of the class.
14 //Test get_class_vars with one more than the expected number of arguments
15 echo "\n-- Testing get_class_vars() function with more than expected no. of arguments --\n";
20 // Testing get_class_vars with one less than the expected number of arguments
21 echo "\n-- Testing get_class_vars() function with less than expected no. of arguments --\n";
29 -- Testing get_class_vars() function with more than expected no. of arguments --
34 -- Testing get_class_vars() function with less than expected no. of arguments --
/PHP-5.5/ext/oci8/tests/
H A Dedition_2.phpt159 The value of current EDITION is ORA$BASE
165 The value of current EDITION is MYEDITION
167 The value of current EDITION is MYEDITION
169 The value of current EDITION is MYEDITION
170 The value of current EDITION is MYEDITION
175 The value of current EDITION is MYEDITION
176 The value of current EDITION is MYEDITION
192 The value of current EDITION is ORA$BASE
221 The value of current EDITION is MYEDITION
226 The value of current EDITION is MYEDITION
[all …]
H A Dpersistent.phpt20 resource(%d) of type (oci8 persistent connection)
21 resource(%d) of type (oci8 persistent connection)
22 resource(%d) of type (oci8 persistent connection)
23 resource(%d) of type (oci8 connection)
24 resource(%d) of type (oci8 connection)
25 resource(%d) of type (oci8 connection)
/PHP-5.5/ext/standard/tests/math/
H A Dround_error.phpt2 Test round() function : error conditions - incorrect number of args
6 * Description: Returns the rounded value of val to specified precision (number of digits
12 * Pass incorrect number of arguments to round() to test behaviour
17 echo "\n-- Wrong nmumber of arguments --\n";
26 -- Wrong nmumber of arguments --
/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_uassoc_variation5.phpt2 Test array_intersect_uassoc() function : usage variation - Intersection of integers with floats and…
6 …* Description: Computes the intersection of arrays with additional index check, compares indexes b…
26 echo "\n-- Result of integers and floating point intersection --\n";
29 echo "\n-- Result of integers and strings containing integers intersection --\n";
32 echo "\n-- Result of integers and strings containing floating points intersection --\n";
39 -- Result of integers and floating point intersection --
47 -- Result of integers and strings containing integers intersection --
55 -- Result of integers and strings containing floating points intersection --
H A Darray_intersect_uassoc_variation7.phpt2 Test array_intersect_uassoc() function : usage variation - Intersection of strings containing integ…
6 …* Description: Computes the intersection of arrays with additional index check, compares indexes b…
26 echo "\n-- Result of strings containing integers intersection --\n";
29 echo "\n-- Result of strings containing floating points intersection --\n";
32 echo "\n-- Result of strings containing integers and strings containing floating points intersectio…
39 -- Result of strings containing integers intersection --
45 -- Result of strings containing floating points intersection --
51 -- Result of strings containing integers and strings containing floating points intersection --
H A Darray_intersect_ukey_variation5.phpt2 Test array_intersect_ukey() function : usage variation - Intersection of integers with floats and s…
6 …* Description: Computes the intersection of arrays using a callback function on the keys for compa…
27 echo "\n-- Result of integers and floating point intersection --\n";
30 echo "\n-- Result of integers and strings containing integers intersection --\n";
33 echo "\n-- Result of integers and strings containing floating points intersection --\n";
40 -- Result of integers and floating point intersection --
48 -- Result of integers and strings containing integers intersection --
56 -- Result of integers and strings containing floating points intersection --
H A Darray_intersect_ukey_variation7.phpt2 Test array_intersect_ukey() function : usage variation - Intersection of strings containing integer…
6 …* Description: Computes the intersection of arrays using a callback function on the keys for compa…
27 echo "\n-- Result of strings containing integers intersection --\n";
30 echo "\n-- Result of strings containing floating points intersection --\n";
33 echo "\n-- Result of strings containing integers and strings containing floating points intersectio…
40 -- Result of strings containing integers intersection --
48 -- Result of strings containing floating points intersection --
56 -- Result of strings containing integers and strings containing floating points intersection --
/PHP-5.5/ext/date/tests/
H A Dstrftime_variation7.phpt19 //array of values to iterate over
21 'Day of the month as a decimal number' => "%d",
22 'Day of the year as a decimal number' => "%j",
23 'Day of the week as a decimal number' => "%w"
26 // loop through each element of the array for timestamp
39 --Day of the month as a decimal number--
43 --Day of the year as a decimal number--
47 --Day of the week as a decimal number--

Completed in 41 milliseconds

12345678910>>...173