Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/soap/
H A Dsoap.c57 static sdlParamPtr get_param(sdlFunctionPtr function, char *param_name, int index, int);
3797 parameter = get_param(function, NULL, 0, TRUE);
3835 parameter = get_param(function, param_name, param_index, TRUE);
4309 sdlParamPtr parameter = get_param(function, NULL, i, FALSE);
4331 sdlParamPtr parameter = get_param(function, NULL, i, FALSE);
4488 static sdlParamPtr get_param(sdlFunctionPtr function, char *param_name, int index, int response) function

Completed in 19 milliseconds