Home
last modified time | relevance | path

Searched refs:of (Results 376 – 400 of 4834) sorted by relevance

1...<<11121314151617181920>>...194

/PHP-5.5/ext/ctype/tests/
H A Dctype_alnum_error.phpt2 Test ctype_alnum() function : error conditions - Incorrect number of args
13 * Pass incorrect number of arguments to ctype_alnum() to test behaviour
24 //Test ctype_alnum with one more than the expected number of arguments
25 echo "\n-- Testing ctype_alnum() function with more than expected no. of arguments --\n";
41 -- Testing ctype_alnum() function with more than expected no. of arguments --
H A Dctype_graph_error.phpt2 Test ctype_graph() function : error conditions - incorrect number of arguments
13 * Pass an incorrect number of arguments to ctype_graph() to test behaviour
22 //Test ctype_graph with one more than the expected number of arguments
23 echo "\n-- Testing ctype_graph() function with more than expected no. of arguments --\n";
37 -- Testing ctype_graph() function with more than expected no. of arguments --
H A Dctype_space_error.phpt2 Test ctype_space() function : error conditions - Incorrect number of args
13 * Pass an incorrect number of arguments to ctype_space() to test behaviour
24 //Test ctype_space with one more than the expected number of arguments
25 echo "\n-- Testing ctype_space() function with more than expected no. of arguments --\n";
41 -- Testing ctype_space() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/general_functions/
H A Dintval_variation1.phpt6 * Description: Get the integer value of a variable using the optional base for the conversion
50 //array of values to iterate over
93 'instance of classWithToString' => new classWithToString(),
94 'instance of classWithoutToString' => new classWithoutToString(),
103 // loop through each element of the array for var
190 --instance of classWithToString--
191 Error: 8 - Object of class classWithToString could not be converted to int, %s(%d)
194 --instance of classWithoutToString--
195 Error: 8 - Object of class classWithoutToString could not be converted to int, %s(%d)
/PHP-5.5/ext/standard/tests/streams/
H A Dbug44818.phpt19 resource(%d) of type (stream)
24 resource(%d) of type (stream)
29 resource(%d) of type (stream)
34 resource(%d) of type (stream)
/PHP-5.5/ext/date/tests/
H A Dmktime-2.phpt16 /* status of daylight saving time unknown */
18 /* status of daylight saving time unknown */
25 /* status of daylight saving time unknown */
27 /* status of daylight saving time unknown */
H A DDateTime_modify_error.phpt6 …* Description: Alter the timestamp of a DateTime object by incrementing or decrementing in a forma…
19 echo "\n-- Testing DateTime::modify() function with less than expected no. of arguments --\n";
22 echo "\n-- Testing DateTime::modify() function with more than expected no. of arguments --\n";
32 -- Testing DateTime::modify() function with less than expected no. of arguments --
37 -- Testing DateTime::modify() function with more than expected no. of arguments --
H A Dgmdate_variation4.phpt2 Test gmdate() function : usage variation - Passing textual representation of day formats.
17 echo "\n-- Testing gmdate() function with partial textual representation of day --\n";
21 echo "\n-- Testing gmdate() function with full textual representation of day --\n";
34 -- Testing gmdate() function with partial textual representation of day --
38 -- Testing gmdate() function with full textual representation of day --
/PHP-5.5/ext/standard/tests/array/
H A Darray_shift_variation7.phpt2 Test array_shift() function : usage variations - position of internal pointer
6 * Description: Pops an element off the beginning of the array
21 echo "\n-- Position of Internal Pointer in Passed Array: --\n";
32 -- Position of Internal Pointer in Passed Array: --
H A Darray_walk_object2.phpt2 Test array_walk() function : object functionality - array of objects
6 * Description: Apply a user function to every member of an array
11 * Testing array_walk() with an array of objects
14 echo "*** Testing array_walk() : array of objects ***\n";
21 * Description : Function adds the addvalue to each element of an array
63 // array containing objects of MyClass
81 *** Testing array_walk() : array of objects ***
H A Darray_rand_variation6.phpt11 * Test behaviour of array_rand() when keys of the 'input' array is heredoc string
14 echo "*** Testing array_rand() : with keys of input array as heredoc strings ***\n";
25 first line of heredoc string
26 second line of heredoc string
27 third line of heredocstring
70 \*\*\* Testing array_rand\(\) : with keys of input array as heredoc strings \*\*\*
H A Darray_walk_recursive_object2.phpt2 Test array_walk_recursive() function : object functionality - array of objects
6 * Description: Apply a user function to every member of an array
11 * Testing array_walk_recursive() with an array of objects
14 echo "*** Testing array_walk_recursive() : array of objects ***\n";
21 * Description : Function adds the addvalue to each element of an array
63 // array containing objects of MyClass
83 *** Testing array_walk_recursive() : array of objects ***
H A Darray_fill_variation2.phpt35 //array of different values for 'num' argument
81 // loop through each element of the array for num
82 // check the working of array_fill
109 Warning: array_fill(): Number of elements must be positive in %s on line %d
126 Warning: array_fill(): Number of elements must be positive in %s on line %d
130 Warning: array_fill(): Number of elements must be positive in %s on line %d
154 Warning: array_fill(): Number of elements must be positive in %s on line %d
158 Warning: array_fill(): Number of elements must be positive in %s on line %d
167 Warning: array_fill(): Number of elements must be positive in %s on line %d
176 Warning: array_fill(): Number of elements must be positive in %s on line %d
[all …]
H A Drange.phpt11 echo "-- An array of elements from low to high --\n";
13 echo "\n-- An array of elements from high to low --\n";
17 echo "-- An array of elements from low to high --\n";
19 echo "\n-- An array of elements from high to low --\n";
23 echo "-- An array of elements from low to high --\n";
55 -- An array of elements from low to high --
79 -- An array of elements from high to low --
104 -- An array of elements from low to high --
128 -- An array of elements from high to low --
153 -- An array of elements from low to high --
[all …]
H A Darray_diff_assoc_error.phpt6 * Description: Returns the entries of arr1 that have values which are not present
7 * in any of the others arguments but do additional checks whether the keys are equal
21 // Testing array_diff_assoc with one less than the expected number of arguments
22 echo "\n-- Testing array_diff_assoc() function with less than expected no. of arguments --\n";
37 -- Testing array_diff_assoc() function with less than expected no. of arguments --
H A Darray_diff_uassoc_variation6.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
26 echo "\n-- Result of comparing floating points and strings containing integers --\n";
30 echo "\n-- Result of comparing floating points and strings containing floating point --\n";
39 -- Result of comparing floating points and strings containing integers --
45 -- Result of comparing floating points and strings containing floating point --
H A Darray_diff_uassoc_variation8.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
26 echo "\n-- Result of comparing integers and strings containing an integers --\n";
30 echo "\n-- Result of comparing integers and strings containing floating points --\n";
39 -- Result of comparing integers and strings containing an integers --
47 -- Result of comparing integers and strings containing floating points --
H A Darray_intersect_key_error.phpt6 …* Description: Returns the entries of arr1 that have keys which are present in all the other argum…
15 // Testing array_intersect_key with one less than the expected number of arguments
16 echo "\n-- Testing array_intersect_key() function with less than expected no. of arguments --\n";
19 // Testing array_intersect_key with one less than the expected number of arguments
27 -- Testing array_intersect_key() function with less than expected no. of arguments --
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_class_error_001.phpt2 Test get_class() function : error conditions - wrong number of arguments.
13 //Test get_class with one more than the expected number of arguments
14 echo "\n-- Testing get_class() function with more than expected no. of arguments --\n";
24 -- Testing get_class() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/file/
H A Dstat_variation3-win32.phpt2 Test stat() functions: usage variations - effects of creating/deleting the dir/file
17 /* test the effects of creating & deleting of subdir/file on the stats of dir/file */
51 // comparing stats after the deletion of subdir and file
52 echo "-- Testing stat() for comparing stats after the deletion of subdir and file --\n";
75 -- Testing stat() for comparing stats after the deletion of subdir and file --
/PHP-5.5/ext/standard/tests/strings/
H A Dvsprintf_variation10.phpt12 * the '$format' and '$args' arguments of the function
17 // defining an array of various char formats
25 // Arrays of non char values for the format defined in $format.
29 // array of float values
36 // array of int values
43 // array of strings
57 // array of boolean data
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_error.phpt20 //Test mcrypt_cbc with one more than the expected number of arguments
21 echo "\n-- Testing mcrypt_cbc() function with more than expected no. of arguments --\n";
30 // Testing mcrypt_cbc with one less than the expected number of arguments
31 echo "\n-- Testing mcrypt_cbc() function with less than expected no. of arguments --\n";
42 -- Testing mcrypt_cbc() function with more than expected no. of arguments --
49 -- Testing mcrypt_cbc() function with less than expected no. of arguments --
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_callback_error.phpt13 //Test preg_replace_callback() with one more than the expected number of arguments
14 echo "\n-- Testing preg_replace_callback() function with more than expected no. of arguments --\n";
25 //Testing preg_replace_callback() with one less than the expected number of arguments
26 echo "\n-- Testing preg_replace_callback() function with less than expected no. of arguments --\n";
39 -- Testing preg_replace_callback() function with more than expected no. of arguments --
44 -- Testing preg_replace_callback() function with less than expected no. of arguments --
/PHP-5.5/ext/oci8/tests/
H A Dlob_028.phpt53 resource(%d) of type (oci8 descriptor)
57 resource(%d) of type (oci8 descriptor)
61 resource(%d) of type (oci8 descriptor)
65 resource(%d) of type (oci8 descriptor)
69 resource(%d) of type (oci8 descriptor)
73 resource(%d) of type (oci8 descriptor)
/PHP-5.5/
H A DREADME.REDIST.BINS30 1. Redistributions of source code must retain the above copyright
31 notice, this list of conditions and the following disclaimer.
35 3. Neither the name of the author nor the names of other contributors
80 of your choice.
118 copies or substantial portions of the Software.
190 This software is copyrighted by the Regents of the University of
222 are acquiring the software on behalf of the Department of Defense, the
237 arising from the use of this software.
256 The Regents of the University of California. All rights reserved.
270 4. Neither the name of the University nor the names of its contributors
[all …]

Completed in 34 milliseconds

1...<<11121314151617181920>>...194