Home
last modified time | relevance | path

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

/PHP-5.3/ext/soap/
H A Dphp_sdl.c2444 sdlTypePtr *ptype; in make_persistent_sdl_function_headers() local
2728 *ptype = *type; in make_persistent_sdl_type()
2731 ptype->name = strdup(ptype->name); in make_persistent_sdl_type()
2734 ptype->namens = strdup(ptype->namens); in make_persistent_sdl_type()
2736 if (ptype->def) { in make_persistent_sdl_type()
2737 ptype->def = strdup(ptype->def); in make_persistent_sdl_type()
2740 ptype->fixed = strdup(ptype->fixed); in make_persistent_sdl_type()
2742 if (ptype->ref) { in make_persistent_sdl_type()
2743 ptype->ref = strdup(ptype->ref); in make_persistent_sdl_type()
2840 return ptype; in make_persistent_sdl_type()
[all …]
/PHP-5.3/ext/soap/interop/
H A Dclient_round2_interop.php623 foreach($this->paramTypes as $ptype) {
625 if ($usewsdl && $ptype == 'soapval') break;
626 $this->paramType = $ptype;
645 foreach($this->paramTypes as $ptype) {
647 if ($usewsdl && $ptype == 'soapval') break;
648 $this->paramType = $ptype;
763 foreach($this->paramTypes as $ptype) {
765 if ($usewsdl && $ptype == 'soapval') break;
766 $this->paramType = $ptype;
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c349 const char* ptype = !strcmp(el->name, "value") ? type : basetype; in xml_element_to_method_description() local
350 if(ptype) { in xml_element_to_method_description()
352 (!strcmp(ptype, "array") || !strcmp(ptype, "struct") || !strcmp(ptype, "mixed"))) { in xml_element_to_method_description()
364 …xReturn = describeValue_worker(ptype, name, (desc ? desc : (xSubList ? NULL : el->text.str)), opti… in xml_element_to_method_description()
/PHP-5.3/TSRM/
H A Dtsrm_win32.c470 char *ptype = (char *)type; in popen_ex() local
488 if (!(*ptype == 'r' || *ptype == 'w' || *ptype == 'b' || *ptype == 't')) { in popen_ex()
491 ptype++; in popen_ex()
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_printint.src126 get_ucpname(int ptype, int pvalue)
132 if (ptype == _pcre_utt[i].type && pvalue == _pcre_utt[i].value) break;
137 ptype = ptype * pvalue;
138 return (ptype == pvalue)? "??" : "??";
477 int ptype = *ccode++;
479 fprintf(f, "\\p{%s}", get_ucpname(ptype, pvalue));
483 int ptype = *ccode++;
485 fprintf(f, "\\P{%s}", get_ucpname(ptype, pvalue));
H A Dpcre_compile.c2977 check_char_prop(pcre_uint32 c, unsigned int ptype, unsigned int pdata, BOOL negated) in check_char_prop() argument
2985 switch(ptype) in check_char_prop()
3349 unsigned int ptype = 0, pdata = 0; in check_auto_possessive() local
3354 if (!get_ucp(&ptr, &negated, &ptype, &pdata, &errorcodeptr)) in check_auto_possessive()
3368 return check_char_prop(c, ptype, pdata, (escape == ESC_P) != negated); in check_auto_possessive()
4387 unsigned int ptype = 0, pdata = 0; in compile_branch() local
4388 if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr)) in compile_branch()
4392 *class_uchardata++ = ptype; in compile_branch()
6886 unsigned int ptype = 0, pdata = 0; in compile_branch() local
6887 if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr)) in compile_branch()
[all …]

Completed in 40 milliseconds