Lines Matching full:an

15  * state of the current instance and return an instance that contains the
29 * If no scheme is present, this method MUST return an empty string.
45 * If no authority information is present, this method MUST return an empty
65 * If no user information is present, this method MUST return an empty
82 * If no host is present, this method MUST return an empty string.
96 * this method MUST return it as an integer. If the port is the standard port
126 * As an example, if the value should include a slash ("/") not intended as
139 * If no query string is present, this method MUST return an empty string.
148 * As an example, if a value in a key/value pair of the query string should
149 * include an ampersand ("&") not intended as a delimiter between values,
161 * If no fragment is present, this method MUST return an empty string.
177 * Return an instance with the specified scheme.
180 * an instance that contains the specified scheme.
185 * An empty scheme is equivalent to removing the scheme.
194 * Return an instance with the specified user information.
197 * an instance that contains the specified user information.
200 * user; an empty string for the user is equivalent to removing user
210 * Return an instance with the specified host.
213 * an instance that contains the specified host.
215 * An empty host value is equivalent to removing the host.
224 * Return an instance with the specified port.
227 * an instance that contains the specified port.
229 * Implementations MUST raise an exception for ports outside the
243 * Return an instance with the specified path.
246 * an instance that contains the specified path.
267 * Return an instance with the specified query string.
270 * an instance that contains the specified query string.
275 * An empty query string value is equivalent to removing the query string.
284 * Return an instance with the specified URI fragment.
287 * an instance that contains the specified URI fragment.
292 * An empty fragment value is equivalent to removing the fragment.
308 * - If an authority is present, it MUST be prefixed by "//".
311 * valid as PHP does not allow to throw an exception in __toString():
312 * - If the path is rootless and an authority is present, the path MUST