Home
last modified time | relevance | path

Searched refs:uri (Results 126 – 150 of 460) sorted by relevance

12345678910>>...19

/php-src/ext/ldap/tests/
H A Dldap_add_ext.phpt17 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
40 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_rename_ext.phpt18 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
41 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_modify_batch_basic.phpt14 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
45 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_connect_basic.phpt12 $link = ldap_connect($uri);
H A Dldap_set_option_reqcert_error.phpt10 $link = ldap_connect($uri);
H A Dskipifbindfailure.inc6 $link = ldap_connect($uri);
H A Dldap_modify_error.phpt14 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
47 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_mod_add_error.phpt14 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
47 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_search_paged_result_controls.phpt17 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
36 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_search_variation3.phpt17 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
36 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_set_option_crlcheck_error.phpt10 $link = ldap_connect($uri);
H A Dldap_unbind_basic.phpt14 $link = ldap_connect_and_bind($uri, $user, $passwd, $protocol_version);
H A Dldap_rename_error.phpt12 $link = ldap_connect($uri);
H A Dldap_set_option_basic.phpt12 $link = ldap_connect($uri);
/php-src/ext/dom/
H A Ddocument.c872 if (uri != NULL) { in PHP_METHOD()
900 zend_string *name, *uri; in PHP_METHOD() local
903 Z_PARAM_STR_OR_NULL(uri) in PHP_METHOD()
940 zend_string *name, *uri; in PHP_METHOD() local
969 if (uri != NULL && ZSTR_LEN(uri) > 0) { in PHP_METHOD()
1262 xmlURI *uri; in _dom_get_valid_file_path() local
1267 uri = xmlCreateURI(); in _dom_get_valid_file_path()
1268 if (uri == NULL) { in _dom_get_valid_file_path()
1275 if (uri->scheme != NULL) { in _dom_get_valid_file_path()
1305 xmlFreeURI(uri); in _dom_get_valid_file_path()
[all …]
/php-src/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_016p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoVoid", array(), array("soapaction"=>"http://soapinterop.org/","uri"=>"http…
H A Dr2_base_016s.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoVoid", array(), array("soapaction"=>"http://soapinterop.org/","uri"=>"http…
/php-src/ext/standard/tests/http/
H A Dignore_errors.phpt20 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
24 $fd = fopen("$uri/foo/bar", 'rb', false, $context);
/php-src/ext/soap/tests/bugs/
H A Dbug29839.phpt41 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri"><SOAP-ENV:Body><st…
43 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri"><SOAP-ENV:Body><st…
H A Dbug34453.phpt41 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri"><SOAP-ENV:Body><st…
43 …OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri"><SOAP-ENV:Body><st…
H A Dbug46427.phpt13 'uri' => 'test://',
/php-src/Zend/tests/return_types/
H A Dnever_generator.phpt6 function generateList(string $uri): never {
/php-src/ext/soap/tests/
H A Dssl_method_deprecation.phpt10 'uri' => 'bar',
/php-src/ext/xmlwriter/tests/
H A Dxmlwriter_open_uri_error_001.phpt18 xmlwriter_open_uri(): Argument #1 ($uri) cannot be empty
/php-src/sapi/apache2handler/
H A Dphp_functions.stub.php7 function virtual(string $uri): bool {} argument

Completed in 50 milliseconds

12345678910>>...19