Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_sdl.c2444 sdlTypePtr *ptype; in make_persistent_sdl_function_headers() local
2729 *ptype = *type; in make_persistent_sdl_type()
2732 ptype->name = strdup(ptype->name); in make_persistent_sdl_type()
2735 ptype->namens = strdup(ptype->namens); in make_persistent_sdl_type()
2737 if (ptype->def) { in make_persistent_sdl_type()
2738 ptype->def = strdup(ptype->def); in make_persistent_sdl_type()
2741 ptype->fixed = strdup(ptype->fixed); in make_persistent_sdl_type()
2743 if (ptype->ref) { in make_persistent_sdl_type()
2744 ptype->ref = strdup(ptype->ref); in make_persistent_sdl_type()
2841 return ptype; in make_persistent_sdl_type()
[all …]
/PHP-5.5/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.5/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.5/TSRM/
H A Dtsrm_win32.c470 char *ptype = (char *)type; in popen_ex() local
486 if (!(*ptype == 'r' || *ptype == 'w' || *ptype == 'b' || *ptype == 't')) { in popen_ex()
489 ptype++; in popen_ex()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c2833 switch(ptype) in check_char_prop()
5016 unsigned int ptype = 0; in compile_branch() local
5035 ptype = PT_PXGRAPH; in compile_branch()
5038 if (ptype == 0) ptype = PT_PXPRINT; in compile_branch()
5041 if (ptype == 0) ptype = PT_PXPUNCT; in compile_branch()
5043 *class_uchardata++ = ptype; in compile_branch()
5237 unsigned int ptype = 0, pdata = 0; in compile_branch() local
5242 *class_uchardata++ = ptype; in compile_branch()
8028 unsigned int ptype = 0, pdata = 0; in compile_branch() local
8029 if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr)) in compile_branch()
[all …]

Completed in 51 milliseconds