Searched refs:ptype (Results 1 – 5 of 5) sorted by relevance
/PHP-5.4/ext/soap/ |
H A D | php_sdl.c | 2444 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.4/ext/soap/interop/ |
H A D | client_round2_interop.php | 623 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.4/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc_introspection.c | 349 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.4/TSRM/ |
H A D | tsrm_win32.c | 470 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.4/ext/pcre/pcrelib/ |
H A D | pcre_compile.c | 2814 switch(ptype) in check_char_prop() 4998 unsigned int ptype = 0; in compile_branch() local 5017 ptype = PT_PXGRAPH; in compile_branch() 5020 if (ptype == 0) ptype = PT_PXPRINT; in compile_branch() 5023 if (ptype == 0) ptype = PT_PXPUNCT; in compile_branch() 5025 *class_uchardata++ = ptype; in compile_branch() 5203 unsigned int ptype = 0, pdata = 0; in compile_branch() local 5208 *class_uchardata++ = ptype; in compile_branch() 7905 unsigned int ptype = 0, pdata = 0; in compile_branch() local 7906 if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr)) in compile_branch() [all …]
|
Completed in 69 milliseconds