/php-src/benchmark/ |
H A D | shared.php | 62 function cloneRepo(string $path, string $url) {
|
/php-src/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 773 static int php_stream_ftp_url_stat(php_stream_wrapper *wrapper, const char *url, int flags, php_str… in php_stream_ftp_url_stat() 895 static int php_stream_ftp_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_stream_ftp_unlink() 1022 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, int options… in php_stream_ftp_mkdir() 1114 static int php_stream_ftp_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stre… in php_stream_ftp_rmdir()
|
H A D | url.c | 669 char *url; in PHP_FUNCTION() local
|
/php-src/main/streams/ |
H A D | userspace.c | 1032 static int user_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea… in user_wrapper_unlink() 1111 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, in user_wrapper_mkdir() 1154 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, in user_wrapper_rmdir() 1195 static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, int option, in user_wrapper_metadata() 1263 static int user_wrapper_stat_url(php_stream_wrapper *wrapper, const char *url, int flags, in user_wrapper_stat_url()
|
H A D | plain_wrapper.c | 1217 static int php_plain_files_url_stater(php_stream_wrapper *wrapper, const char *url, int flags, php_… in php_plain_files_url_stater() 1243 static int php_plain_files_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_st… in php_plain_files_unlink() 1472 static int php_plain_files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_plain_files_rmdir() 1500 static int php_plain_files_metadata(php_stream_wrapper *wrapper, const char *url, int option, void … in php_plain_files_metadata()
|
/php-src/ext/phar/ |
H A D | stream.c | 558 static int phar_wrapper_stat(php_stream_wrapper *wrapper, const char *url, int flags, in phar_wrapper_stat() 665 static int phar_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea… in phar_wrapper_unlink()
|
H A D | dirstream.c | 477 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_contex… in phar_wrapper_rmdir()
|
/php-src/sapi/fuzzer/corpus/json/ |
H A D | pass1.json | 35 "url": "http://www.JSON.org/", string
|
/php-src/win32/build/ |
H A D | mkdist.php | 545 $url = "http://pear.php.net/get/$filename"; variable
|
/php-src/main/ |
H A D | fopen_wrappers.c | 728 PHPAPI char *php_strip_url_passwd(char *url)
|
/php-src/ext/filter/ |
H A D | logical_filters.c | 593 php_url *url; in php_filter_validate_url() local
|
/php-src/ext/curl/ |
H A D | interface.c | 117 static zend_result php_curl_option_url(php_curl *ch, const zend_string *url) /* {{{ */ in php_curl_option_url() 1222 zend_string *url = NULL; in PHP_FUNCTION() local
|
H A D | curl.stub.php | 3697 function curl_init(?string $url = null): CurlHandle|false {}
|
/php-src/ext/dom/lexbor/lexbor/css/syntax/ |
H A D | token.h | 184 lxb_css_syntax_token_url_t url; member
|
H A D | state.c | 2149 static const lxb_char_t url[] = "url"; in lxb_css_syntax_state_ident_like() local
|
/php-src/ext/ldap/ |
H A D | ldap.c | 986 char *url = host; in PHP_FUNCTION() local 1076 char *url = host; in PHP_FUNCTION() local 3681 int _ldap_rebind_proc(LDAP *ldap, const char *url, ber_tag_t req, ber_int_t msgid, void *params) in _ldap_rebind_proc()
|
/php-src/ext/soap/ |
H A D | php_soap.h | 257 php_url *url; member
|
/php-src/ext/openssl/ |
H A D | xp_ssl.c | 2731 php_url *url; in php_openssl_get_url_name() local
|
/php-src/ext/session/ |
H A D | session.c | 1767 PHPAPI void session_adapt_url(const char *url, size_t url_len, char **new_url, size_t *new_len) /* … in session_adapt_url()
|
/php-src/ext/dom/ |
H A D | document.c | 379 const char *url = (const char *) docp->URL; in dom_document_document_uri_read() local
|