Lines Matching full:an

16  * state of the current instance and return an instance that contains the
30 * If no scheme is present, this method MUST return an empty string.
46 * If no authority information is present, this method MUST return an empty
66 * If no user information is present, this method MUST return an empty
83 * If no host is present, this method MUST return an empty string.
97 * this method MUST return it as an integer. If the port is the standard port
127 * As an example, if the value should include a slash ("/") not intended as
140 * If no query string is present, this method MUST return an empty string.
149 * As an example, if a value in a key/value pair of the query string should
150 * include an ampersand ("&") not intended as a delimiter between values,
162 * If no fragment is present, this method MUST return an empty string.
178 * Return an instance with the specified scheme.
181 * an instance that contains the specified scheme.
186 * An empty scheme is equivalent to removing the scheme.
195 * Return an instance with the specified user information.
198 * an instance that contains the specified user information.
201 * user; an empty string for the user is equivalent to removing user
211 * Return an instance with the specified host.
214 * an instance that contains the specified host.
216 * An empty host value is equivalent to removing the host.
225 * Return an instance with the specified port.
228 * an instance that contains the specified port.
230 * Implementations MUST raise an exception for ports outside the
244 * Return an instance with the specified path.
247 * an instance that contains the specified path.
268 * Return an instance with the specified query string.
271 * an instance that contains the specified query string.
276 * An empty query string value is equivalent to removing the query string.
285 * Return an instance with the specified URI fragment.
288 * an instance that contains the specified URI fragment.
293 * An empty fragment value is equivalent to removing the fragment.
309 * - If an authority is present, it MUST be prefixed by "//".
312 * valid as PHP does not allow to throw an exception in __toString():
313 * - If the path is rootless and an authority is present, the path MUST