Home
last modified time | relevance | path

Searched refs:one_way (Results 26 – 46 of 46) sorted by relevance

12

/PHP-5.5/ext/soap/tests/bugs/
H A Dbug44882.phpt11 public function __doRequest($req, $loc, $act, $ver, $one_way = 0)
H A Dbug29839.phpt22 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug32776.phpt25 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug34453.phpt22 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug38536.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug43045.phpt17 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug39121.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug30106.phpt22 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug36226-2.phpt25 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug39815.phpt26 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug35142.phpt27 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug36226.phpt27 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug30045.phpt25 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug37083.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
/PHP-5.5/ext/soap/tests/
H A Dany.phpt38 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dtypemap011.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dtypemap004.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dtypemap003.phpt11 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dtypemap007.phpt11 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dtypemap008.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
/PHP-5.5/ext/soap/
H A Dsoap.c364 ZEND_ARG_INFO(0, one_way)
2554 …his_ptr, xmlDoc *request, char *location, char *action, int version, int one_way, zval *response T… argument
2597 ZVAL_LONG(params[4], one_way);
2712 int one_way = 0; local
2717 one_way = 1;
2726 …ret = do_request(this_ptr, request, location, fnb->soapAction, soap_version, one_way, &response TS…
2729 … ret = do_request(this_ptr, request, location, NULL, soap_version, one_way, &response TSRMLS_CC);
3109 long one_way = 0; local
3115 &version, &one_way) == FAILURE) {
3119 one_way = 0;
[all …]

Completed in 41 milliseconds

12