Home
last modified time | relevance | path

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

/PHP-5.6/scripts/dev/generate-phpt/src/
H A DgtFunction.php9 private $functionName; variable in gtFunction
14 * @param string $functionName
16 public function __construct($functionName) { argument
17 $this->functionName = $functionName;
26 $function= new ReflectionFunction($this->functionName);
44 return $this->functionName;
/PHP-5.6/ext/soap/
H A Dphp_sdl.h229 char *functionName; member
H A Dphp_sdl.c1000 function->requestName = estrdup(function->functionName); in load_wsdl()
1031 int len = strlen(function->functionName); in load_wsdl()
1134 char *tmp = estrdup(function->functionName); in load_wsdl()
1703 func->functionName = sdl_deserialize_string(&in); in get_sdl_from_cache()
2303 sdl_serialize_string((*tmp)->functionName, out); in add_sdl_to_cache()
2906 if (pfunc->functionName) { in make_persistent_sdl_function()
2907 pfunc->functionName = strdup(pfunc->functionName); in make_persistent_sdl_function()
3537 if (function->functionName) { in delete_function()
3538 efree(function->functionName); in delete_function()
3576 if (function->functionName) { in delete_function_persistent()
[all …]
H A Dsoap.c3414 strcmp((char *)params->name, function->functionName) == 0) {
3469 ZVAL_STRING(function_name, (char *)function->functionName, 1);
3589 ZVAL_STRING(function_name, (char *)function->functionName, 1);
3794 method = xmlNewChild(body, ns, BAD_CAST(function->functionName), NULL);
4292 method = xmlNewChild(body, ns, BAD_CAST(function->functionName), NULL);
4310 } else if (function && function->functionName) {
4311 method = xmlNewChild(body, ns, BAD_CAST(function->functionName), NULL);
4666 smart_str_appendl(buf, function->functionName, strlen(function->functionName));
/PHP-5.6/scripts/dev/
H A Dgenerate-phpt.phar133 private $functionName;
138 * @param string $functionName
140 public function __construct($functionName) {
141 $this->functionName = $functionName;
150 $function= new ReflectionFunction($this->functionName);
168 return $this->functionName;

Completed in 40 milliseconds