Home
last modified time | relevance | path

Searched refs:to (Results 101 – 125 of 5062) sorted by relevance

12345678910>>...203

/PHP-5.3/ext/standard/tests/array/
H A Darray_walk_recursive_variation2.phpt6 * Description: Apply a user function to every member of an array
33 // different scalar/nonscalar values to be used in place of callback function
95 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give…
98 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give…
102 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give…
105 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give…
109 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give…
112 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give…
116 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give…
119 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give…
[all …]
H A Darray_sum_variation1.phpt11 * Passing different scalar/nonscalar values as 'input' argument to array_sum()
89 Warning: array_sum() expects parameter 1 to be array, integer given in %s on line %d
93 Warning: array_sum() expects parameter 1 to be array, integer given in %s on line %d
105 Warning: array_sum() expects parameter 1 to be array, double given in %s on line %d
109 Warning: array_sum() expects parameter 1 to be array, double given in %s on line %d
113 Warning: array_sum() expects parameter 1 to be array, double given in %s on line %d
117 Warning: array_sum() expects parameter 1 to be array, double given in %s on line %d
125 Warning: array_sum() expects parameter 1 to be array, null given in %s on line %d
129 Warning: array_sum() expects parameter 1 to be array, null given in %s on line %d
173 Warning: array_sum() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Dshuffle_variation1.phpt35 //array of values to iterate over
82 // loop through the array to test shuffle() function
101 Warning: shuffle() expects parameter 1 to be array, integer given in %s on line %d
121 Warning: shuffle() expects parameter 1 to be array, double given in %s on line %d
126 Warning: shuffle() expects parameter 1 to be array, double given in %s on line %d
131 Warning: shuffle() expects parameter 1 to be array, double given in %s on line %d
136 Warning: shuffle() expects parameter 1 to be array, double given in %s on line %d
146 Warning: shuffle() expects parameter 1 to be array, null given in %s on line %d
151 Warning: shuffle() expects parameter 1 to be array, null given in %s on line %d
201 Warning: shuffle() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Darray_filter_variation1.phpt16 * Parameters : array for which each elements needs to be used in function
18 * Discription : function applied to each element of the passed array and returns true
105 Warning: array_filter() expects parameter 1 to be array, integer given in %s on line %d
121 Warning: array_filter() expects parameter 1 to be array, double given in %s on line %d
125 Warning: array_filter() expects parameter 1 to be array, double given in %s on line %d
129 Warning: array_filter() expects parameter 1 to be array, double given in %s on line %d
133 Warning: array_filter() expects parameter 1 to be array, double given in %s on line %d
141 Warning: array_filter() expects parameter 1 to be array, null given in %s on line %d
145 Warning: array_filter() expects parameter 1 to be array, null given in %s on line %d
189 Warning: array_filter() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Darray_intersect_ukey_variation3.phpt2 Test array_intersect_ukey() function : usage variation - Passing unexpected values to callback argu…
40 //array of values to iterate over
101 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, no array or string give…
104 Warning: array_intersect_ukey() expects parameter 4 to be a valid callback, no array or string give…
109 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, no array or string give…
112 Warning: array_intersect_ukey() expects parameter 4 to be a valid callback, no array or string give…
117 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, no array or string give…
120 Warning: array_intersect_ukey() expects parameter 4 to be a valid callback, no array or string give…
125 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, no array or string give…
128 Warning: array_intersect_ukey() expects parameter 4 to be a valid callback, no array or string give…
[all …]
H A Darray_product_variation5.phpt8 * Alias to functions:
40 //array of values to iterate over
101 Warning: array_product() expects parameter 1 to be array, integer given in %sarray_product_variatio…
106 Warning: array_product() expects parameter 1 to be array, integer given in %sarray_product_variatio…
121 Warning: array_product() expects parameter 1 to be array, double given in %sarray_product_variation…
126 Warning: array_product() expects parameter 1 to be array, double given in %sarray_product_variation…
131 Warning: array_product() expects parameter 1 to be array, double given in %sarray_product_variation…
146 Warning: array_product() expects parameter 1 to be array, null given in %sarray_product_variation5.…
151 Warning: array_product() expects parameter 1 to be array, null given in %sarray_product_variation5.…
216 Warning: array_product() expects parameter 1 to be array, null given in %sarray_product_variation5.…
[all …]
/PHP-5.3/ext/gd/libgd/
H A DREADME4 The inclusion of this library with PHP is in response to the
6 it would be worthwhile to make sure everyone had access to the
7 features of GD and by bundling GD with PHP we have a known target to
10 In addition to the above, a number of motivated PHP hackers have
13 a sandbox for them to throw sand at each other in. Any and all
14 improvements we make to the GD library will be contributed back to the
25 pleased to correct them._
38 Portions relating to PNG copyright 1999, 2000 Greg Roelofs.
40 Portions relating to libttf copyright 1999, 2000 John Ellson
43 Portions relating to JPEG and to color quantization copyright 2000,
[all …]
/PHP-5.3/
H A DREADME.STREAMS61 STREAM_MUST_SEEK - If you really need to be able to seek the stream
62 and don't need to be able to write to the original
104 to know that the streams API provides a standard way to do this:
112 This function will try to use mmap where available to make the copying more
124 The buffer is allocated using pemalloc(); you need to call pefree() to
128 If you have an existing stream and need to be able to seek() it, you
144 NOTE: If you only need to seek forward, there is no need to call this
264 to be passed back to fopen_wrapper (or it's yet to be implemented successor).
303 First, you need to figure out what data you need to associate with the
311 appropriately), and use the abstract pointer to refer to it.
[all …]
H A DREADME.namespaces4 Main assumption of the model is that the problem that we are to solve is the
6 to take autoloader's job or create packaging model - only make names
55 the point of definition down to the end of file. It is recommended however to
70 It can be used to construct fully-qualified names to pass them as callbacks.
87 it is translated to "A\B\C\D\e()".
90 is translated to "new A\B\C()".
93 interpreted as calls to these namespace functions.
106 6) Calls to qualified functions are resolved at run-time. Call to
117 foo(); // first tries to call "foo" defined in namespace "A"
162 - calls to static methods are slower, because PHP first tries to look
[all …]
/PHP-5.3/ext/standard/tests/file/
H A Drmdir_variation2.phpt10 * Alias to functions:
54 //array of values to iterate over
142 Error: 2 - rmdir() expects parameter 2 to be resource, double given, %s(%d)
162 Error: 2 - rmdir() expects parameter 2 to be resource, array given, %s(%d)
166 Error: 2 - rmdir() expects parameter 2 to be resource, array given, %s(%d)
170 Error: 2 - rmdir() expects parameter 2 to be resource, array given, %s(%d)
174 Error: 2 - rmdir() expects parameter 2 to be resource, array given, %s(%d)
178 Error: 2 - rmdir() expects parameter 2 to be resource, null given, %s(%d)
182 Error: 2 - rmdir() expects parameter 2 to be resource, null given, %s(%d)
234 Error: 2 - rmdir() expects parameter 2 to be resource, null given, %s(%d)
[all …]
H A Dmkdir_variation4.phpt10 * Alias to functions:
56 //array of values to iterate over
143 Error: 2 - mkdir() expects parameter 4 to be resource, double given, %s(%d)
158 Error: 2 - mkdir() expects parameter 4 to be resource, array given, %s(%d)
161 Error: 2 - mkdir() expects parameter 4 to be resource, array given, %s(%d)
164 Error: 2 - mkdir() expects parameter 4 to be resource, array given, %s(%d)
167 Error: 2 - mkdir() expects parameter 4 to be resource, array given, %s(%d)
170 Error: 2 - mkdir() expects parameter 4 to be resource, null given, %s(%d)
173 Error: 2 - mkdir() expects parameter 4 to be resource, null given, %s(%d)
212 Error: 2 - mkdir() expects parameter 4 to be resource, null given, %s(%d)
[all …]
H A Dpclose_variation1.phpt10 * Alias to functions:
51 //array of values to iterate over
133 Error: 2 - pclose() expects parameter 1 to be resource, double given, %s(%d)
153 Error: 2 - pclose() expects parameter 1 to be resource, array given, %s(%d)
157 Error: 2 - pclose() expects parameter 1 to be resource, array given, %s(%d)
161 Error: 2 - pclose() expects parameter 1 to be resource, array given, %s(%d)
165 Error: 2 - pclose() expects parameter 1 to be resource, array given, %s(%d)
169 Error: 2 - pclose() expects parameter 1 to be resource, null given, %s(%d)
173 Error: 2 - pclose() expects parameter 1 to be resource, null given, %s(%d)
225 Error: 2 - pclose() expects parameter 1 to be resource, null given, %s(%d)
[all …]
/PHP-5.3/ext/spl/internal/
H A Diteratoriterator.inc16 * This iterator wrapper allows to convert anything that is traversable into
17 * an Iterator. It is very important to understand that most classes that do
19 * the full Iterator feature set. If so you need to provide techniques to
36 * downcast to is actually a base class of the specified iterator to wrap.
45 * @param classname optional class the iterator has to be downcasted to
63 /** \return the inner iterator as passed to the constructor
91 /** forward to next element
98 /** rewind to the first element
107 * @param func Name of method to invoke
108 * @param params Array of parameters to pass to method
[all …]
/PHP-5.3/ext/date/tests/
H A Ddate_offset_get_variation1.phpt2 Test date_offset_get() function : usage variation - Passing unexpected values to first argument $ob…
8 * Alias to functions: DateTime::getOffset
44 //array of values to iterate over
148 Warning: date_offset_get() expects parameter 1 to be DateTime, array given in %s on line %d
153 Warning: date_offset_get() expects parameter 1 to be DateTime, array given in %s on line %d
158 Warning: date_offset_get() expects parameter 1 to be DateTime, array given in %s on line %d
163 Warning: date_offset_get() expects parameter 1 to be DateTime, array given in %s on line %d
168 Warning: date_offset_get() expects parameter 1 to be DateTime, null given in %s on line %d
173 Warning: date_offset_get() expects parameter 1 to be DateTime, null given in %s on line %d
238 Warning: date_offset_get() expects parameter 1 to be DateTime, null given in %s on line %d
[all …]
H A Ddate_modify_variation1.phpt2 Test date_modify() function : usage variation - Passing unexpected values to first argument $object.
8 * Alias to functions: public DateTime DateTime::modify()
44 //array of values to iterate over
150 Warning: date_modify() expects parameter 1 to be DateTime, array given in %s on line %d
155 Warning: date_modify() expects parameter 1 to be DateTime, array given in %s on line %d
160 Warning: date_modify() expects parameter 1 to be DateTime, array given in %s on line %d
165 Warning: date_modify() expects parameter 1 to be DateTime, array given in %s on line %d
170 Warning: date_modify() expects parameter 1 to be DateTime, null given in %s on line %d
175 Warning: date_modify() expects parameter 1 to be DateTime, null given in %s on line %d
240 Warning: date_modify() expects parameter 1 to be DateTime, null given in %s on line %d
[all …]
H A Ddate_timezone_set_variation1.phpt2 Test date_timezone_set() function : usage variation - Passing unexpected values to first argument $…
8 * Alias to functions: DateTime::setTimezone
44 //array of values to iterate over
151 Warning: date_timezone_set() expects parameter 1 to be DateTime, array given in %s on line %d
156 Warning: date_timezone_set() expects parameter 1 to be DateTime, array given in %s on line %d
161 Warning: date_timezone_set() expects parameter 1 to be DateTime, array given in %s on line %d
166 Warning: date_timezone_set() expects parameter 1 to be DateTime, array given in %s on line %d
171 Warning: date_timezone_set() expects parameter 1 to be DateTime, null given in %s on line %d
176 Warning: date_timezone_set() expects parameter 1 to be DateTime, null given in %s on line %d
241 Warning: date_timezone_set() expects parameter 1 to be DateTime, null given in %s on line %d
[all …]
H A Ddate_timezone_set_variation2.phpt2 Test date_timezone_set() function : usage variation - Passing unexpected values to second argument …
8 * Alias to functions: DateTime::setTimezone
44 //array of values to iterate over
150 Warning: date_timezone_set() expects parameter 2 to be DateTimeZone, array given in %s on line %d
155 Warning: date_timezone_set() expects parameter 2 to be DateTimeZone, array given in %s on line %d
160 Warning: date_timezone_set() expects parameter 2 to be DateTimeZone, array given in %s on line %d
165 Warning: date_timezone_set() expects parameter 2 to be DateTimeZone, array given in %s on line %d
170 Warning: date_timezone_set() expects parameter 2 to be DateTimeZone, null given in %s on line %d
175 Warning: date_timezone_set() expects parameter 2 to be DateTimeZone, null given in %s on line %d
240 Warning: date_timezone_set() expects parameter 2 to be DateTimeZone, null given in %s on line %d
[all …]
H A Dtimezone_offset_get_variation1.phpt2 Test timezone_offset_get() function : usage variation - Passing unexpected values to first argument…
8 * Alias to functions: DateTimeZone::getOffset()
44 //array of values to iterate over
150 Warning: timezone_offset_get() expects parameter 1 to be DateTimeZone, array given in %s on line %d
155 Warning: timezone_offset_get() expects parameter 1 to be DateTimeZone, array given in %s on line %d
160 Warning: timezone_offset_get() expects parameter 1 to be DateTimeZone, array given in %s on line %d
165 Warning: timezone_offset_get() expects parameter 1 to be DateTimeZone, array given in %s on line %d
170 Warning: timezone_offset_get() expects parameter 1 to be DateTimeZone, null given in %s on line %d
175 Warning: timezone_offset_get() expects parameter 1 to be DateTimeZone, null given in %s on line %d
240 Warning: timezone_offset_get() expects parameter 1 to be DateTimeZone, null given in %s on line %d
[all …]
H A Dtimezone_offset_get_variation2.phpt2 Test timezone_offset_get() function : usage variation - Passing unexpected values to second argumen…
8 * Alias to functions: DateTimeZone::getOffset()
44 //array of values to iterate over
150 Warning: timezone_offset_get() expects parameter 2 to be DateTime, array given in %s on line %d
155 Warning: timezone_offset_get() expects parameter 2 to be DateTime, array given in %s on line %d
160 Warning: timezone_offset_get() expects parameter 2 to be DateTime, array given in %s on line %d
165 Warning: timezone_offset_get() expects parameter 2 to be DateTime, array given in %s on line %d
170 Warning: timezone_offset_get() expects parameter 2 to be DateTime, null given in %s on line %d
175 Warning: timezone_offset_get() expects parameter 2 to be DateTime, null given in %s on line %d
240 Warning: timezone_offset_get() expects parameter 2 to be DateTime, null given in %s on line %d
[all …]
H A Dtimezone_transitions_get_variation1.phpt2 Test timezone_transitions_get() function : usage variation - Passing unexpected values to first arg…
8 * Alias to functions: DateTimeZone::getTransitions()
44 //array of values to iterate over
148 Warning: timezone_transitions_get() expects parameter 1 to be DateTimeZone, array given in %s on li…
153 Warning: timezone_transitions_get() expects parameter 1 to be DateTimeZone, array given in %s on li…
158 Warning: timezone_transitions_get() expects parameter 1 to be DateTimeZone, array given in %s on li…
163 Warning: timezone_transitions_get() expects parameter 1 to be DateTimeZone, array given in %s on li…
168 Warning: timezone_transitions_get() expects parameter 1 to be DateTimeZone, null given in %s on lin…
173 Warning: timezone_transitions_get() expects parameter 1 to be DateTimeZone, null given in %s on lin…
238 Warning: timezone_transitions_get() expects parameter 1 to be DateTimeZone, null given in %s on lin…
[all …]
H A DDateTimeZone_getOffset_variation1.phpt2 Test DateTimeZone::getOffset() function : usage variation - Passing unexpected values to first argu…
8 * Alias to functions: timezone_offset_get()
44 //array of values to iterate over
150 Warning: DateTimeZone::getOffset() expects parameter 1 to be DateTime, array given in %s on line %d
155 Warning: DateTimeZone::getOffset() expects parameter 1 to be DateTime, array given in %s on line %d
160 Warning: DateTimeZone::getOffset() expects parameter 1 to be DateTime, array given in %s on line %d
165 Warning: DateTimeZone::getOffset() expects parameter 1 to be DateTime, array given in %s on line %d
170 Warning: DateTimeZone::getOffset() expects parameter 1 to be DateTime, null given in %s on line %d
175 Warning: DateTimeZone::getOffset() expects parameter 1 to be DateTime, null given in %s on line %d
240 Warning: DateTimeZone::getOffset() expects parameter 1 to be DateTime, null given in %s on line %d
[all …]
H A DDateTime_setTimezone_variation1.phpt2 Test DateTime::setTimezone() function : usage variation - Passing unexpected values to first argume…
8 * Alias to functions: date_timezone_set
44 //array of values to iterate over
150 Warning: DateTime::setTimezone() expects parameter 1 to be DateTimeZone, array given in %s on line …
155 Warning: DateTime::setTimezone() expects parameter 1 to be DateTimeZone, array given in %s on line …
160 Warning: DateTime::setTimezone() expects parameter 1 to be DateTimeZone, array given in %s on line …
165 Warning: DateTime::setTimezone() expects parameter 1 to be DateTimeZone, array given in %s on line …
170 Warning: DateTime::setTimezone() expects parameter 1 to be DateTimeZone, null given in %s on line %d
175 Warning: DateTime::setTimezone() expects parameter 1 to be DateTimeZone, null given in %s on line %d
240 Warning: DateTime::setTimezone() expects parameter 1 to be DateTimeZone, null given in %s on line %d
[all …]
/PHP-5.3/ext/standard/tests/network/
H A Dfsockopen_error.phpt8 * Alias to functions:
29 echo "\n-- Attempting to connect to a non-existent socket --\n";
38 echo "\n-- Attempting to connect using an invalid protocol --\n";
64 -- Attempting to connect to a non-existent socket --
66 Warning: fsockopen(): unable to connect to tcp://127.0.0.1:31337 (%a) in %s on line %d
70 -- Attempting to connect using an invalid protocol --
72 …g: fsockopen(): unable to connect to invalid://127.0.0.1:31337 (Unable to find the socket transpor…
74 string(100) "Unable to find the socket transport "invalid" - did you forget to enable it when you c…
/PHP-5.3/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt8 * Alias to functions:
13 * Alias to functions:
93to execute a method or access a property of an incomplete object. Please ensure that the class def…
96to execute a method or access a property of an incomplete object. Please ensure that the class def…
98to execute a method or access a property of an incomplete object. Please ensure that the class def…
101to execute a method or access a property of an incomplete object. Please ensure that the class def…
104to execute a method or access a property of an incomplete object. Please ensure that the class def…
107to execute a method or access a property of an incomplete object. Please ensure that the class def…
110to execute a method or access a property of an incomplete object. Please ensure that the class def…
112to execute a method or access a property of an incomplete object. Please ensure that the class def…
[all …]
/PHP-5.3/ext/standard/tests/strings/
H A Dstr_repeat.phpt8 Description: Returns input repeated multiplier times. multiplier has to be
9 greater than or equal to 0. If the multiplier is set to 0, the function
37 /* variations in multiplier as well as string to be repeated. Same varient
38 values are used as string to be repeated as well as multiplier */
136 Warning: str_repeat() expects parameter 2 to be long, string given in %s on line %d
139 Warning: str_repeat() expects parameter 2 to be long, string given in %s on line %d
142 Warning: str_repeat() expects parameter 2 to be long, string given in %s on line %d
145 Warning: str_repeat() expects parameter 2 to be long, string given in %s on line %d
148 Warning: str_repeat() expects parameter 2 to be long, string given in %s on line %d
155 Warning: str_repeat() expects parameter 2 to be long, string given in %s on line %d
[all …]

Completed in 142 milliseconds

12345678910>>...203