Home
last modified time | relevance | path

Searched refs:theurl (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/standard/
H A Durl.c37 PHPAPI void php_url_free(php_url *theurl) in php_url_free() argument
39 if (theurl->scheme) in php_url_free()
41 if (theurl->user) in php_url_free()
42 zend_string_release_ex(theurl->user, 0); in php_url_free()
43 if (theurl->pass) in php_url_free()
44 zend_string_release_ex(theurl->pass, 0); in php_url_free()
45 if (theurl->host) in php_url_free()
47 if (theurl->path) in php_url_free()
49 if (theurl->query) in php_url_free()
51 if (theurl->fragment) in php_url_free()
[all …]
H A Durl.h33 PHPAPI void php_url_free(php_url *theurl);

Completed in 50 milliseconds