Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_sdl.h226 char *functionName; member
H A Dphp_sdl.c1004 function->requestName = estrdup(function->functionName); in load_wsdl()
1035 int len = strlen(function->functionName); in load_wsdl()
1138 char *tmp = estrdup(function->functionName); in load_wsdl()
1720 func->functionName = sdl_deserialize_string(&in); in get_sdl_from_cache()
2316 sdl_serialize_string(tmp->functionName, out); in add_sdl_to_cache()
2909 if (pfunc->functionName) { in make_persistent_sdl_function()
2910 pfunc->functionName = strdup(pfunc->functionName); in make_persistent_sdl_function()
3525 if (function->functionName) { in delete_function()
3526 efree(function->functionName); in delete_function()
3564 if (function->functionName) { in delete_function_persistent()
[all …]
H A Dsoap.c2937 strcmp((char *)params->name, function->functionName) == 0) {
2991 ZVAL_STRING(function_name, (char *)function->functionName);
3117 ZVAL_STRING(function_name, (char *)function->functionName);
3321 method = xmlNewChild(body, ns, BAD_CAST(function->functionName), NULL);
3826 method = xmlNewChild(body, ns, BAD_CAST(function->functionName), NULL);
3844 } else if (function && function->functionName) {
3845 method = xmlNewChild(body, ns, BAD_CAST(function->functionName), NULL);
4193 smart_str_appendl(buf, function->functionName, strlen(function->functionName));
/php-src/build/
H A Dgen_stub.php1455 $functionName = $this->name->getFunctionName();
1460 $zendName = "ZEND_NS_NAME(\"$namespace\", \"$functionName\")";
1463 $zendName = '"' . $functionName . '"';
6201 foreach ($undocumentedFuncMap as $functionName => $info) {
6203 echo "Warning: Missing method synopsis for $functionName()\n";
/php-src/sapi/fpm/tests/
H A Dtester.inc1282 $functionName = array_shift($varValue);
1285 return call_user_func_array([$this, $functionName], $varValue);

Completed in 53 milliseconds