Home
last modified time | relevance | path

Searched refs:functionName (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/soap/
H A Dphp_sdl.h226 char *functionName; member
H A Dphp_sdl.c997 function->requestName = estrdup(function->functionName); in load_wsdl()
1028 int len = strlen(function->functionName); in load_wsdl()
1131 char *tmp = estrdup(function->functionName); in load_wsdl()
1710 func->functionName = sdl_deserialize_string(&in); in get_sdl_from_cache()
2306 sdl_serialize_string(tmp->functionName, out); in add_sdl_to_cache()
2898 if (pfunc->functionName) { in make_persistent_sdl_function()
2899 pfunc->functionName = strdup(pfunc->functionName); in make_persistent_sdl_function()
3516 if (function->functionName) { in delete_function()
3517 efree(function->functionName); in delete_function()
3555 if (function->functionName) { in delete_function_persistent()
[all …]
H A Dsoap.c2877 strcmp((char *)params->name, function->functionName) == 0) {
2931 ZVAL_STRING(function_name, (char *)function->functionName);
3057 ZVAL_STRING(function_name, (char *)function->functionName);
3261 method = xmlNewChild(body, ns, BAD_CAST(function->functionName), NULL);
3766 method = xmlNewChild(body, ns, BAD_CAST(function->functionName), NULL);
3784 } else if (function && function->functionName) {
3785 method = xmlNewChild(body, ns, BAD_CAST(function->functionName), NULL);
4133 smart_str_appendl(buf, function->functionName, strlen(function->functionName));
/PHP-8.2/build/
H A Dgen_stub.php1364 $functionName = $this->name->getFunctionName();
1384 $macro, $functionName, $declarationName, $this->getArgInfoName()
1399 return sprintf("\t%s(%s, %s)\n", $macro, $functionName, $this->getArgInfoName());
4561 foreach ($missingMethodSynopses as $functionName => $info) {
4564 echo "Warning: Missing method synopsis for $functionName()\n";
/PHP-8.2/sapi/fpm/tests/
H A Dtester.inc1177 $functionName = array_shift($varValue);
1180 return call_user_func_array([$this, $functionName], $varValue);

Completed in 65 milliseconds