Home
last modified time | relevance | path

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

/PHP-5.4/ext/curl/tests/
H A Dcurl_copy_handle_basic_004.phpt15 $url = "{$host}/get.php?test=getpost&get_param=Hello%20World";
38 ["get_param"]=>
H A Dcurl_copy_handle_basic_001.phpt15 $url = "{$host}/get.php?test=getpost&get_param=Hello%20World";
36 ["get_param"]=>
H A Dcurl_multi_getcontent_basic3.phpt23 curl_setopt($ch1, CURLOPT_URL, "{$host}/get.php?test=getpost&get_param=Hello%20World");
57 ["get_param"]=>
H A Dbug55767.phpt21 $url = "{$host}/get.php?test=getpost&get_param=Hello%20World";
41 ["get_param"]=>
H A Dcurl_basic_003.phpt24 $url = "{$host}/get.php?test=getpost&get_param=Hello%20World";
44 ["get_param"]=>
/PHP-5.4/ext/soap/
H A Dsoap.c57 static sdlParamPtr get_param(sdlFunctionPtr function, char *param_name, int index, int);
3778 parameter = get_param(function, NULL, 0, TRUE);
3816 parameter = get_param(function, param_name, param_index, TRUE);
4290 sdlParamPtr parameter = get_param(function, NULL, i, FALSE);
4312 sdlParamPtr parameter = get_param(function, NULL, i, FALSE);
4469 static sdlParamPtr get_param(sdlFunctionPtr function, char *param_name, int index, int response) function

Completed in 25 milliseconds