Home
last modified time | relevance | path

Searched refs:get_param (Results 1 – 6 of 6) sorted by relevance

/PHP-7.0/ext/curl/tests/
H A Dcurl_copy_handle_basic_004.phpt16 $url = "{$host}/get.php?test=getpost&get_param=Hello%20World";
39 ["get_param"]=>
H A Dcurl_copy_handle_basic_001.phpt16 $url = "{$host}/get.php?test=getpost&get_param=Hello%20World";
37 ["get_param"]=>
H A Dcurl_multi_getcontent_basic3.phpt19 curl_setopt($ch1, CURLOPT_URL, "{$host}/get.php?test=getpost&get_param=Hello%20World");
53 ["get_param"]=>
H A Dbug55767.phpt21 $url = "{$host}/get.php?test=getpost&get_param=Hello%20World";
41 ["get_param"]=>
H A Dcurl_basic_003.phpt22 $url = "{$host}/get.php?test=getpost&get_param=Hello%20World";
42 ["get_param"]=>
/PHP-7.0/ext/soap/
H A Dsoap.c58 static sdlParamPtr get_param(sdlFunctionPtr function, char *param_name, int index, int);
3796 parameter = get_param(function, NULL, 0, TRUE);
3829 parameter = get_param(function, ZSTR_VAL(param_name), param_index, TRUE);
4298 sdlParamPtr parameter = get_param(function, NULL, i, FALSE);
4320 sdlParamPtr parameter = get_param(function, NULL, i, FALSE);
4476 static sdlParamPtr get_param(sdlFunctionPtr function, char *param_name, int index, int response) function

Completed in 18 milliseconds